P4G_LP_SHAPE
# set
<module-index>/<port-index> P4G_LP_SHAPE [<group_index>] <star_time> <rampup_duration> <steady_duration> <rampdown_duration>
# get
<module-index>/<port-index> P4G_LP_SHAPE [<group_index>] ?
Description
Specifies a load profile time duration. Time is measured from the beginning of
the test when P4G_TRAFFIC
is set to ON
.
Actions
set, get
Parameters
star_time
: integer, ramp-up start time
rampup_duration
: integer, ramp-up phase duration
steady_duration
: integer, steady phase duration
rampdown_duration
: integer, ramp-down phase duration
Example
# set
input: 0/1 P4G_LP_SHAPE [0] 1 1 1 1
output: <OK>
# get
input: 0/1 P4G_LP_SHAPE [0] ?
output: 0/1 P4G_LP_SHAPE [0] 1 1 1 1