State

SCPI Command :

[SENSe]:ADEMod[:STATe]
class StateCls[source]

State commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() bool[source]
# SCPI: [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.

return

state: No help available

set(state: bool) None[source]
# SCPI: [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.

param state

No help available