Damping
SCPI Command :
BUS<*>:CDR:PLL:DAMPing
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default) float[source]
# BUS<*>:CDR:PLL:DAMPing value: float = driver.bus.cdr.pll.damping.get(bus = repcap.Bus.Default)
Sets the damping factor, which is only relevant for second order PLL.
- Parameters:
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)
- Returns:
damping_factor: 0.5 to 2
- set(damping_factor: float, bus=Bus.Default) None[source]
# BUS<*>:CDR:PLL:DAMPing driver.bus.cdr.pll.damping.set(damping_factor = 1.0, bus = repcap.Bus.Default)
Sets the damping factor, which is only relevant for second order PLL.
- Parameters:
damping_factor – 0.5 to 2
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)