Rconfiguration

SCPI Command :

[SOURce<HW>]:BB:C2K:MSTation<ST>:RCONfiguration
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(mobileStation=MobileStation.Default) Cdma2KradioConf[source]
# [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.

Parameters:

mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)

Returns:

rconfiguration: 1 | 2| 3 | 4

set(rconfiguration: Cdma2KradioConf, mobileStation=MobileStation.Default) None[source]
# [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.

Parameters:
  • rconfiguration – 1 | 2| 3 | 4

  • mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)