SelResults

SCPI Command :

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

Selects when the CDR algorithm returns clock edges.

Parameters:

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

Returns:

results: ALL: all clock edges are used. AISYnc = LOCKed: the clock edges of the synchronization time are discarded; results are gathered after initial synchronization of the CDR.

set(results: SelResults, timingReference=TimingReference.Default) None[source]
# TREFerence<*>:CDR:SOFTware:SELResults
driver.treference.cdr.software.selResults.set(results = enums.SelResults.ALL, timingReference = repcap.TimingReference.Default)

Selects when the CDR algorithm returns clock edges.

Parameters:
  • results – ALL: all clock edges are used. AISYnc = LOCKed: the clock edges of the synchronization time are discarded; results are gathered after initial synchronization of the CDR.

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