Owning Class: support
Requires: MathScript RT Module
error(a)
Generates an error and stops execution.
| Name | Description |
|---|---|
| a | Specifies the error message. a is a string. |
The following table lists the support characteristics of this function.
| Supported in the LabVIEW Run-Time Engine | Yes |
| Supported on RT targets | Yes |
| Suitable for bounded execution times on RT | Not characterized |
A = 12*23
error('after 12*23')