Owning palettes: Mathematics, Signal Processing
Use the Real-Time Analysis Utilities VIs to handle the resources used by analysis functions in an RT application.
The VIs on this palette can return general LabVIEW error codes.
| Palette Object | Description |
|---|---|
| Disable Analysis Workspace | Disables the use of the analysis workspace. To prevent race conditions, priority inversions, and other undefined behavior, you must use the Disable Analysis Workspace VI according to a strict set of guidelines. |
| Enable Analysis Workspace | Enables the use of the analysis workspace. To prevent race conditions, priority inversions, and other undefined behavior, you must use the Enable Analysis Workspace VI according to a strict set of guidelines. |
| Initialize Analysis Workspace | Initializes the analysis workspace on the RT target and sets the workspace size to reserved memory size (KB). To prevent race conditions, priority inversions, and other undefined behavior, you must use the Initialize Analysis Workspace VI according to a strict set of guidelines. |
| Uninitialize Analysis Workspace | Releases all resources used by the analysis workspace. To prevent race conditions, priority inversions, and other undefined behavior, you must use the Uninitialize Analysis Workspace VI according to a strict set of guidelines. |