Start

SCPI Command :

[SENSe]:SWEep:EGATe:TRACe<t>:STARt<gr>
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(trace=Trace.Default, gateRange=GateRange.Nr1) float[source]
# [SENSe]:SWEep:EGATe:TRACe<t>:STARt<gr>
value: float = driver.sense.sweep.egate.trace.start.get(trace = repcap.Trace.Default, gateRange = repcap.GateRange.Nr1)

Defines the start 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

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 start time may not be higher than the length of the gate - the start time may not be lower than the stop time of the gate range of a lower order The reset values depend on the gate range. - for gate range 1, the start time is 0 ms - for gate range 3, the start time is 2 ms - for gate range 5, the start time is 4 ms Unit: s

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

Defines the start 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 start time may not be higher than the length of the gate - the start time may not be lower than the stop time of the gate range of a lower order The reset values depend on the gate range. - for gate range 1, the start time is 0 ms - for gate range 3, the start time is 2 ms - for gate range 5, the start time is 4 ms Unit: s

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

  • gateRange – optional repeated capability selector. Default value: Nr1