Dpll
SCPI Command :
[SENSe]:IQ:DPLL
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() bool[source]
# [SENSe]:IQ:DPLL value: bool = driver.applications.k40PhaseNoise.sense.iq.dpll.get()
Turns the digital PLL on and off.
- Returns:
state: ON | OFF | 1 | 0
- set(state: bool) None[source]
# [SENSe]:IQ:DPLL driver.applications.k40PhaseNoise.sense.iq.dpll.set(state = False)
Turns the digital PLL on and off.
- Parameters:
state – ON | OFF | 1 | 0