Sync

SCPI Command :

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

Defines the phase reference for the first clock edge.

Parameters:

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

Returns:

initial_phase: SAMPle: the first clock edge matches the first sample of the waveform at the left border of the display. DATaedge: the first clock edge matches the first edge of the data signal.

set(initial_phase: InitialPhase, timingReference=TimingReference.Default) None[source]
# TREFerence<*>:CDR:SOFTware:PLL:SYNC
driver.treference.cdr.software.pll.sync.set(initial_phase = enums.InitialPhase.DATaedge, timingReference = repcap.TimingReference.Default)

Defines the phase reference for the first clock edge.

Parameters:
  • initial_phase – SAMPle: the first clock edge matches the first sample of the waveform at the left border of the display. DATaedge: the first clock edge matches the first edge of the data signal.

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