State

SCPI Command :

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

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

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

return

state: No help available

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

param state

No help available