P_TXDELAY
code: 337
# set
<module-index>/<port-index> P_TXDELAY <delay_val>
# get
<module-index>/<port-index> P_TXDELAY ?
Description
Sets a variable delay from a traffic start command received by the port until it starts transmitting. The delay is specified in multiples of 64 microseconds. Valid values are 0-31250 (0 to 2.000.000 microseconds).
Note
You must use C_TRAFFIC
instead of P_TRAFFIC
to start traffic for P_TXDELAY
to have this effect.
Actions
set, get
Parameters
delay_val
: integer, the delay specified in multiples of 64 microseconds.
Example
# set
input: 0/1 P_TXDELAY 1
output: <OK>
# get
input: 0/1 P_TXDELAY ?
output: 0/1 P_TXDELAY 1