Period

SCPI Commands

SENSe:SWEep:EGATe:TRACe<Trace>: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)

No command help available

param trace

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

return

length: No help available

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)

No command help available

param length

No help available

param trace

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