ResetCtrl

Syntax

<Path>.ResetCtrl:object

The attribute ResetCtrl designates a Method object, which is called, whenever you click Reset Simulation in the EventController or when the method reset is called. Note that Plant Simulation calls this control before calling any reset method you inserted in the Frame and any of its sub-Frames.

Data Type of the Value You Can Assign

You can assign a value of data type object.

Example

EventController.ResetCtrl := &myResetMethod

Related Topics

Reset Simulation button in the EventController

Reset Simulation button in the EventDebugger

reset method