State

SCPI Command :

[SENSe]:CORRection:VSWR[:STATe]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# [SENSe]:CORRection:VSWR[:STATe]
value: bool = driver.sense.correction.vswr.state.get()

No help available

set(state: bool) None[source]
# [SENSe]:CORRection:VSWR[:STATe]
driver.sense.correction.vswr.state.set(state = False)

No help available