State
SCPI Command :
[SOURce<HW>]:BB:W3GPp:BSTation<ST>:SCODe:STATe
- class StateCls[source]
State commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(baseStation=BaseStation.Default) bool [source]
# SCPI: [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.
- param baseStation
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bstation’)
- return
state: ON| OFF
- set(state: bool, baseStation=BaseStation.Default) None [source]
# SCPI: [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.
- param state
ON| OFF
- param baseStation
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bstation’)