Project Functions
Project functions allow you to access project information with script / expression. In the inSCADA Platform, besides the project information, we are able to keep a number of parameters specific to our application statically for the project. With these static parameters, we can ensure that our applications are more general and dynamic. See Project Properties.
Get Project
object ins.getProject()
Reads the project information.
Syntax
Last updated