Scode
SCPI Command :
[SOURce<HW>]:BB:W3GPp:MSTation<ST>:SCODe
- Commands in total: 2Subgroups: 1Direct child commands: 1
- get(mobileStation=MobileStation.Default) str[source]
# [SOURce<HW>]:BB:W3GPp:MSTation<ST>:SCODe value: str = driver.source.bb.w3Gpp.mstation.scode.get(mobileStation = repcap.MobileStation.Default)
The command sets the scrambling code. Long or short scrambling codes can be generated (command method
RsSmw.source.bb.w3Gpp.mstation.scode.mode.set()) .- Parameters:
mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)
- Returns:
scode: integer Range: #H0 to #HFFFFFF
- set(scode: str, mobileStation=MobileStation.Default) None[source]
# [SOURce<HW>]:BB:W3GPp:MSTation<ST>:SCODe driver.source.bb.w3Gpp.mstation.scode.set(scode = rawAbc, mobileStation = repcap.MobileStation.Default)
The command sets the scrambling code. Long or short scrambling codes can be generated (command method
RsSmw.source.bb.w3Gpp.mstation.scode.mode.set()) .- Parameters:
scode – integer Range: #H0 to #HFFFFFF
mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)
Cloning the Group
# Create a copy of the original group, that exists independently
scode_copy = driver.source.bb.w3Gpp.mstation.scode.clone()
Subgroups