SpeedConfigurationStatus Enumeration |
An enumeration indicating the status of the configuration of speed information between route segments.
Namespace:
AGI.Foundation.RouteDesign.Advanced
Assembly:
AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public enum SpeedConfigurationStatus
Public Enumeration SpeedConfigurationStatus
public enum class SpeedConfigurationStatus
type SpeedConfigurationStatus
Members
| Member name | Description |
---|
| DynamicsMatch |
The dynamics match between the segments.
|
| InitialSpeedUnmatched |
The initial speed of the current profile is discontinuous.
|
| FinalSpeedUnmatched |
The final speed of the current profile is discontinuous.
|
| BothSpeedsUnmatched |
Both the initial and final speeds of the current profile do not match the surrounding profiles.
|
| ViolatesProfileDynamics |
The profile cannot match the dynamics at either the initial or final conditions.
Usually this is because either the segment is too short or the acceleration of
the position is insufficient.
|
| Unknown |
An unknown error occurred while trying to configure the segment. The results
may include discontinuities.
|
See Also