TrainMotor

TrainMotor

new TrainMotor()

Source:

Extends

Members

(readonly) connected

Properties:
Name Type Description
connected boolean

Check if the device is still attached.

Inherited From:
Source:

(readonly) hub

Properties:
Name Type Description
hub Hub

The Hub the device is attached to.

Inherited From:
Source:

(readonly) isVirtualPort

Properties:
Name Type Description
isVirtualPort boolean

Is this device attached to a virtual port (ie. a combined device)

Inherited From:
Source:

(readonly) mode

Properties:
Name Type Description
mode number

The mode the device is currently in

Inherited From:
Source:

(readonly) portName

Properties:
Name Type Description
portName string

The port the device is attached to.

Inherited From:
Source:

(readonly) type

Properties:
Name Type Description
type number

The type of the device

Inherited From:
Source:

Methods

brake() → {Promise}

Brake the motor.

Inherited From:
Source:

rampPower(fromPower, toPower, time) → {Promise}

Ramp the motor power.

Parameters:
Name Type Description
fromPower number

For forward, a value between 1 - 100 should be set. For reverse, a value between -1 to -100. Stop is 0.

toPower number

For forward, a value between 1 - 100 should be set. For reverse, a value between -1 to -100. Stop is 0.

time number

How long the ramp should last (in milliseconds).

Inherited From:
Source:

setPower(power) → {Promise}

Set the motor power.

Parameters:
Name Type Description
power number

For forward, a value between 1 - 100 should be set. For reverse, a value between -1 to -100. Stop is 0.

Inherited From:
Source:

stop() → {Promise}

Stop the motor.

Inherited From:
Source: