Skip to main content

ElectricMotor

Electric Motor specific data.

type ElectricMotor {
engineCode: String
maxPower(
unit: PowerUnitEnum = KILOWATT
): UInt16
maxRegenPower(
unit: PowerUnitEnum = KILOWATT
): UInt16
maxRegenTorque(
unit: TorqueUnitEnum = NEWTON_METER
): UInt16
maxTorque(
unit: TorqueUnitEnum = NEWTON_METER
): UInt16
power(
unit: PowerUnitEnum = KILOWATT
): Int16
speed(
unit: RotationalSpeedUnitEnum = REVOLUTIONS_PER_MINUTE
): Float
temperature(
unit: TemperatureUnitEnum = DEGREE_CELSIUS
): Float
timeInUse(
unit: DurationUnitEnum = HOUR
): Float
torque(
unit: TorqueUnitEnum = NEWTON_METER
): Int16
engineCoolant: ElectricMotor_EngineCoolant
instanceTag: ElectricMotor_InstanceTag
}

Fields

ElectricMotor.engineCode ● String scalar

Engine code designation, as specified by vehicle manufacturer.

ElectricMotor.maxPower ● UInt16 scalar

Peak power, in kilowatts, that motor(s) can generate.

ElectricMotor.maxPower.unit ● PowerUnitEnum enum

ElectricMotor.maxRegenPower ● UInt16 scalar

Peak regen/brake power, in kilowatts, that motor(s) can generate.

ElectricMotor.maxRegenPower.unit ● PowerUnitEnum enum

ElectricMotor.maxRegenTorque ● UInt16 scalar

Peak regen/brake torque, in newton meter, that the motor(s) can generate.

ElectricMotor.maxRegenTorque.unit ● TorqueUnitEnum enum

ElectricMotor.maxTorque ● UInt16 scalar

Peak power, in newton meter, that the motor(s) can generate.

ElectricMotor.maxTorque.unit ● TorqueUnitEnum enum

ElectricMotor.power ● Int16 scalar

Current motor power output. Negative values indicate regen mode.

ElectricMotor.power.unit ● PowerUnitEnum enum

ElectricMotor.speed ● Float scalar

Motor rotational speed measured as rotations per minute. Negative values indicate reverse driving mode.

ElectricMotor.speed.unit ● RotationalSpeedUnitEnum enum

ElectricMotor.temperature ● Float scalar

Motor temperature.

ElectricMotor.temperature.unit ● TemperatureUnitEnum enum

ElectricMotor.timeInUse ● Float scalar

Accumulated time during engine lifetime when the vehicule state's is 'READY'.

ElectricMotor.timeInUse.unit ● DurationUnitEnum enum

ElectricMotor.torque ● Int16 scalar

Current motor torque. Negative values indicate regen mode.

ElectricMotor.torque.unit ● TorqueUnitEnum enum

ElectricMotor.engineCoolant ● ElectricMotor_EngineCoolant object

ElectricMotor.instanceTag ● ElectricMotor_InstanceTag object

Member Of

Powertrain object