Agating

SCPI Command :

[SENSe]:SWEep:EGATe:AGATing
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# [SENSe]:SWEep:EGATe:AGATing
value: bool = driver.applications.k14Xnr5G.sense.sweep.egate.agating.get()

Turns auto gating on and off.

Returns:

state: ON | OFF | 1 | 0

set(state: bool) None[source]
# [SENSe]:SWEep:EGATe:AGATing
driver.applications.k14Xnr5G.sense.sweep.egate.agating.set(state = False)

Turns auto gating on and off.

Parameters:

state – ON | OFF | 1 | 0