Edge

SCPI Command :

EYE<*>:TIMReference:CLOCk:EDGE
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(eye=Eye.Default) Edge[source]
# EYE<*>:TIMReference:CLOCk:EDGE
value: enums.Edge = driver.eye.timReference.clock.edge.get(eye = repcap.Eye.Default)

The clock edge sets the point in time when the state of the data signal is checked.

Parameters:

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

set(tim_ref_slp: Edge, eye=Eye.Default) None[source]
# EYE<*>:TIMReference:CLOCk:EDGE
driver.eye.timReference.clock.edge.set(tim_ref_slp = enums.Edge.EITHer, eye = repcap.Eye.Default)

The clock edge sets the point in time when the state of the data signal is checked.

Parameters:
  • tim_ref_slp – POSitive | NEGative | EITHer

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