Gid

SCPI Command :

[SOURce<HW>]:BB:GBAS:VDB<CH>:GID
class GidCls[source]

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

get(vdbTransmitter=VdbTransmitter.Default) str[source]
# SCPI: [SOURce<HW>]:BB:GBAS:VDB<CH>:GID
value: str = driver.source.bb.gbas.vdb.gid.get(vdbTransmitter = repcap.VdbTransmitter.Default)

Sets the GBAS ID.

param vdbTransmitter

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

return

gid: string A four-character (24-bit) alphanumeric field that identifies the ground station broadcasting the message. Permitted are capital letter, numbers and ‘space’.

set(gid: str, vdbTransmitter=VdbTransmitter.Default) None[source]
# SCPI: [SOURce<HW>]:BB:GBAS:VDB<CH>:GID
driver.source.bb.gbas.vdb.gid.set(gid = 'abc', vdbTransmitter = repcap.VdbTransmitter.Default)

Sets the GBAS ID.

param gid

string A four-character (24-bit) alphanumeric field that identifies the ground station broadcasting the message. Permitted are capital letter, numbers and ‘space’.

param vdbTransmitter

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