Mode

SCPI Command :

[SOURce<HW>]:BB:C2K:MSTation<ST>:MODE
class ModeCls[source]

Mode commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(mobileStation=MobileStation.Default) RsSmbv.enums.Cdma2KmsMode[source]
# SCPI: [SOURce<HW>]:BB:C2K:MSTation<ST>:MODE
value: enums.Cdma2KmsMode = driver.source.bb.c2K.mstation.mode.get(mobileStation = repcap.MobileStation.Default)

The command selects operating mode for the mobile station. The channel-specific parameters are set with commands SOUR:BB:C2K:MST<n>:CHANnel<n>:…n.

param mobileStation

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

return

mode: TRAFfic| ACCess| EACCess| CCONtrol TRAFfic The mobile station generates a single traffic channel A traffic channel consists of up to eight sub channels depending on the selected radio configuration (R-FCH, R-SCCH, R-SCH, R-DCCH) . This mode corresponds to the standard mode of a mobile station during voice and data transmission. ACCess The mobile station generates an access channel (R-ACH) . This channel is needed to set up the connection between the mobile station and the base station. EACCess The mobile station generates an enhanced access channel (R-ACH) and a pilot channel (R-PICH) . CCONtrol The mobile station generates a common control channel (R-ACH) and a pilot channel (R-PICH) .

set(mode: RsSmbv.enums.Cdma2KmsMode, mobileStation=MobileStation.Default) None[source]
# SCPI: [SOURce<HW>]:BB:C2K:MSTation<ST>:MODE
driver.source.bb.c2K.mstation.mode.set(mode = enums.Cdma2KmsMode.ACCess, mobileStation = repcap.MobileStation.Default)

The command selects operating mode for the mobile station. The channel-specific parameters are set with commands SOUR:BB:C2K:MST<n>:CHANnel<n>:…n.

param mode

TRAFfic| ACCess| EACCess| CCONtrol TRAFfic The mobile station generates a single traffic channel A traffic channel consists of up to eight sub channels depending on the selected radio configuration (R-FCH, R-SCCH, R-SCH, R-DCCH) . This mode corresponds to the standard mode of a mobile station during voice and data transmission. ACCess The mobile station generates an access channel (R-ACH) . This channel is needed to set up the connection between the mobile station and the base station. EACCess The mobile station generates an enhanced access channel (R-ACH) and a pilot channel (R-PICH) . CCONtrol The mobile station generates a common control channel (R-ACH) and a pilot channel (R-PICH) .

param mobileStation

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