SymRate
SCPI Command :
CDR:SOFTware<*>:SYMRate
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(software=Software.Default) float[source]
# CDR:SOFTware<*>:SYMRate value: float = driver.cdr.software.symRate.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 5E+9
- set(bitrate: float, software=Software.Default) None[source]
# CDR:SOFTware<*>:SYMRate driver.cdr.software.symRate.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 5E+9
software – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Software’)