RelBwidth

SCPI Command :

TRIGger<*>:CDR:EYE:RELBwidth
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(trigger=Trigger.Default) float[source]
# TRIGger<*>:CDR:EYE:RELBwidth
value: float = driver.trigger.cdr.eye.relBwidth.get(trigger = repcap.Trigger.Default)

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

Parameters:

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

set(pll_rel_bw: float, trigger=Trigger.Default) None[source]
# TRIGger<*>:CDR:EYE:RELBwidth
driver.trigger.cdr.eye.relBwidth.set(pll_rel_bw = 1.0, trigger = repcap.Trigger.Default)

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

Parameters:
  • pll_rel_bw – 500 to 3000

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