P_TXTIMELIMIT
code: 329
# set
<module-index>/<port-index> P_TXTIMELIMIT <microseconds>
# get
<module-index>/<port-index> P_TXTIMELIMIT ?
Description
A port-level time-limit on how long it keeps transmitting when started. After the elapsed time traffic must be stopped and restarted. This complements the stream-level PS_PACKETLIMIT function.
Actions
set, get
Parameters
microseconds
: long integer, the port-level time-limit on how long it keeps transmitting when started in microseconds. Maximum can be 2^63
Example
# set
input: 0/1 P_TXTIMELIMIT 1
output: <OK>
# get
input: 0/1 P_TXTIMELIMIT ?
output: 0/1 P_TXTIMELIMIT 1