ICompuMethod

Summary

Represents a Computation Method. A computation method that can be used to transform fixed-point representations of variables in the ECU memory into corresponding physical values and vice versa.

Properties

Structure

class ICompuMethod
categorie

The category of the method.

Type

COMPU_METHOD_CATEGORY

internal_to_phys

A list of the internal to physical scales of the method.

Type

List[ICompuScale]

name

The name of the computation method.

Type

str

rationalCoeffs

The rational coefficients of the method.

Type

List[IRationalCoeff]

unit

The unit of the method.

Type

Unit