Documentation for Axxon PSIM 1.0.0-1.0.1.

Previous page The MsgObject and Event objects and their built-in methods and properties  The GetSourceType method Next page


The MsgObject object is a prototype (template) used to create objects. It implements methods and properties used to process system events in Axxon PSIM. The methods and properties of the MsgObject object allow you to get information about system objects that send or receive events, generate reactions for system objects, change their states, and so on.

You can invoke the methods and properties of the MsgObject object-prototype via the objects declared and initialized on its basis, or via the Event static object.

The Event object is a static object that implements the interface for invoking the system events of Axxon PSIM. The Event object provides access to the system event that started the script. All methods and properties of the MsgObject prototype are available when working with the Event object.

You can declare (create) objects on the basis of the MsgObject prototype using the CreateMsg method of the Core object (see The CreateMsg method).