Scale

SCPI Command :

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

Set the vertical scale of the indicated LIN signal.

Parameters:

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

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

Set the vertical scale of the indicated LIN signal.

Parameters:

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