weightPerAxleGroup property

WeightPerAxleGroup? weightPerAxleGroup
getter/setter pair

Allows specification of axle weights in a more fine-grained way than VehicleSpecification.weightPerAxleInKilograms. This is relevant in countries with signs and regulations that specify different limits for different axle groups, like the USA and Sweden. By default is not set.

Notes:

Implementation

WeightPerAxleGroup? weightPerAxleGroup;