Time
SCPI Command :
BUS<*>:RFFE:MINGap:TIME
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default) float[source]
# BUS<*>:RFFE:MINGap:TIME value: float = driver.bus.rffe.minGap.time.get(bus = repcap.Bus.Default)
Sets the minimum idle time between the Bus Park Cycle (BP) and Sequence Start Condition (SSC) . The setting is only relevant if method
RsRtx.bus.rffe.minGap.select.set()is enabled.- Parameters:
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)
- Returns:
min_gap_time: 1E-9 to 10E-6
- set(min_gap_time: float, bus=Bus.Default) None[source]
# BUS<*>:RFFE:MINGap:TIME driver.bus.rffe.minGap.time.set(min_gap_time = 1.0, bus = repcap.Bus.Default)
Sets the minimum idle time between the Bus Park Cycle (BP) and Sequence Start Condition (SSC) . The setting is only relevant if method
RsRtx.bus.rffe.minGap.select.set()is enabled.- Parameters:
min_gap_time – 1E-9 to 10E-6
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)