Eslope

SCPI Command :

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

Selects the edges of the data stream that are used for the clock recovery. The acquisition and average count has a double effect:

  • Either: Both positive and negative edges are used.

  • Positive or Negative: Only one edge direction is used. Use one of these settings if the other edge delivers unreliable results.

Parameters:

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

Returns:

edge: POSitive | NEGative | EITHer

set(edge: Edge, software=Software.Default) None[source]
# CDR:SOFTware<*>:ESLope
driver.cdr.software.eslope.set(edge = enums.Edge.EITHer, software = repcap.Software.Default)

Selects the edges of the data stream that are used for the clock recovery. The acquisition and average count has a double effect:

  • Either: Both positive and negative edges are used.

  • Positive or Negative: Only one edge direction is used. Use one of these settings if the other edge delivers unreliable results.

Parameters:
  • edge – POSitive | NEGative | EITHer

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