Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The Core object is a

...

core of the system, a global static object

...

that implements the methods

...

used to control the state and monitor the system objects of Axxon PSIM. The methods of the Core object allow you to receive information about the registered system objects, generate reactions for them and

...

change their states.

...

The Core object implements additional methods used to pause script execution,

...

debug scripts,

...

create and

...

call global variables.

The Core object is not a prototype, thus

...

you cannot create other objects

...

on its

...

basis (it cannot be used as a template). All

...

methods of the Core object are static. Thus,

...

you can call the methods of the Core object directly from the script

...

without referring to the Core object itself.