State

SCPI Command :

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

The command activates and deactivates the specified base station.

Parameters:

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

Returns:

state: 1 | ON | 0| OFF

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

The command activates and deactivates the specified base station.

Parameters:
  • state – 1 | ON | 0| OFF

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