Tlas
SCPI Command :
[SOURce<HW>]:BB:GBAS:VDB<CH>:MCONfig:TLAS
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(vdbTransmitter=VdbTransmitter.Default) float[source]
# [SOURce<HW>]:BB:GBAS:VDB<CH>:MCONfig:TLAS value: float = driver.source.bb.gbas.vdb.mconfig.tlas.get(vdbTransmitter = repcap.VdbTransmitter.Default)
Requires ‘Mode > GBAS’ (LAAS) header information. Sets the value of the broadcast lateral alert limit.
- Parameters:
vdbTransmitter – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Vdb’)
- Returns:
tlas: float Range: 0 to 2.54
- set(tlas: float, vdbTransmitter=VdbTransmitter.Default) None[source]
# [SOURce<HW>]:BB:GBAS:VDB<CH>:MCONfig:TLAS driver.source.bb.gbas.vdb.mconfig.tlas.set(tlas = 1.0, vdbTransmitter = repcap.VdbTransmitter.Default)
Requires ‘Mode > GBAS’ (LAAS) header information. Sets the value of the broadcast lateral alert limit.
- Parameters:
tlas – float Range: 0 to 2.54
vdbTransmitter – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Vdb’)