Pdeviation

SCPI Command:

SOURce:AFRF:GENerator<Instance>:MODulator:FMSTereo:PDEViation
class PdeviationCls[source]

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

class GetStruct[source]

Response structure. Fields:

  • Max_Pilot_Deviation: float: Maximum pilot deviation in Hz Range: 0 Hz to 10 kHz, Unit: Hz

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

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

Specifies the maximum frequency deviation for the pilot tone 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 <MaxPilotDeviation>, <Ratio>.

return:

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

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

Specifies the maximum frequency deviation for the pilot tone 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 <MaxPilotDeviation>, <Ratio>.

param max_pilot_deviation:

Maximum pilot deviation in Hz Range: 0 Hz to 10 kHz, Unit: Hz