State

SCPI Command :

[SENSe]:CORRection:ENR:SNS:AUTO[:STATe]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# [SENSe]:CORRection:ENR:SNS:AUTO[:STATe]
value: bool = driver.applications.k30NoiseFigure.sense.correction.enr.sns.auto.state.get()

No help available

set(state: bool) None[source]
# [SENSe]:CORRection:ENR:SNS:AUTO[:STATe]
driver.applications.k30NoiseFigure.sense.correction.enr.sns.auto.state.set(state = False)

No help available