Pilot

SCPI Command :

[SOURce<HW>]:BB:RADio:FM:PILot:DEViation
class PilotCls[source]

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

get_deviation() float[source]
# SCPI: [SOURce<HW>]:BB:RADio:FM:PILot:DEViation
value: float = driver.source.bb.radio.fm.pilot.get_deviation()

Defines the resulting 19 kHz frequency deviation of the pilot tone irrespective of the audio signals.

return:

freq_dev_pilot: float Range: 0 to 15, Unit: kHz

set_deviation(freq_dev_pilot: float) None[source]
# SCPI: [SOURce<HW>]:BB:RADio:FM:PILot:DEViation
driver.source.bb.radio.fm.pilot.set_deviation(freq_dev_pilot = 1.0)

Defines the resulting 19 kHz frequency deviation of the pilot tone irrespective of the audio signals.

param freq_dev_pilot:

float Range: 0 to 15, Unit: kHz