Source

SCPI Command :

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

Selects the waveform from which the eye diagram is generated (data source) . For analog channels, peak detect, envelope, and average waveforms are not supported.

Parameters:

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

Returns:

main_source: C1W1 | C2W1 | C3W1 | C4W1 | M1 | M2 | M3 | M4 | M5 | M6 | M7 | M8 | R1 | R2 | R3 | R4

set(main_source: SignalSource, eye=Eye.Default) None[source]
# EYE<*>:SOURce
driver.eye.source.set(main_source = enums.SignalSource.AJ1, eye = repcap.Eye.Default)

Selects the waveform from which the eye diagram is generated (data source) . For analog channels, peak detect, envelope, and average waveforms are not supported.

Parameters:
  • main_source – C1W1 | C2W1 | C3W1 | C4W1 | M1 | M2 | M3 | M4 | M5 | M6 | M7 | M8 | R1 | R2 | R3 | R4

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