PP_EYERESOLUTION#

code: 354

# set
<module-index>/<port-index> PP_EYERESOLUTION [<serdes_index>] <x_resolution> <y_resolution>

# get
<module-index>/<port-index> PP_EYERESOLUTION [<serdes_index>] ?

Description#

Set or get the resolution used for the next BER eye-measurement.

Actions#

set, get

Parameters#

  1. x_resolution`: integer, number of columns, must be between 9 and 65 and be in the form 2^n+1

  2. y_resolution: integer, number of columns, must be between 7 and 255 and be in the form 2^n-1

Example#

# set
input:  0/1 PP_EYERESOLUTION [0] 1 1
output: <OK>

# get
input:  0/1 PP_EYERESOLUTION [0] ?
output: 0/1 PP_EYERESOLUTION [0] 1 1