Bitrate

SCPI Command :

CDR:SOFTware<*>:BITRate
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(software=Software.Default) float[source]
# CDR:SOFTware<*>:BITRate
value: float = driver.cdr.software.bitrate.get(software = repcap.Software.Default)

Sets the quiescent frequency of the PLL. It corresponds to the data rate of the data stream from which the clock is to be recovered.

Parameters:

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

Returns:

bitrate: 100 to max {5 Gbps, available instrument bandwidth}

set(bitrate: float, software=Software.Default) None[source]
# CDR:SOFTware<*>:BITRate
driver.cdr.software.bitrate.set(bitrate = 1.0, software = repcap.Software.Default)

Sets the quiescent frequency of the PLL. It corresponds to the data rate of the data stream from which the clock is to be recovered.

Parameters:
  • bitrate – 100 to max {5 Gbps, available instrument bandwidth}

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