AN-X-AMXCAPT Page
25
Operator
Description
>
greater than
<
less than
&&
logical AND
AND
logical AND
||
logical OR
OR
logical OR
!
logical NOT
&
bitwise AND
|
bitwise OR
^
bitwise exclusive OR
*
multiply
/
divide
%
modulus
+
add
-
subtract
~
complement
(
left parenthesis
)
right parenthesis
Sample Option Files
The sample option files provided with the AN-X module include:
Option File
Description
QTS_All.opt
Selects all frames
QTS_UpdToDrop.opt
Selects I/O updates to a specific slave drop
QTS_UpdFromDrop.opt
Selects I/O updates from a specific slave drop
QTS_Messages.opt
Selects directed mesages
Typically you would create a new option file by editing and modifying one of the sample
option files.