Gets or sets the throttle ID associated with a slot.

Namespace: RRAutoLib.Loconet
Assembly: RRAutoLib (in RRAutoLib.dll) Version: 1.4.4504.18867

Syntax

C#
public ushort ThrottleID { get; set; }
Visual Basic
Public Property ThrottleID As UShort
	Get
	Set

Field Value

Valid address values are 0-16383.

Remarks

This value is usually set by a physical throttle after acquiring a slot, but a PC application can also set this with an arbitrary value for identification purposes.

See Also