Mode
SCPI Command :
[SOURce<HW>]:BB:W3GPp:MSTation<ST>:SCODe:MODE
- class ModeCls[source]
Mode commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(mobileStation=MobileStation.Default) RsSmbv.enums.ScrCodeMode [source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation<ST>:SCODe:MODE value: enums.ScrCodeMode = driver.source.bb.w3Gpp.mstation.scode.mode.get(mobileStation = repcap.MobileStation.Default)
The command sets the type for the scrambling code. The scrambling code generator can also be deactivated for test purposes. SHORt is only standardized for the selection BB:W3GP:MST:MODE DPCDh and BB:W3GP:MST:MODE PCPCh. But it can also be generated for the PCPCH for test purposes.
- param mobileStation
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)
- return
mode: LONG| SHORt| OFF
- set(mode: RsSmbv.enums.ScrCodeMode, mobileStation=MobileStation.Default) None [source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation<ST>:SCODe:MODE driver.source.bb.w3Gpp.mstation.scode.mode.set(mode = enums.ScrCodeMode.LONG, mobileStation = repcap.MobileStation.Default)
The command sets the type for the scrambling code. The scrambling code generator can also be deactivated for test purposes. SHORt is only standardized for the selection BB:W3GP:MST:MODE DPCDh and BB:W3GP:MST:MODE PCPCh. But it can also be generated for the PCPCH for test purposes.
- param mode
LONG| SHORt| OFF
- param mobileStation
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)