SpeedLimitRule
An individual speed limit rule.
Fields
| Name | Type | Description |
|---|---|---|
between | LinearlyReferencedRange (list, optional) | The linearly-referenced sub-segment of the geometry, specified as a range (pair) of percentage displacements from the start of the geometry, that the containing SpeedLimitRule applies to. |
is_max_speed_variable | boolean (optional) | Indicates a variable speed corridorstrict=True |
max_speed(2) | Speed (optional) | At least one of max_speed, min_speed must be set |
min_speed(2) | Speed (optional) | At least one of max_speed, min_speed must be set |
when(6) | SpeedLimitRule.When (optional) | Scopes for SpeedLimitRule: Scope.HEADING, Scope.TEMPORAL, Scope.TRAVEL MODE, Scope.PURPOSE OF USE, Scope.RECOGNIZED STATUS and Scope.VEHICLE |
Constraints
- At least one of
max_speed,min_speedmust be set