Demodulation

SCPI Command:

CONFigure:AFRF:MEASurement<Instance>:DEModulation
class DemodulationCls[source]

Demodulation commands group definition. 36 total commands, 8 Subgroups, 1 group commands

get_value() Demodulation[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:DEModulation
value: enums.Demodulation = driver.configure.afRf.measurement.demodulation.get_value()

Selects the type of demodulation to be performed.

return:

demodulation: FMSTereo | FM | AM | USB | LSB | PM FMSTereo FM stereo multiplex signal FM, PM, AM Frequency / phase / amplitude modulation USB, LSB Single sideband modulation, upper / lower sideband

set_value(demodulation: Demodulation) None[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:DEModulation
driver.configure.afRf.measurement.demodulation.set_value(demodulation = enums.Demodulation.AM)

Selects the type of demodulation to be performed.

param demodulation:

FMSTereo | FM | AM | USB | LSB | PM FMSTereo FM stereo multiplex signal FM, PM, AM Frequency / phase / amplitude modulation USB, LSB Single sideband modulation, upper / lower sideband

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.afRf.measurement.demodulation.clone()

Subgroups