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