AtcHeight
SCPI Command :
[SOURce<HW>]:BB:GBAS:VDB<CH>:MCONfig:ATCHeight
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(vdbTransmitter=VdbTransmitter.Default) float[source]
# [SOURce<HW>]:BB:GBAS:VDB<CH>:MCONfig:ATCHeight value: float = driver.source.bb.gbas.vdb.mconfig.atcHeight.get(vdbTransmitter = repcap.VdbTransmitter.Default)
Requires ‘Mode > GBAS’ (LAAS) header information. Sets the approach threshold crossing height.
- Parameters:
vdbTransmitter – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Vdb’)
- Returns:
tch: float Range: 0 to 1638.35
- set(tch: float, vdbTransmitter=VdbTransmitter.Default) None[source]
# [SOURce<HW>]:BB:GBAS:VDB<CH>:MCONfig:ATCHeight driver.source.bb.gbas.vdb.mconfig.atcHeight.set(tch = 1.0, vdbTransmitter = repcap.VdbTransmitter.Default)
Requires ‘Mode > GBAS’ (LAAS) header information. Sets the approach threshold crossing height.
- Parameters:
tch – float Range: 0 to 1638.35
vdbTransmitter – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Vdb’)