Pll

SCPI Command :

[SOURce<HW>]:FREQuency:PLL:MODE
class PllCls[source]

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

get_mode() FreqPllModeF[source]
# SCPI: [SOURce<HW>]:FREQuency:PLL:MODE
value: enums.FreqPllModeF = driver.source.frequency.pll.get_mode()

Selects the PLL (Phase Locked Loop) bandwidth of the main synthesizer.

return:

mode: NORMal| NARRow NORMal Maximum modulation bandwidth and FM/PhiM deviation. NARRow Narrow PLL bandwidth

set_mode(mode: FreqPllModeF) None[source]
# SCPI: [SOURce<HW>]:FREQuency:PLL:MODE
driver.source.frequency.pll.set_mode(mode = enums.FreqPllModeF.NARRow)

Selects the PLL (Phase Locked Loop) bandwidth of the main synthesizer.

param mode:

NORMal| NARRow NORMal Maximum modulation bandwidth and FM/PhiM deviation. NARRow Narrow PLL bandwidth