Egate

SCPI Commands

SENSe:SWEep:EGATe
class EgateCls[source]

Egate commands group definition. 11 total commands, 8 Subgroups, 1 group commands

get() bool[source]
# SCPI: [SENSe]:SWEep:EGATe
value: bool = driver.applications.k30NoiseFigure.sense.sweep.egate.get()

This command turns gated measurements on and off. See ‘(Measurement) Points’.

return

state: ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on

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

This command turns gated measurements on and off. See ‘(Measurement) Points’.

param state

ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.applications.k30NoiseFigure.sense.sweep.egate.clone()

Subgroups