RelBwidth
SCPI Command :
CDR:SOFTware<*>:PLL:RELBwidth
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(software=Software.Default) float[source]
# CDR:SOFTware<*>:PLL:RELBwidth value: float = driver.cdr.software.pll.relBwidth.get(software = repcap.Software.Default)
Sets the relative bandwidth, that is the ratio of the nominal bit rate to the PLL bandwidth.
- Parameters:
software – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Software’)
- Returns:
pll_rel_bw: 10 to 6000
- set(pll_rel_bw: float, software=Software.Default) None[source]
# CDR:SOFTware<*>:PLL:RELBwidth driver.cdr.software.pll.relBwidth.set(pll_rel_bw = 1.0, software = repcap.Software.Default)
Sets the relative bandwidth, that is the ratio of the nominal bit rate to the PLL bandwidth.
- Parameters:
pll_rel_bw – 10 to 6000
software – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Software’)