FmStereo

SCPI Command:

SOURce:AFRF:GENerator<Instance>:MODulator:FMSTereo:MDEViation
class FmStereoCls[source]

FmStereo commands group definition. 4 total commands, 3 Subgroups, 1 group commands

get_mdeviation() float[source]
# SCPI: SOURce:AFRF:GENerator<Instance>:MODulator:FMSTereo:MDEViation
value: float = driver.source.afRf.generator.modulator.fmStereo.get_mdeviation()

Queries the frequency deviation of the FM stereo multiplex signal. The value is calculated from the frequency deviations configured for the signal components.

return:

max_freq_deviation: Range: 0 Hz to 100 kHz, Unit: Hz

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.afRf.generator.modulator.fmStereo.clone()

Subgroups