Dpll

SCPI Command :

[SENSe]:IQ:DPLL
class DpllCls[source]

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

get() bool[source]
# SCPI: [SENSe]:IQ:DPLL
value: bool = driver.applications.k40PhaseNoise.sense.iq.dpll.get()

Turns the digital PLL on and off.

return

state: ON | OFF | 1 | 0

set(state: bool) None[source]
# SCPI: [SENSe]:IQ:DPLL
driver.applications.k40PhaseNoise.sense.iq.dpll.set(state = False)

Turns the digital PLL on and off.

param state

ON | OFF | 1 | 0