Source

SCPI Command :

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

Selects the source of the reference signal used for the eye diagram.

Parameters:

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

Returns:

ref_src: CLOCk | CDR | PROTocol

set(ref_src: TimeRefSource, eye=Eye.Default) None[source]
# EYE<*>:TIMReference[:SOURce]
driver.eye.timReference.source.set(ref_src = enums.TimeRefSource.CDR, eye = repcap.Eye.Default)

Selects the source of the reference signal used for the eye diagram.

Parameters:
  • ref_src – CLOCk | CDR | PROTocol

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