Select
SCPI Command :
SBUS<*>:ARINc:MINGap:SELect
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(serialBus=SerialBus.Default) bool[source]
# SBUS<*>:ARINc:MINGap:SELect value: bool = driver.sbus.arinc.minGap.select.get(serialBus = repcap.SerialBus.Default)
Enables the detection of the minimum idle time between two words during decoding. To specify the minimum gap, use method
RsMxo.sbus.arinc.minGap.bits.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<*>:ARINc:MINGap:SELect driver.sbus.arinc.minGap.select.set(min_gap_select = False, serialBus = repcap.SerialBus.Default)
Enables the detection of the minimum idle time between two words during decoding. To specify the minimum gap, use method
RsMxo.sbus.arinc.minGap.bits.set().- Parameters:
min_gap_select – OFF | ON
serialBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sbus’)