Select
SCPI Command :
SBUS<*>:NRZU:BITRate:SELect
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(serialBus=SerialBus.Default) bool[source]
# SBUS<*>:NRZU:BITRate:SELect value: bool = driver.sbus.nrzu.bitrate.select.get(serialBus = repcap.SerialBus.Default)
Enables setting the bit rate, which is required to trigger and decode unclocked NRZ signals. You can set the bit rate with method
RsMxo.sbus.nrzu.bitrate.width.set().- Parameters:
serialBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sbus’)
- Returns:
bitrate_select: OFF | ON
- set(bitrate_select: bool, serialBus=SerialBus.Default) None[source]
# SBUS<*>:NRZU:BITRate:SELect driver.sbus.nrzu.bitrate.select.set(bitrate_select = False, serialBus = repcap.SerialBus.Default)
Enables setting the bit rate, which is required to trigger and decode unclocked NRZ signals. You can set the bit rate with method
RsMxo.sbus.nrzu.bitrate.width.set().- Parameters:
bitrate_select – OFF | ON
serialBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sbus’)