Position

SCPI Command :

SBUS<*>:NRZU:POSition
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(serialBus=SerialBus.Default) float[source]
# SBUS<*>:NRZU:POSition
value: float = driver.sbus.nrzu.position.get(serialBus = repcap.SerialBus.Default)

Sets the vertical position of the NRZ unclocked signal.

Parameters:

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

set(position: float, serialBus=SerialBus.Default) None[source]
# SBUS<*>:NRZU:POSition
driver.sbus.nrzu.position.set(position = 1.0, serialBus = repcap.SerialBus.Default)

Sets the vertical position of the NRZ unclocked signal.

Parameters:

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