Scode

SCPI Command :

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

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

get(baseStation=BaseStation.Default) List[str][source]
# SCPI: [SOURce<HW>]:BB:W3GPp:BSTation<ST>:SCODe
value: List[str] = driver.source.bb.w3Gpp.bstation.scode.get(baseStation = repcap.BaseStation.Default)

Sets the identification for the base station. This value is simultaneously the initial value of the scrambling code generator.

param baseStation

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

return

scode: integer Range: #H0 to #H5FFF

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

Sets the identification for the base station. This value is simultaneously the initial value of the scrambling code generator.

param scode

integer Range: #H0 to #H5FFF

param baseStation

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

Cloning the Group

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

Subgroups