Click or drag to resize

Engine Methods

The Engine type exposes the following members.

Methods
  NameDescription
Public methodBindSlot
Binds the engine to the command station so that it can be controlled.
Protected methodClone
Used internally.
(Inherited from CtcObjectBase.)
Public methodDeleteSelf (Overrides CtcObjectBaseDeleteSelf.)
Public methodEmergencyStop
Stops the engine immediately ignoring deceleration curves that might be programmed with the engine's decoder.
Public methodNotifyObjectChanged
Raises the ObjectChanged event for this object.
(Inherited from CtcObjectBase.)
Public methodSetSpeed
Sets the speed of the engine.
Public methodStartSpeedRamp
Creates a task that performs a gradual engine speed increase/decrease.
Public methodStopSpeedRamp
Stops a previously started speed ramp.
Public methodToString (Overrides ObjectToString.)
Public methodUnbindSlot
Unbinds the engine from the command station and frees the slot.
Top
See Also