Demod

SCPI Command:

CONFigure:AFRF:MEASurement<Instance>:SROutines:TX:DEMod:SCHeme
class DemodCls[source]

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

get_scheme() Demodulation[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:SROutines:TX:DEMod:SCHeme
value: enums.Demodulation = driver.configure.afRf.measurement.searchRoutines.tx.demod.get_scheme()

Selects the type of demodulation to be performed.

return:

scheme: 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_scheme(scheme: Demodulation) None[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:SROutines:TX:DEMod:SCHeme
driver.configure.afRf.measurement.searchRoutines.tx.demod.set_scheme(scheme = enums.Demodulation.AM)

Selects the type of demodulation to be performed.

param scheme:

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