State

SCPI Command :

[SENSe]:FREQuency:VERify[:STATe]
class StateCls[source]

State commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() bool[source]
# SCPI: [SENSe]:FREQuency:VERify[:STATe]
value: bool = driver.applications.k40PhaseNoise.sense.frequency.verify.state.get()

Turns frequency verification on and off.

return

state: ON | OFF | 1 | 0

set(state: bool) None[source]
# SCPI: [SENSe]:FREQuency:VERify[:STATe]
driver.applications.k40PhaseNoise.sense.frequency.verify.state.set(state = False)

Turns frequency verification on and off.

param state

ON | OFF | 1 | 0