Seye

SCPI Command :

EYE<*>:FILTer:PAMN:SEYE
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(eye=Eye.Default) PamnSpecificEye[source]
# EYE<*>:FILTer:PAMN:SEYE
value: enums.PamnSpecificEye = driver.eye.filterPy.pamn.seye.get(eye = repcap.Eye.Default)

Selects the specific eye for the PAM-N signal eye, if method RsRtx.eye.filterPy.pamn.emode.set() is set to SPECific.

Parameters:

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

Returns:

pamn_specific_eye: EYE1: level transition 0-1 EYE2: level transition 1-2 EYE3: level transition 2 -3 EYE4: level transition 3-4 EYE5: level transition 4-5 EYE6: level transition 5-6 EYE7: level transition 6-7

set(pamn_specific_eye: PamnSpecificEye, eye=Eye.Default) None[source]
# EYE<*>:FILTer:PAMN:SEYE
driver.eye.filterPy.pamn.seye.set(pamn_specific_eye = enums.PamnSpecificEye.EYE1, eye = repcap.Eye.Default)

Selects the specific eye for the PAM-N signal eye, if method RsRtx.eye.filterPy.pamn.emode.set() is set to SPECific.

Parameters:
  • pamn_specific_eye – EYE1: level transition 0-1 EYE2: level transition 1-2 EYE3: level transition 2 -3 EYE4: level transition 3-4 EYE5: level transition 4-5 EYE6: level transition 5-6 EYE7: level transition 6-7

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