ixEnableIntrinsicLatencyAdjustment
ixEnableIntrinsicLatencyAdjustment - enables the Intrinsic Latency Adjustment on the ports that support the feature
SYNOPSIS
EnableIntrinsicLatencyAdjustment portlist enable write
DESCRIPTION
The ixEnableIntrinsicLatencyAdjustment command enables the Intrinsic Latency Adjustment on the ports that support the feature.
ARGUMENTS
portList
(By reference) The list of ports in one of the following formats:
one2oneArray, one2manyArray, many2oneArray, many2manyArray
Or a reference to a list. For example, pl after
set pl {{1 1 1} {1 1 2} {1 1 3} {1 1 4}} -or-
set pl {1,1,1 1,1,2 1,1,3 1,1,4}
enable
true/false
write
write / nowrite (default = nowrite)
RETURNS
0
OK.
-1
TCL error
-100
Port is not available
-101
Unsupported feature
EXAMPLES
ixEnableIntrinsicLatencyAdjustment portlist true write