Bandwidth
SCPI Command :
BUS<*>:CDR:PLL:BWIDth
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default) float[source]
# BUS<*>:CDR:PLL:BWIDth value: float = driver.bus.cdr.pll.bandwidth.get(bus = repcap.Bus.Default)
Sets the PLL bandwidth. It defines the part of the spectrum that the PLL can follow during synchronization. The PLL bandwidth is usually defined by the transmission standard.
- Parameters:
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)
- Returns:
pll_nandwidth: 20E+3 to 10E+6
- set(pll_nandwidth: float, bus=Bus.Default) None[source]
# BUS<*>:CDR:PLL:BWIDth driver.bus.cdr.pll.bandwidth.set(pll_nandwidth = 1.0, bus = repcap.Bus.Default)
Sets the PLL bandwidth. It defines the part of the spectrum that the PLL can follow during synchronization. The PLL bandwidth is usually defined by the transmission standard.
- Parameters:
pll_nandwidth – 20E+3 to 10E+6
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)