Dfrequency

SCPI Command:

CONFigure:AFRF:MEASurement<Instance>:DEModulation:FILTer:DFRequency
class DfrequencyCls[source]

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

class DfrequencyStruct[source]

Response structure. Fields:

  • Distor_Freq_Left: float: Range: 0 Hz to 10.5 kHz, Unit: Hz

  • Distor_Freq_Right: float: Range: 0 Hz to 10.5 kHz, Unit: Hz

get() DfrequencyStruct[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:DEModulation:FILTer:DFRequency
value: DfrequencyStruct = driver.configure.afRf.measurement.demodulation.filterPy.dfrequency.get()

Configures the reference frequency for single-tone measurements via the RF input path. For FM stereo, the settings configure the left and the right audio channel. For other modulation types, only <DistorFreqLeft> is relevant. <DistorFreqRight> has no effect.

return:

structure: for return value, see the help for DfrequencyStruct structure arguments.

set(distor_freq_left: float, distor_freq_right: float) None[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:DEModulation:FILTer:DFRequency
driver.configure.afRf.measurement.demodulation.filterPy.dfrequency.set(distor_freq_left = 1.0, distor_freq_right = 1.0)

Configures the reference frequency for single-tone measurements via the RF input path. For FM stereo, the settings configure the left and the right audio channel. For other modulation types, only <DistorFreqLeft> is relevant. <DistorFreqRight> has no effect.

param distor_freq_left:

Range: 0 Hz to 10.5 kHz, Unit: Hz

param distor_freq_right:

Range: 0 Hz to 10.5 kHz, Unit: Hz