ixSetAutoDetectInstrumentationMode
ixSetAutoDetectInstrumentationMode - This command sets all the RX ports in the list or array to all the auto instrumentation modes, that is, Packet Groups, Data Integrity, and Sequence Checking
SYNOPSIS
ixSetAutoDetectInstrumentationMode portList [write]
DESCRIPTION
This command allows the receive side of a port to trigger on a set pattern, that can be matched in the packet. The port looks in Packet Groups, Data Integrity, and Sequence Checking headers, as well as start at a specific offset (if configured).
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}
write
(By value) (Optional) Valid values:
write: the action is committed to hardware
noWrite: the action is not committed to hardware but just set in IxHAL (default)
RETURNS
0
No error; the command was successfully delivered to the IxServer.
1
Error; the command was delivered to the IxServer but it could not process the message.