M1state
SCPI Command :
[SOURce<HW>]:BB:GBAS:VDB<CH>:MCONfig:DG:M1STate
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(vdbTransmitter=VdbTransmitter.Default) bool[source]
# [SOURce<HW>]:BB:GBAS:VDB<CH>:MCONfig:DG:M1STate value: bool = driver.source.bb.gbas.vdb.mconfig.dg.m1state.get(vdbTransmitter = repcap.VdbTransmitter.Default)
Enables the use of the message type 1, differential GPS corrections.
- 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:DG:M1STate driver.source.bb.gbas.vdb.mconfig.dg.m1state.set(state = False, vdbTransmitter = repcap.VdbTransmitter.Default)
Enables the use of the message type 1, differential GPS corrections.
- Parameters:
state – 1 | ON | 0| OFF
vdbTransmitter – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Vdb’)