HELP Error Codes
Use the following list to find the error 
message that corresponds to the error code 
output from an error terminal.

OBJECTS
 300  Required input <n> is not connected
 301  Input <n> is not present 
      (valid range = [<n>..<n>])
 302  No additional inputs are allowed 
      -- limited to <n>
 303  Input must be <type>
 304  Input cannot be <type>
 310  Output <n> is not present 
      (valid range = [<n>..<n>])
 311  No additional outputs are allowed 
      -- limited to <n>
 312  No <type> was selected
 313  <operation> is not supported
 314  Invalid combination of parameters
 315  Component <name> cannot be added
 316  Invalid font was specified
 317  There is no panel to switch to
 320  Child process failed to run
 321  Child process died
 322  Could not open pipe

CONTAINERS
 400  Value is empty or nil
 401  Value out of bounds 
      (valid range = [<n>..<n>])
 402  <name> value must be <type>
 403  <name> value is out of range
 404  Numeric value must be positive
 405  <name> was not found
 410  Value must be a scalar
 411  Value must be an array
 412  Value must be a scalar or linear array
 413  Value must be a <n> dimensional array
 414  Value must be a waveform or linear 
      array
 415  Values must have same number of 
      dimensions
 416  Values must have same size and shape
 420  Value must be a square matrix
 421  Shapes of matrix values are 
      inappropriate for matrix multiply
 422  Value must be a matrix with an ODD 
      number of columns
 430  Scalar cannot be accessed by a 
      non-zero index
 431  Value for an array index is out of
      range
 432  Values for array/subarray indices 
      are inappropriate
 433  Too many array dimensions given 
      (maximum = <n>)
 434  Value must have <n> field(s)
 435  Both values must have the same 
      number of fields
 440  Invalid operation for data type <type>
 441  Invalid operation for scalar value
 442  Invalid operation for a <n> dimensional 
      array
 443  Operation valid only for numeric 
      values
 450  Operation requires that array be 
      mapped
 451  Array mappings for values must match
 452  Sample frequency for array mappings 
      must match
 453  <type> cannot have vertical steps
 460  Cannot increment/decrement arrays 
      and functions
 461  Value is > 16 digits -- cannot 
      increment/decrement
 462  Attempt to overwrite constant or 
      parameter '<name>' failed
 463  Input coordinates are not 
      monotonic over "X"
 464  Unable to convert <type> to <type>

MATH
 500  Illegal values for argument(s) 
      in function <name>
 501  Function <name> does not allow 
      negative values
 502  Function <name> requires <n> argument
 510  Math error in function <name>
 511  Division/Modulo by zero
 512  Negative value cannot be raised to a 
      non-integer power (<n>)
 513  Zero cannot be raised to a 
      non-positive power (<n>)
 514  Numeric data overflow in function 
      <name>
 515  Numeric data underflow in function 
      <name>
 516  Overflow of sum occurred during 
      calculation of <name>
 520  Bounds for LOG mapping must be > 0
 521  X-data for LOG mapped function 
      must be > 0
 522  Derivatives of order <n> are not 
      supported
 523  Interpolation on multi-dimensional 
      arrays is not supported
 600  Syntax error: <description>
 601  Invalid expression: <description>
 602  Undefined function: <name>
 603  Variable was not found: <name>
 610  Too many arguments supplied 
      (maximum=<n>)
 611  Wrong number of parameters 
      supplied to function <name>
 620  Name or string constant is too long 
      (> <n> chars)
 621  Duplicate symbol name <name>
 622  Invalid variable/terminal name <name>
 623  Closing quote for string was not found
 624  Illegal character(s) found while 
      parsing string
 625  Illegal escape sequence <sequence>
 630  Invalid value
 631  Return value of the expression is 
      an array
 640  Expected <name>, got <name>
 641  Unknown parameter: <name>
 642  Undefined parameter: <name>

FILES
 700  File <name> was not found
 701  End of file or no data found
 702  Cannot open file <name>:  
      Permission denied
 703  Cannot read file <name>
 704  Cannot write to file <name>
 705  Read error on file <name>
 710  File <name> is not a named pipe
 711  Cannot create file <name>
 712  File <name> already exists
 713  Incorrect directory name <name> in path
 714  File is a directory
 715  Directory is not empty
 716  Cannot execute file <name>
 720  File is in use
 721  Device is Busy
 722  Cannot access a different file system
 723  Too many files are open
 724  File is too large
 725  Disk is full
 726  Bad seek
 727  Bad system file number
 728  Too many symbolic links
 729  File format is invalid

I/O
 800  No such device or incorrect address
 801  Configuration error:  <description>
 802  Incorrect special device file <name> 
      found
 810  State driver error <n>: <description>
 811  I/O error or timeout occurred
 812  Invalid bin block header
 813  Must be the active system controller 
      to access HP-IB
 820  Line is too long (maximum length=<n>)

SYSTEM
 900  Operation is not allowed while 
      model is running
 901  Illegal form of feedback
 902  Unexpected BREAK encountered
 903  Unexpected CONTINUE encountered
 904  Invalid device encountered
 905  Incorrect revision "<rev>"  
      (Expected "<rev>")
 906  Thread with feedback requires START 
      object 
 910  Process is out of memory
 911  Floating point exception, possible 
      Real over/underflow
 912  Too many system processes
 913  Reset or Break encountered
 914  Can't open display
 920  Write on a pipe with no process to 
      read it (signal = <n>)
 921  User-defined signal 1 received 
      (signal = <n>)
 922  User-defined signal 2 received 
      (signal = <n>)

