Scale

SCPI Command :

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

Set the vertical scale of the indicated ARINC signal.

Parameters:

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

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

Set the vertical scale of the indicated ARINC signal.

Parameters:

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