Position

SCPI Command :

SBUS<*>:ARINc:POSition
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(serialBus=SerialBus.Default) float[source]
# SBUS<*>:ARINc:POSition
value: float = driver.sbus.arinc.position.get(serialBus = repcap.SerialBus.Default)

Sets the vertical position of the ARINC signal.

Parameters:

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

set(position: float, serialBus=SerialBus.Default) None[source]
# SBUS<*>:ARINc:POSition
driver.sbus.arinc.position.set(position = 1.0, serialBus = repcap.SerialBus.Default)

Sets the vertical position of the ARINC signal.

Parameters:

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