Stop<GateRange>

SCPI Command :

[SENSe]:SWEep:EGATe:TRACe<t>:STOP<gr>
Commands in total: 1
Subgroups: 0
Direct child commands: 1

Repeated Capability Setting:

# Range: Nr1 .. Nr64

driver.sense.sweep.egate.trace.stop.repcap_gateRange_set(repcap.GateRange.Nr1)
get(trace=Trace.Default, gateRange=GateRange.Default) float[source]
# [SENSe]:SWEep:EGATe:TRACe<t>:STOP<gr>
value: float = driver.sense.sweep.egate.trace.stop.get(trace = repcap.Trace.Default, gateRange = repcap.GateRange.Default)

Defines the stop time for a gate range.

Parameters:
  • trace – optional repeated capability selector. Default value: Tr1 (settable in the interface ‘Trace’)

  • gateRange – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Stop’)

Returns:

time: The value range depends on the gate period you have set for the selected trace with method RsFsw.sense.sweep.egate.trace.period.set() . The following rules apply: - the stop time may not be higher than the length of the gate - the stop time may not be lower than the start time The reset values depend on the gate range. - for gate range 1, the stop time is 1 ms - for gate range 3, the stop time is 3 ms - for gate range 5, the stop time is 5 ms Unit: s

set(time: float, trace=Trace.Default, gateRange=GateRange.Default) None[source]
# [SENSe]:SWEep:EGATe:TRACe<t>:STOP<gr>
driver.sense.sweep.egate.trace.stop.set(time = 1.0, trace = repcap.Trace.Default, gateRange = repcap.GateRange.Default)

Defines the stop time for a gate range.

Parameters:
  • time – The value range depends on the gate period you have set for the selected trace with method RsFsw.sense.sweep.egate.trace.period.set() . The following rules apply: - the stop time may not be higher than the length of the gate - the stop time may not be lower than the start time The reset values depend on the gate range. - for gate range 1, the stop time is 1 ms - for gate range 3, the stop time is 3 ms - for gate range 5, the stop time is 5 ms Unit: s

  • trace – optional repeated capability selector. Default value: Tr1 (settable in the interface ‘Trace’)

  • gateRange – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Stop’)

Cloning the Group

# Create a copy of the original group, that exists independently
stop_copy = driver.sense.sweep.egate.trace.stop.clone()