State

SCPI Command :

[SENSe]:POWer:ACHannel:EVM[:STATe]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# [SENSe]:POWer:ACHannel:EVM[:STATe]
value: bool = driver.applications.k10Xlte.sense.power.achannel.evm.state.get()

No help available

set(state: bool) None[source]
# [SENSe]:POWer:ACHannel:EVM[:STATe]
driver.applications.k10Xlte.sense.power.achannel.evm.state.set(state = False)

No help available