Engine Methods |
The Engine type exposes the following members.
| Name | Description | |
|---|---|---|
| BindSlot | Binds the engine to the command station so that it can be controlled. | |
| Clone | Used internally. (Inherited from CtcObjectBase.) | |
| DeleteSelf | (Overrides CtcObjectBaseDeleteSelf.) | |
| EmergencyStop | Stops the engine immediately ignoring deceleration curves that might be programmed with the engine's decoder. | |
| NotifyObjectChanged | Raises the ObjectChanged event for this object. (Inherited from CtcObjectBase.) | |
| SetSpeed | Sets the speed of the engine. | |
| StartSpeedRamp | Creates a task that performs a gradual engine speed increase/decrease. | |
| StopSpeedRamp | Stops a previously started speed ramp. | |
| ToString | (Overrides ObjectToString.) | |
| UnbindSlot | Unbinds the engine from the command station and frees the slot. |