Rconfiguration
SCPI Command :
[SOURce<HW>]:BB:C2K:MSTation<ST>:RCONfiguration
- class RconfigurationCls[source]
Rconfiguration commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(mobileStation=MobileStation.Default) Cdma2KradioConf [source]
# SCPI: [SOURce<HW>]:BB:C2K:MSTation<ST>:RCONfiguration value: enums.Cdma2KradioConf = driver.source.bb.c2K.mstation.rconfiguration.get(mobileStation = repcap.MobileStation.Default)
The command selects the radio configuration for the traffic channel. The settings of the channel table parameters are specific for the selected radio configuration. A separate set of settings of all channel table parameters for each radio configuration is provided. If the radio configuration is changed, the set of channel table values belonging to this RC is automatically activated.
- param mobileStation:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)
- return:
rconfiguration: 1| 2| 3| 4
- set(rconfiguration: Cdma2KradioConf, mobileStation=MobileStation.Default) None [source]
# SCPI: [SOURce<HW>]:BB:C2K:MSTation<ST>:RCONfiguration driver.source.bb.c2K.mstation.rconfiguration.set(rconfiguration = enums.Cdma2KradioConf._1, mobileStation = repcap.MobileStation.Default)
The command selects the radio configuration for the traffic channel. The settings of the channel table parameters are specific for the selected radio configuration. A separate set of settings of all channel table parameters for each radio configuration is provided. If the radio configuration is changed, the set of channel table values belonging to this RC is automatically activated.
- param rconfiguration:
1| 2| 3| 4
- param mobileStation:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)