Manual

SCPI Commands :

CONFigure:LTE:SIGNaling<instance>:CONNection:UECategory:MANual:ENHanced
CONFigure:LTE:SIGNaling<instance>:CONNection:UECategory:MANual
class ManualCls[source]

Manual commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_enhanced() float[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection:UECategory:MANual:ENHanced
value: float = driver.configure.connection.ueCategory.manual.get_enhanced()

Configures the UE category to be used by the R&S CMW if no reported value is available or usage of the reported value is disabled, see method RsCmwLteSig.Configure.Connection.UeCategory.Reported.Enhanced.set.

return:

ue_cat_manual: M1 | M2 | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12

get_value() int[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection:UECategory:MANual
value: int = driver.configure.connection.ueCategory.manual.get_value()

No command help available

return:

ue_cat_manual: No help available

set_enhanced(ue_cat_manual: float) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection:UECategory:MANual:ENHanced
driver.configure.connection.ueCategory.manual.set_enhanced(ue_cat_manual = 1.0)

Configures the UE category to be used by the R&S CMW if no reported value is available or usage of the reported value is disabled, see method RsCmwLteSig.Configure.Connection.UeCategory.Reported.Enhanced.set.

param ue_cat_manual:

M1 | M2 | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12

set_value(ue_cat_manual: int) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection:UECategory:MANual
driver.configure.connection.ueCategory.manual.set_value(ue_cat_manual = 1)

No command help available

param ue_cat_manual:

No help available