Gid
SCPI Command :
[SOURce<HW>]:BB:GBAS:VDB<CH>:GID
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(vdbTransmitter=VdbTransmitter.Default) str[source]
# [SOURce<HW>]:BB:GBAS:VDB<CH>:GID value: str = driver.source.bb.gbas.vdb.gid.get(vdbTransmitter = repcap.VdbTransmitter.Default)
Sets the GBAS ID.
- Parameters:
vdbTransmitter – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Vdb’)
- Returns:
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]
# [SOURce<HW>]:BB:GBAS:VDB<CH>:GID driver.source.bb.gbas.vdb.gid.set(gid = 'abc', vdbTransmitter = repcap.VdbTransmitter.Default)
Sets the GBAS ID.
- Parameters:
gid – string A four-character (24-bit) alphanumeric field that identifies the ground station broadcasting the message. Permitted are capital letter, numbers and ‘space’.
vdbTransmitter – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Vdb’)