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