Bandwidth

SCPI Command :

TREFerence<*>:CDR:SOFTware:BWIDth
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(timingReference=TimingReference.Default) float[source]
# TREFerence<*>:CDR:SOFTware:BWIDth
value: float = driver.treference.cdr.software.bandwidth.get(timingReference = repcap.TimingReference.Default)

Sets the PLL bandwidth. It defines the part of the spectrum that the PLL can follow during synchronization.

Parameters:

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

Returns:

bandwidth: 20000 to Device specific: DoubleVal(uso::db::wfa::IDeviceConstDataWFA::DOUBLE_ITEM::MaxDeviceBandwidth)

set(bandwidth: float, timingReference=TimingReference.Default) None[source]
# TREFerence<*>:CDR:SOFTware:BWIDth
driver.treference.cdr.software.bandwidth.set(bandwidth = 1.0, timingReference = repcap.TimingReference.Default)

Sets the PLL bandwidth. It defines the part of the spectrum that the PLL can follow during synchronization.

Parameters:
  • bandwidth – 20000 to Device specific: DoubleVal(uso::db::wfa::IDeviceConstDataWFA::DOUBLE_ITEM::MaxDeviceBandwidth)

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