Period

SCPI Command :

[SENSe]:SWEep:EGATe:TRACe<t>:PERiod
class PeriodCls[source]

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

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

param trace

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

return

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

set(length: float, trace=Trace.Default) None[source]
# SCPI: [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.

param length

Range: 100 ns to 1000 s, Unit: s

param trace

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