State

SCPI Command :

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

The command activates/deactivates the compressed mode.

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>:CMODe:STATe
driver.source.bb.w3Gpp.bstation.cmode.state.set(state = False, baseStation = repcap.BaseStation.Default)

The command activates/deactivates the compressed mode.

Parameters:
  • state – ON | OFF

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