Stop<GateRange>
RepCap Settings
# Range: Nr1 .. Nr64
rc = driver.sense.sweep.egate.trace.stop.repcap_gateRange_get()
driver.sense.sweep.egate.trace.stop.repcap_gateRange_set(repcap.GateRange.Nr1)
SCPI Command :
[SENSe]:SWEep:EGATe:TRACe<t>:STOP<gr>
- class StopCls[source]
- Stop commands group definition. 1 total commands, 0 Subgroups, 1 group commands Repeated Capability: GateRange, default value after init: GateRange.Nr1 - get(trace=Trace.Default, gateRange=GateRange.Default) float[source]
- # SCPI: [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. - param trace
- optional repeated capability selector. Default value: Tr1 (settable in the interface ‘Trace’) 
- param gateRange
- optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Stop’) 
- return
- time: The value range depends on the gate period you have set for the selected trace with [SENSe:]SWEep:EGATe:TRACet:PERiod. 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]
- # SCPI: [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. - param time
- The value range depends on the gate period you have set for the selected trace with [SENSe:]SWEep:EGATe:TRACet:PERiod. 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 
- param trace
- optional repeated capability selector. Default value: Tr1 (settable in the interface ‘Trace’) 
- param gateRange
- optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Stop’) 
 
 
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.sense.sweep.egate.trace.stop.clone()