State

SCPI Command :

[SENSe]:ADEMod[:STATe]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# [SENSe]:ADEMod[:STATe]
value: bool = driver.applications.k17Mcgd.sense.ademod.state.get()

Switches to the Analog Demodulation application or disables it. Note that this command is maintained for compatibility reasons only. Use the INST:SEL ADEM command for new remote control programs.

set(state: bool) None[source]
# [SENSe]:ADEMod[:STATe]
driver.applications.k17Mcgd.sense.ademod.state.set(state = False)

Switches to the Analog Demodulation application or disables it. Note that this command is maintained for compatibility reasons only. Use the INST:SEL ADEM command for new remote control programs.