RelBwidth

SCPI Command :

BUS<*>:CDR:PLL:RELBwidth
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(bus=Bus.Default) float[source]
# BUS<*>:CDR:PLL:RELBwidth
value: float = driver.bus.cdr.pll.relBwidth.get(bus = repcap.Bus.Default)

Sets the relative bandwidth, that is the ratio of the nominal bit rate to the PLL bandwidth.

Parameters:

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

Returns:

pll_rel_bw: 10 to 6000

set(pll_rel_bw: float, bus=Bus.Default) None[source]
# BUS<*>:CDR:PLL:RELBwidth
driver.bus.cdr.pll.relBwidth.set(pll_rel_bw = 1.0, bus = repcap.Bus.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

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