AtuSelector

SCPI Command :

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

Requires ‘Mode > GBAS’ (LAAS) header information. Sets the units for the approach TCH, see method RsSmw.source.bb.gbas.vdb.mconfig.atcHeight.set() .

Parameters:

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

Returns:

tch_unit: FEET | MET

set(tch_unit: GbasAppTchUnitSel, vdbTransmitter=VdbTransmitter.Default) None[source]
# [SOURce<HW>]:BB:GBAS:VDB<CH>:MCONfig:ATUSelector
driver.source.bb.gbas.vdb.mconfig.atuSelector.set(tch_unit = enums.GbasAppTchUnitSel.FEET, vdbTransmitter = repcap.VdbTransmitter.Default)

Requires ‘Mode > GBAS’ (LAAS) header information. Sets the units for the approach TCH, see method RsSmw.source.bb.gbas.vdb.mconfig.atcHeight.set() .

Parameters:
  • tch_unit – FEET | MET

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