Mode
SCPI Command :
[SOURce<HW>]:BB:W3GPp:MSTation<ST>:SCODe:MODE
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(mobileStation=MobileStation.Default) ScrCodeMode[source]
# [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.
- Parameters:
mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)
- Returns:
mode: LONG | SHORt | OFF
- set(mode: ScrCodeMode, mobileStation=MobileStation.Default) None[source]
# [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.
- Parameters:
mode – LONG | SHORt | OFF
mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)