Period

SCPI Command :

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

Defines the length of the gate for all traces. The gate length applies to all traces.

Parameters:

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

Returns:

length: Range: 100 ns to 1000 s, Unit: s

set(length: float, trace=Trace.Default) None[source]
# [SENSe]:SWEep:EGATe:TRACe<t>:PERiod
driver.sense.sweep.egate.trace.period.set(length = 1.0, trace = repcap.Trace.Default)

Defines the length of the gate for all traces. The gate length applies to all traces.

Parameters:
  • length – Range: 100 ns to 1000 s, Unit: s

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