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