RouteSerializeSwitching Property |
Indicates whether the route should serialize the switching of its turnouts.
Namespace:
RRAutoLib.CTC
Assembly:
RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
SyntaxPublic Property SerializeSwitching As Boolean
Get
Set
public bool SerializeSwitching { get; set; }
Property Value
Type:
Boolean
Remarks
Some switch solenoids operate such that concurrent turnout switching can be problematic.
This option switches a route's turnouts one at a time waiting for the state of the previous one to settle before setting the next.
The settling of the states can be further tuned through
PostPkWait or
PostTxWait.
See Also