xor()

Returns an integer that represents the exclusive OR between arguments.

Syntax:

xor(num1, num2);

where

num1 is any integer.

num2 is any integer.

Example:
decl a;
a = xor(16, 32);        // a=48

Where Used:

Measurement Expressions (Data Display equations and Schematic MeasEqns), Schematic, Layout, Simulation, GUI

 

Privacy Statement  | Terms of Use  | Legal | Contact Us  | © Agilent 2000-2008 

Contents
Additional Resources