PP_EYEMEASURE#

code: 353

# set
<module-index>/<port-index> PP_EYEMEASURE [<serdes_index>] <status> <dummy>

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

Description#

Start/stop a new BER eye-measure on a 25G SerDes. Use “get” to see the status of the data gathering process.

Actions#

set, get

Parameters#

  1. status: byte, action (when set)

  • STOP = 0

  • START = 1

  1. status: byte, status of the SerDes (when get)

  • STOPPED = 0

  • STARTED = 1

  • INITIALIZING = 2

  • PLOTTING = 3

  1. dummy: short integer list, should always be 0, reserved for future expansion

Example#

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

# get
input:  0/1 PP_EYEMEASURE [0] ?
output: 0/1 PP_EYEMEASURE [0] STOP 0