CrSync

SCPI Command :

TREFerence<*>:CDR:SOFTware:CFRequency:CRSYnc
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(timingReference=TimingReference.Default) bool[source]
# TREFerence<*>:CDR:SOFTware:CFRequency:CRSYnc
value: bool = driver.treference.cdr.software.cfrequency.crSync.get(timingReference = repcap.TimingReference.Default)

Enables continuous synchronization of the clock with the data signal.

Parameters:

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

Returns:

clock_resync: OFF | ON

set(clock_resync: bool, timingReference=TimingReference.Default) None[source]
# TREFerence<*>:CDR:SOFTware:CFRequency:CRSYnc
driver.treference.cdr.software.cfrequency.crSync.set(clock_resync = False, timingReference = repcap.TimingReference.Default)

Enables continuous synchronization of the clock with the data signal.

Parameters:
  • clock_resync – OFF | ON

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