State

SCPI Command :

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

No help available

set(state: bool) None[source]
# [SENSe]:CORRection:PLOSs:INPut:STATe
driver.sense.correction.ploss.inputPy.state.set(state = False)

No help available