ElectricMotor_EngineCoolant
Signals related to the engine coolant (if applicable).
type ElectricMotor_EngineCoolant {
capacity(
unit: VolumeUnitEnum = LITER
): Float
level: Vehicle_Powertrain_ElectricMotor_EngineCoolant_Level_Enum
lifeRemaining(
unit: DurationUnitEnum = SECOND
): Int
temperature(
unit: TemperatureUnitEnum = DEGREE_CELSIUS
): Float
}
Fields
ElectricMotor_EngineCoolant.capacity ● Float scalar
Engine coolant capacity in liters.
ElectricMotor_EngineCoolant.capacity.unit ● VolumeUnitEnum enum
ElectricMotor_EngineCoolant.level ● Vehicle_Powertrain_ElectricMotor_EngineCoolant_Level_Enum enum
Engine coolant level.
ElectricMotor_EngineCoolant.lifeRemaining ● Int scalar
Remaining engine coolant life in seconds. Negative values can be used to indicate that lifetime has been exceeded.
ElectricMotor_EngineCoolant.lifeRemaining.unit ● DurationUnitEnum enum
ElectricMotor_EngineCoolant.temperature ● Float scalar
Engine coolant temperature.
ElectricMotor_EngineCoolant.temperature.unit ● TemperatureUnitEnum enum
Member Of
ElectricMotor object