Select
SCPI Command :
TRIGger<*>:ARINc:MAXGap:SELect
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(trigger=Trigger.Default) bool[source]
# TRIGger<*>:ARINc:MAXGap:SELect value: bool = driver.trigger.arinc.maxGap.select.get(trigger = repcap.Trigger.Default)
Enables triggering when the maximum gap is out of range. You can set the maximum gap with: method
RsRtx.trigger.arinc.maxGap.bits.set().- Parameters:
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)
- Returns:
max_gap_select: OFF | ON
- set(max_gap_select: bool, trigger=Trigger.Default) None[source]
# TRIGger<*>:ARINc:MAXGap:SELect driver.trigger.arinc.maxGap.select.set(max_gap_select = False, trigger = repcap.Trigger.Default)
Enables triggering when the maximum gap is out of range. You can set the maximum gap with: method
RsRtx.trigger.arinc.maxGap.bits.set().- Parameters:
max_gap_select – OFF | ON
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)