Gate

SCPI Command :

[SENSe]:SWEep:PULSe:GATE
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() GateSource[source]
# [SENSe]:SWEep:PULSe:GATE
value: enums.GateSource = driver.sense.sweep.pulse.gate.get()

No help available

set(gate_source: GateSource) None[source]
# [SENSe]:SWEep:PULSe:GATE
driver.sense.sweep.pulse.gate.set(gate_source = enums.GateSource.EXTernal)

No help available