AtcHeight

SCPI Command :

[SOURce<HW>]:BB:GBAS:VDB<CH>:MCONfig:ATCHeight
class AtcHeightCls[source]

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

get(vdbTransmitter=VdbTransmitter.Default) float[source]
# SCPI: [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.

param vdbTransmitter

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

return

tch: float Range: 0 to 1638.35

set(tch: float, vdbTransmitter=VdbTransmitter.Default) None[source]
# SCPI: [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.

param tch

float Range: 0 to 1638.35

param vdbTransmitter

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