Height
SCPI Command :
[SOURce<HW>]:BB:GBAS:VDB<CH>:MCONfig:LFLocation:HEIGht
- class HeightCls[source]
Height 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:LFLocation:HEIGht value: float = driver.source.bb.gbas.vdb.mconfig.lfLocation.height.get(vdbTransmitter = repcap.VdbTransmitter.Default)
Requires ‘Mode > GBAS’ (LAAS) header information. Sets the LTP/FTP height.
- param vdbTransmitter
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Vdb’)
- return
lf_height: float Range: -512 to 6041.5
- set(lf_height: float, vdbTransmitter=VdbTransmitter.Default) None [source]
# SCPI: [SOURce<HW>]:BB:GBAS:VDB<CH>:MCONfig:LFLocation:HEIGht driver.source.bb.gbas.vdb.mconfig.lfLocation.height.set(lf_height = 1.0, vdbTransmitter = repcap.VdbTransmitter.Default)
Requires ‘Mode > GBAS’ (LAAS) header information. Sets the LTP/FTP height.
- param lf_height
float Range: -512 to 6041.5
- param vdbTransmitter
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Vdb’)