Madeviation

SCPI Command:

SOURce:AFRF:GENerator<Instance>:MODulator:FMSTereo:MADeviation
class MadeviationCls[source]

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

class GetStruct[source]

Response structure. Fields:

  • Max_Audio_Deviation: float: Maximum audio deviation in Hz Range: 0 Hz to 100 kHz, Unit: Hz

  • Ratio: float: Maximum audio deviation as percentage of the multiplex deviation Range: 0 % to 100 %, Unit: %

get() GetStruct[source]
# SCPI: SOURce:AFRF:GENerator<Instance>:MODulator:FMSTereo:MADeviation
value: GetStruct = driver.source.afRf.generator.modulator.fmStereo.madeviation.get()

Specifies the maximum frequency deviation for the audio signal component of a generated FM stereo multiplex signal. The allowed range depends on the frequency deviation of the other signal components. The total deviation of the multiplex signal must not exceed 100 kHz. A query returns <MaxAudioDeviation>, <Ratio>.

return:

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

set(max_audio_deviation: float) None[source]
# SCPI: SOURce:AFRF:GENerator<Instance>:MODulator:FMSTereo:MADeviation
driver.source.afRf.generator.modulator.fmStereo.madeviation.set(max_audio_deviation = 1.0)

Specifies the maximum frequency deviation for the audio signal component of a generated FM stereo multiplex signal. The allowed range depends on the frequency deviation of the other signal components. The total deviation of the multiplex signal must not exceed 100 kHz. A query returns <MaxAudioDeviation>, <Ratio>.

param max_audio_deviation:

Maximum audio deviation in Hz Range: 0 Hz to 100 kHz, Unit: Hz