Owning Class: support
Requires: MathScript RT Module
display(a)
Displays the name and content of a variable. (Real-Time Module) Use the rt_debugoutput function to display data when debugging MathScript code on an RT target.
| Name | Description |
|---|---|
| a | Specifies a variable whose content you want to display. 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 = [3, 2, -1; 1, 6, 3; 2, -4, 0];
display(A)