PED_POISSON
code: 1629
# set
<module-index>/<port-index> PED_POISSON [<flow_index>, <impairment_type_index>] <mean>
# get
<module-index>/<port-index> PED_POISSON [<flow_index>, <impairment_type_index>] ?
Description
Configuration of “Poisson” distribution.
Note
Standard deviation is derived from mean, i.e., standard deviation = SQRT(mean).
In case of impairment_type_index != DELAY
, mean plus 3 times standard deviation should be less than or equal to max allowed (4194288).
In case of impairment_type_index = DELAY
, mean plus 3 times standard deviation should be less than or equal to the maximum latency.
Actions
set, get
Parameters
mean
: long integer, specifies the Poisson mean value.
Example
# set
input: 0/1 PED_POISSON [0, 0] 1
output: <OK>
# get
input: 0/1 PED_POISSON [0, 0] ?
output: 0/1 PED_POISSON [0, 0] 1