Treference

SCPI Command :

EYE<*>:TREFerence
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(eye=Eye.Default) float[source]
# EYE<*>:TREFerence
value: float = driver.eye.treference.get(eye = repcap.Eye.Default)

Selects the timing reference, which defines the reference signal and the method that are used to obtain the timing information required to slice the data source waveform.

Parameters:

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

set(tim_ref: float, eye=Eye.Default) None[source]
# EYE<*>:TREFerence
driver.eye.treference.set(tim_ref = 1.0, eye = repcap.Eye.Default)

Selects the timing reference, which defines the reference signal and the method that are used to obtain the timing information required to slice the data source waveform.

Parameters:
  • tim_ref – 1 to 4

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