Damping

SCPI Command :

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

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

Parameters:

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

Returns:

damping: 0.5 to 2

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

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

Parameters:
  • damping – 0.5 to 2

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