Sync

SCPI Command :

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

Defines the phase reference for the first clock edge.

Parameters:

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

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

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