CwaThreshold

SCPI Command :

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

Requires ‘Mode > GBAS’ (LAAS) header information. Sets the course width at threshold.

Parameters:

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

Returns:

cr_wd_at_th: float Range: 80 to 143.75

set(cr_wd_at_th: float, vdbTransmitter=VdbTransmitter.Default) None[source]
# [SOURce<HW>]:BB:GBAS:VDB<CH>:MCONfig:CWAThreshold
driver.source.bb.gbas.vdb.mconfig.cwaThreshold.set(cr_wd_at_th = 1.0, vdbTransmitter = repcap.VdbTransmitter.Default)

Requires ‘Mode > GBAS’ (LAAS) header information. Sets the course width at threshold.

Parameters:
  • cr_wd_at_th – float Range: 80 to 143.75

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