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