Including PAscript Libraries and Namespaces
- Updated2025-10-31
- 1 minute(s) read
Including PAscript Libraries and Namespaces
Libraries contain reusable PAscript code. You can also call this code in PAgraph if the libraries used are declared in the state machine.
- The general rules for using libraries apply.
- The definition is made in the Namespaces window.
- The Namespaces window opens in the code view, when you click in the Explorer on the Namespaces node.
Related Information
- Using Libraries
- Namespaces Tab
In the Namespaces tab, you can reference both libraries and namespaces that you want to use in your state machine. Libraries and namespaces are created in PAconfigurator and included in the code with the using keyword.