weightPerAxleInKilograms property

int? weightPerAxleInKilograms
getter/setter pair

Heaviest weight per axle, regardless of axle type or axle group. It is evaluated against all axle weight restrictions, including single axle and tandem axle weight restrictions. The provided value must be greater or equal to 0. By default, it is not set. Note: weight_per_axle_in_kilograms and weight_per_axle_group are incompatible. When available for your edition, if both attributes are set, during online RoutingEngine an sdk.routing.RoutingError.INVALID_PARAMETER error is generated. Otherwise, when offline RoutingEngine is in place, both parameters are evaluated and the maximum value between them will be used.

Implementation

int? weightPerAxleInKilograms;