Select
SCPI Command :
BUS<*>:RFFE:MINGap:SELect
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default) bool[source]
# BUS<*>:RFFE:MINGap:SELect value: bool = driver.bus.rffe.minGap.select.get(bus = repcap.Bus.Default)
If the minimum gap is enabled, the instrument detects the specified gap. Set the minimum gap time using method
RsRtx.bus.rffe.minGap.time.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<*>:RFFE:MINGap:SELect driver.bus.rffe.minGap.select.set(min_gap_select = False, bus = repcap.Bus.Default)
If the minimum gap is enabled, the instrument detects the specified gap. Set the minimum gap time using method
RsRtx.bus.rffe.minGap.time.set().- Parameters:
min_gap_select – OFF | ON
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)