Source
SCPI Command :
EYE<*>:QUALify:SIGNal:SOURce
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(eye=Eye.Default) SignalSource[source]
# EYE<*>:QUALify:SIGNal:SOURce value: enums.SignalSource = driver.eye.qualify.signal.source.get(eye = repcap.Eye.Default)
Selects the waveform to be compared.
- Parameters:
eye – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Eye’)
- Returns:
source: C1W1 | C2W1 | C3W1 | C4W1 | M1 | M2 | M3 | M4 | M5 | M6 | M7 | M8 | R1 | R2 | R3 | R4
- set(source: SignalSource, eye=Eye.Default) None[source]
# EYE<*>:QUALify:SIGNal:SOURce driver.eye.qualify.signal.source.set(source = enums.SignalSource.AJ1, eye = repcap.Eye.Default)
Selects the waveform to be compared.
- Parameters:
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’)