Bitrate
SCPI Command :
BUS<*>:CDR:BITRate
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default) float[source]
# BUS<*>:CDR:BITRate value: float = driver.bus.cdr.bitrate.get(bus = repcap.Bus.Default)
For NRZ signals, you can set a Nominal bit rate. For signals with a PAM order > 2, you can do a Nominal symbol rate. 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:
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)
- Returns:
bitrate: 100 to 5E+9
- set(bitrate: float, bus=Bus.Default) None[source]
# BUS<*>:CDR:BITRate driver.bus.cdr.bitrate.set(bitrate = 1.0, bus = repcap.Bus.Default)
For NRZ signals, you can set a Nominal bit rate. For signals with a PAM order > 2, you can do a Nominal symbol rate. 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 5E+9
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)