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