Sync

SCPI Command :

BUS<*>:CDR:SYNC
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(bus=Bus.Default) CdrInitialSync[source]
# BUS<*>:CDR:SYNC
value: enums.CdrInitialSync = driver.bus.cdr.sync.get(bus = repcap.Bus.Default)

Defines the phase reference for the first clock edge.

Parameters:

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

Returns:

initial_sync: SAMPle | DATaedge

  • 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_sync: CdrInitialSync, bus=Bus.Default) None[source]
# BUS<*>:CDR:SYNC
driver.bus.cdr.sync.set(initial_sync = enums.CdrInitialSync.DATaedge, bus = repcap.Bus.Default)

Defines the phase reference for the first clock edge.

Parameters:
  • initial_sync

    SAMPle | DATaedge

    • 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.

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