Start

SCPI Command :

[SENSe]:SWEep:EGATe:TRACe<t>:STARt<gr>
class StartCls[source]

Start commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(trace=Trace.Default, gateRange=GateRange.Nr1) float[source]
# SCPI: [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.

param trace

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

param gateRange

optional repeated capability selector. Default value: Nr1

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 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]
# SCPI: [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.

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 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

param trace

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

param gateRange

optional repeated capability selector. Default value: Nr1