PED_GE
code: 1626
# set
<module-index>/<port-index> PED_GE [<flow_index>, <impairment_type_index>] <goodprob> <goodtransprob> <badprob> <badtransprob>
# get
<module-index>/<port-index> PED_GE [<flow_index>, <impairment_type_index>] ?
Description
Configuration of Gilbert-Elliot distribution.
Actions
set, get
Parameters
goodprob
: integer, specifies the good state probability in ppm. Default value: 0.goodtransprob
: integer, specifies the good state transition probability in ppm. Default value: 0.badprob
: integer, specifies the bad state probability in ppm. Default value: 0.badtransprob
: integer, specifies the bad state transition probability in ppm. Default value: 0.
Example
# set
input: 0/1 PED_GE [0, 0] 1 1 1 1
output: <OK>
# get
input: 0/1 PED_GE [0, 0] ?
output: 0/1 PED_GE [0, 0] 1 1 1 1