P_UAT_MODE
code: 138
# set
<module-index>/<port-index> P_UAT_MODE <mode> <delay>
# get
<module-index>/<port-index> P_UAT_MODE ?
Description
This command defines if a port is currently used by test suite Valkyrie1564, which means that UAT (UnAvailable Time) will be detected for the port.
Actions
set, get
Parameters
mode
: byte, the state of the affected stream counters
OFF = 0
ON = 1
delay
: integer, time in milliseconds to wait before detection of UAT is started. Default value: 500. This command is ignored when state is set to OFF
Example
# set
input: 0/1 P_UAT_MODE OFF 1
output: <OK>
# get
input: 0/1 P_UAT_MODE ?
output: 0/1 P_UAT_MODE OFF 1