Damping

SCPI Command :

CDR:SOFTware<*>:PLL:DAMPing
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(software=Software.Default) float[source]
# CDR:SOFTware<*>:PLL:DAMPing
value: float = driver.cdr.software.pll.damping.get(software = repcap.Software.Default)

Sets the damping factor, which is only relevant for second order PLL.

Parameters:

software – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Software’)

Returns:

damping_factor: 0.5 to 2

set(damping_factor: float, software=Software.Default) None[source]
# CDR:SOFTware<*>:PLL:DAMPing
driver.cdr.software.pll.damping.set(damping_factor = 1.0, software = repcap.Software.Default)

Sets the damping factor, which is only relevant for second order PLL.

Parameters:
  • damping_factor – 0.5 to 2

  • software – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Software’)