State

SCPI Command :

[SOURce<HW>]:BB:GBAS:VDB<CH>:MCONfig:SGDefinition:B:STATe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(vdbTransmitter=VdbTransmitter.Default) bool[source]
# [SOURce<HW>]:BB:GBAS:VDB<CH>:MCONfig:SGDefinition:B:STATe
value: bool = driver.source.bb.gbas.vdb.mconfig.sgDefinition.b.state.get(vdbTransmitter = repcap.VdbTransmitter.Default)

If enabled, the specified slot is assigned for use by the ground station.

Parameters:

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

Returns:

state: 1 | ON | 0| OFF

set(state: bool, vdbTransmitter=VdbTransmitter.Default) None[source]
# [SOURce<HW>]:BB:GBAS:VDB<CH>:MCONfig:SGDefinition:B:STATe
driver.source.bb.gbas.vdb.mconfig.sgDefinition.b.state.set(state = False, vdbTransmitter = repcap.VdbTransmitter.Default)

If enabled, the specified slot is assigned for use by the ground station.

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

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