Egate

SCPI Commands

SENSe:SWEep:EGATe
class EgateCls[source]

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

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

No command help available

return

state: No help available

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

No command help available

param state

No help available

Cloning the Group

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

Subgroups