State
SCPI Command :
[SENSe]:POWer:RLEVel:VERify[:STATe]
- class StateCls[source]
State commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() bool [source]
# SCPI: [SENSe]:POWer:RLEVel:VERify[:STATe] value: bool = driver.applications.k40PhaseNoise.sense.power.refLevel.verify.state.get()
Turns level verification on and off.
- return
state: ON | OFF | 1 | 0
- set(state: bool) None [source]
# SCPI: [SENSe]:POWer:RLEVel:VERify[:STATe] driver.applications.k40PhaseNoise.sense.power.refLevel.verify.state.set(state = False)
Turns level verification on and off.
- param state
ON | OFF | 1 | 0