State

SCPI Command :

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

Switches to the Multi-Carrier ‘Group Delay’ application of the instrument or disables it. Note that this command is maintained for compatibility reasons only. Use the INST:SEL MCGD command for new remote control programs (see method RsFsw.instrument.select.set() ) .

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

Switches to the Multi-Carrier ‘Group Delay’ application of the instrument or disables it. Note that this command is maintained for compatibility reasons only. Use the INST:SEL MCGD command for new remote control programs (see method RsFsw.instrument.select.set() ) .