State

SCPI Command :

[SOURce<HW>]:BB:W3GPp:BSTation<ST>:SCODe:STATe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(baseStation=BaseStation.Default) bool[source]
# [SOURce<HW>]:BB:W3GPp:BSTation<ST>:SCODe:STATe
value: bool = driver.source.bb.w3Gpp.bstation.scode.state.get(baseStation = repcap.BaseStation.Default)

The command makes it possible to deactivate base station scrambling for test purposes.

Parameters:

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

Returns:

state: ON | OFF

set(state: bool, baseStation=BaseStation.Default) None[source]
# [SOURce<HW>]:BB:W3GPp:BSTation<ST>:SCODe:STATe
driver.source.bb.w3Gpp.bstation.scode.state.set(state = False, baseStation = repcap.BaseStation.Default)

The command makes it possible to deactivate base station scrambling for test purposes.

Parameters:
  • state – ON | OFF

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