Select
SCPI Command :
SBUS<*>:NRZC:MINGap:SELect
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(serialBus=SerialBus.Default) bool[source]
# SBUS<*>:NRZC:MINGap:SELect value: bool = driver.sbus.nrzc.minGap.select.get(serialBus = repcap.SerialBus.Default)
Enables checking the minimum idle time between two frames during decoding. To set the idle time, use the command method
RsMxo.sbus.nrzc.minGap.width.set().- Parameters:
serialBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sbus’)
- Returns:
min_gap_select: OFF | ON
- set(min_gap_select: bool, serialBus=SerialBus.Default) None[source]
# SBUS<*>:NRZC:MINGap:SELect driver.sbus.nrzc.minGap.select.set(min_gap_select = False, serialBus = repcap.SerialBus.Default)
Enables checking the minimum idle time between two frames during decoding. To set the idle time, use the command method
RsMxo.sbus.nrzc.minGap.width.set().- Parameters:
min_gap_select – OFF | ON
serialBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sbus’)