Results

SCPI Command :

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

The PLL requires some time to synchronize to the phase of the data stream. You can select when the CDR algorithm returns clock edges.

Parameters:

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

Returns:

results: ALL | AISYnc

set(results: CdrResults, bus=Bus.Default) None[source]
# BUS<*>:CDR:RESults
driver.bus.cdr.results.set(results = enums.CdrResults.AISYnc, bus = repcap.Bus.Default)

The PLL requires some time to synchronize to the phase of the data stream. You can select when the CDR algorithm returns clock edges.

Parameters:
  • results – ALL | AISYnc

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