Sgid

SCPI Command :

[SOURce<HW>]:BB:GBAS:VDB<CH>:SGID
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(vdbTransmitter=VdbTransmitter.Default) GbasSsid[source]
# [SOURce<HW>]:BB:GBAS:VDB<CH>:SGID
value: enums.GbasSsid = driver.source.bb.gbas.vdb.sgid.get(vdbTransmitter = repcap.VdbTransmitter.Default)

Sets the Station Slot Identifier SSID of the ground station.

Parameters:

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

set(sgid: GbasSsid, vdbTransmitter=VdbTransmitter.Default) None[source]
# [SOURce<HW>]:BB:GBAS:VDB<CH>:SGID
driver.source.bb.gbas.vdb.sgid.set(sgid = enums.GbasSsid.A, vdbTransmitter = repcap.VdbTransmitter.Default)

Sets the Station Slot Identifier SSID of the ground station.

Parameters:
  • sgid – A | B| C | D| E | F| G | H

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