Select
SCPI Command :
BUS<*>:ARINc:MINGap:SELect
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default) bool[source]
# BUS<*>:ARINc:MINGap:SELect value: bool = driver.bus.arinc.minGap.select.get(bus = repcap.Bus.Default)
Enables the detection of the minimum idle time between two words during decoding. To specify the minimum gap, usemethod
RsRtx.bus.arinc.minGap.bits.set().- Parameters:
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)
- Returns:
min_gap_select: OFF | ON
- set(min_gap_select: bool, bus=Bus.Default) None[source]
# BUS<*>:ARINc:MINGap:SELect driver.bus.arinc.minGap.select.set(min_gap_select = False, bus = repcap.Bus.Default)
Enables the detection of the minimum idle time between two words during decoding. To specify the minimum gap, usemethod
RsRtx.bus.arinc.minGap.bits.set().- Parameters:
min_gap_select – OFF | ON
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)