M1state

SCPI Command :

[SOURce<HW>]:BB:GBAS:VDB<CH>:MCONfig:DG:M1STate
class M1stateCls[source]

M1state 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: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.

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: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.

param state

1| ON| 0| OFF

param vdbTransmitter

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