PED_UNI

code: 1627

# set
<module-index>/<port-index> PED_UNI [<flow_index>, <impairment_type_index>] <minimum> <maximum>

# get
<module-index>/<port-index> PED_UNI [<flow_index>, <impairment_type_index>] ?

Description

Configuration of Uniform distribution.

Note

If minimum is less than minimum latency, value is set to minimum latency. If minimum is greater than maximum latency, value is set to maximum latency.

Actions

set, get

Parameters

  1. minimum: long integer, in case of iid != DELAY, specifies the minimum no. of packets. Default value: 0 (Range 0 to 4194288). In case of iid = DELAY, specifies the minimum latency limit. Unit is nanosecond (must be multiples of 100 ns). Default value: 7000 (Range from 7000 to 1900000000).

  2. maximum: long integer, in case of iid != DELAY, specifies the maximum no. of packets. Default value: 0 (Range 0 to 4194288). In case of iid = DELAY, specifies the maximum latency limit. Unit is nanosecond (must be multiples of 100 ns). Default value: 1900000000 (Range from 7000 to 1900000000).

Example

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

# get
input:  0/1 PED_UNI [0, 0] ?
output: 0/1 PED_UNI [0, 0] 1 1