State

SCPI Command :

[SOURce<HW>]:BB:GBAS:VDB<CH>:MCONfig:SGDefinition:E:STATe
class StateCls[source]

State commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(vdbTransmitter=VdbTransmitter.Default) bool[source]
# SCPI: [SOURce<HW>]:BB:GBAS:VDB<CH>:MCONfig:SGDefinition:E:STATe
value: bool = driver.source.bb.gbas.vdb.mconfig.sgDefinition.e.state.get(vdbTransmitter = repcap.VdbTransmitter.Default)

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

param vdbTransmitter

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

return

state: 1| ON| 0| OFF

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

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

param state

1| ON| 0| OFF

param vdbTransmitter

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