Position
SCPI Command :
SBUS<*>:LIN:POSition
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(serialBus=SerialBus.Default) float[source]
# SBUS<*>:LIN:POSition value: float = driver.sbus.lin.position.get(serialBus = repcap.SerialBus.Default)
Sets the vertical position of the LIN signal.
- Parameters:
serialBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sbus’)
- set(lin_position: float, serialBus=SerialBus.Default) None[source]
# SBUS<*>:LIN:POSition driver.sbus.lin.position.set(lin_position = 1.0, serialBus = repcap.SerialBus.Default)
Sets the vertical position of the LIN signal.
- Parameters:
serialBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sbus’)