Results
SCPI Command :
CDR:SOFTware<*>:RESults
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(software=Software.Default) CdrResults[source]
# CDR:SOFTware<*>:RESults value: enums.CdrResults = driver.cdr.software.results.get(software = repcap.Software.Default)
The PLL requires some time to synchronize to the phase of the data stream. You can select when the CDR algorithm returns clock edges.
- Parameters:
software – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Software’)
- Returns:
results: ALL | AISYnc
ALL: All clock edges are used.
AISYnc: The clock edges of the synchronization time are discarded; results are gathered after initial synchronization of the CDR. Thus, meaningful TIE measurement results can be obtained.
- set(results: CdrResults, software=Software.Default) None[source]
# CDR:SOFTware<*>:RESults driver.cdr.software.results.set(results = enums.CdrResults.AISYnc, software = repcap.Software.Default)
The PLL requires some time to synchronize to the phase of the data stream. You can select when the CDR algorithm returns clock edges.
- Parameters:
results –
ALL | AISYnc
ALL: All clock edges are used.
AISYnc: The clock edges of the synchronization time are discarded; results are gathered after initial synchronization of the CDR. Thus, meaningful TIE measurement results can be obtained.
software – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Software’)