Emode
SCPI Command :
EYE<*>:FILTer:PAMN:EMODe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(eye=Eye.Default) EyePamnEyeSel[source]
# EYE<*>:FILTer:PAMN:EMODe value: enums.EyePamnEyeSel = driver.eye.filterPy.pamn.emode.get(eye = repcap.Eye.Default)
Selects the filter mode for PAM-N signals. It defines which part of the signal is used to build the eye.
- Parameters:
eye – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Eye’)
- Returns:
pamn_eye_sel: WHOLe | SPECific | SELected
WHOLe: Displays all level transitions of the selected source.
SPECific: Displays an explicit eye opening (e.g. for level transition 1-2) with all involved level transitions. You can select the eye with EYEe:FILTer:PAMN:SEYE.
SELected: Displays an explicit eye opening (e.g. for level transition 1-2) with only its own level transitions. You can select the base level (EYEe:FILTer:PAMN:BLEVel) and target level (EYEe:FILTer:PAMN:TLEVel) .
- set(pamn_eye_sel: EyePamnEyeSel, eye=Eye.Default) None[source]
# EYE<*>:FILTer:PAMN:EMODe driver.eye.filterPy.pamn.emode.set(pamn_eye_sel = enums.EyePamnEyeSel.SELected, eye = repcap.Eye.Default)
Selects the filter mode for PAM-N signals. It defines which part of the signal is used to build the eye.
- Parameters:
pamn_eye_sel –
WHOLe | SPECific | SELected
WHOLe: Displays all level transitions of the selected source.
SPECific: Displays an explicit eye opening (e.g. for level transition 1-2) with all involved level transitions. You can select the eye with EYEe:FILTer:PAMN:SEYE.
SELected: Displays an explicit eye opening (e.g. for level transition 1-2) with only its own level transitions. You can select the base level (EYEe:FILTer:PAMN:BLEVel) and target level (EYEe:FILTer:PAMN:TLEVel) .
eye – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Eye’)