P4G_RAW_BURSTY_CONF
# set
<module-index>/<port-index> P4G_RAW_BURSTY_CONF [<group_index>] <active_duration> <inactive_duration>
# get
<module-index>/<port-index> P4G_RAW_BURSTY_CONF [<group_index>] ?
Description
Specifies active and inactive periods of bursty transmission in milliseconds. The burst period starts with the active part.
Actions
set, get
Parameters
active_duration
: integer, specifies the duration in milliseconds of the active part of the burst period.
inactive_duration
: integer, specifies the duration in milliseconds of the inactive part of the burst period.
Example
# set
input: 0/1 P4G_RAW_BURSTY_CONF [0] 1 1
output: <OK>
# get
input: 0/1 P4G_RAW_BURSTY_CONF [0] ?
output: 0/1 P4G_RAW_BURSTY_CONF [0] 1 1