Scale

SCPI Command :

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

Set the vertical scale of the indicated SENT signal.

Parameters:

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

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

Set the vertical scale of the indicated SENT signal.

Parameters:

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