HELP
Adds an error output terminal to the object.

USE
Use Add Error Output to allow your model to
trap and process HP VEE errors.  If an Error
pin is on an object and the object encounters
an error, no error dialog box is displayed,
the error number is output to the Error pin.

If an error is trapped, the error output
pin and the sequence output pin are
activated; no data is output on the data
output pins.

The error output pin outputs a Scalar
Int32 container with the value of the error
number that was generated.

LOCATION
On the object menu ==> Terminals ==>
  Add Error Output

NOTES
Add Error Output is available from almost all
objects.  Some objects, such as Bus Monitor
and Note Pad, never return an error,
therefore, they do not allow the addition of
an error output pin.

An error output terminal outputs the error
number of the HP VEE error.  It does not
output the meaning of the number or any
recovery information.  Error information is
available under the Error Code topic under
Help ==> How To

An Escape object in a UserObject can
provide the error number that is output by
the Error pin.

The error pin on a UserObject traps any
errors for any object in the UserObject.

SEE ALSO
Escape, Object Menu, Terminals, and
UserObject.
