Level
SCPI Command :
[SENSe]:SWEep:EGATe:LEVel
- Commands in total: 4Subgroups: 3Direct child commands: 1
- get() float[source]
# [SENSe]:SWEep:EGATe:LEVel value: float = driver.sense.sweep.egate.level.get()
No help available
- set(level: float) None[source]
# [SENSe]:SWEep:EGATe:LEVel driver.sense.sweep.egate.level.set(level = 1.0)
No help available
Cloning the Group
# Create a copy of the original group, that exists independently
level_copy = driver.sense.sweep.egate.level.clone()
Subgroups