Go to documentation repository
The Core object is a global static object providing the methods for monitoring and controlling the Axxon PSIM system objects. Core methods allow receiving information about the existing objects, generating reactions for them and changing their states. Core methods can pause script execution, script debugging, creating and calling global variables.
The Core object is not a prototype, thus no other objects can be created on its base (it cannot be used as a template). All Core methods are static. Thus, Core methods are called directly from the script with no need for a Core prefix.