State

SCPI Command :

[SENSe]:POWer:NCORrection:CALibration:STATe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# [SENSe]:POWer:NCORrection:CALibration:STATe
value: bool = driver.sense.power.ncorrection.calibration.state.get()

No help available

set(state: bool) None[source]
# [SENSe]:POWer:NCORrection:CALibration:STATe
driver.sense.power.ncorrection.calibration.state.set(state = False)

No help available