Bandwidth
SCPI Command :
CDR:SOFTware<*>:PLL:BWIDth
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(software=Software.Default) float[source]
# CDR:SOFTware<*>:PLL:BWIDth value: float = driver.cdr.software.pll.bandwidth.get(software = repcap.Software.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:
software – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Software’)
- Returns:
pll_nandwidth: Nominal BITRate * Range of RELBwidth (dependent range)
- set(pll_nandwidth: float, software=Software.Default) None[source]
# CDR:SOFTware<*>:PLL:BWIDth driver.cdr.software.pll.bandwidth.set(pll_nandwidth = 1.0, software = repcap.Software.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 – Nominal BITRate * Range of RELBwidth (dependent range)
software – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Software’)