Bandwidth
SCPI Command :
TRIGger<*>:CDR:EYE:BWIDth
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(trigger=Trigger.Default) float[source]
# TRIGger<*>:CDR:EYE:BWIDth value: float = driver.trigger.cdr.eye.bandwidth.get(trigger = repcap.Trigger.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:
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)
- set(pll_nandwidth: float, trigger=Trigger.Default) None[source]
# TRIGger<*>:CDR:EYE:BWIDth driver.trigger.cdr.eye.bandwidth.set(pll_nandwidth = 1.0, trigger = repcap.Trigger.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
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)