[This is preliminary documentation and subject to change.]
Nonparametric constructor of Axle class instance - sets motor parameter to null - sets TtransmissionEfficiency to 0.99 (99%) - sets SlipWarningThresholdPercent to 70% - sets axle DriveType to ForceDriven - updates totalInertiaKgm2 parameter
Nonparametric constructor of Axle class instance - sets motor parameter to null - sets TtransmissionEfficiency to 0.99 (99%) - sets SlipWarningThresholdPercent to 70% - sets axle DriveType to ForceDriven - updates totalInertiaKgm2 parameter
public Axle()
Creates motor driven axle class instance - sets TransmissionEfficiency to 0.99 (99%) - sets SlipWarningThresholdPercent to 70% - sets axle DriveType to MotorDriven - updates totalInertiaKgm2 parameter
public Axle(ElectricMotor)