Scode

SCPI Command :

[SOURce<HW>]:BB:W3GPp:MSTation<ST>:SCODe
class ScodeCls[source]

Scode commands group definition. 2 total commands, 1 Subgroups, 1 group commands

get(mobileStation=MobileStation.Default) List[str][source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation<ST>:SCODe
value: List[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 [:SOURce<hw>]:BB:W3GPp:MSTation<st>:SCODe:MODE) .

param mobileStation

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

return

scode: integer Range: #H0 to #HFFFFFF

set(scode: List[str], mobileStation=MobileStation.Default) None[source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation<ST>:SCODe
driver.source.bb.w3Gpp.mstation.scode.set(scode = ['rawAbc1', 'rawAbc2', 'rawAbc3'], mobileStation = repcap.MobileStation.Default)

The command sets the scrambling code. Long or short scrambling codes can be generated (command [:SOURce<hw>]:BB:W3GPp:MSTation<st>:SCODe:MODE) .

param scode

integer Range: #H0 to #HFFFFFF

param mobileStation

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

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.bb.w3Gpp.mstation.scode.clone()

Subgroups