PL1_CWE_CYCLE#

code: 435

Attention

Only for the following modules:

  • Freya-800G-4S-1P

  • Freya-800G-4S-1P-OSFP

# set
<module-index>/<port-index> PL1_CWE_CYCLE <loop> <cycle_len> <error_len>

# get
<module-index>/<port-index> PL1_CWE_CYCLE ?

Description#

Configure the FEC codeword error injection cycle.

Actions#

set, get

Parameters#

  1. loop: integer, loop count of the FEC codeword error injection cycle. <loop> == 0 means continuous.

  2. cycle_len: integer, the number of FEC codewords in the cycle, must be larger than 0 and multiple of 2.

  3. error_len: integer, the number of consecutive errored FEC codewords in a cycle, must not be larger than cycle_len.

Example#

# set
input:  0/1 PL1_CWE_CYCLE 0 8 3
output: <OK>

# get
input:  0/1 PL1_CWE_CYCLE ?
output: 0/1 PL1_CWE_CYCLE 0 8 3