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