ICompuScale

Summary

Represents a computation scale of the computation method.

See also

ICompuMethod

Properties

Structure

class ICompuScale
compu_const

The computation constant of the scale.

Type

str

desc_code

A description code of the scale.

Type

str

lower_limit

The lower Limit

Type

float or None

mask

The mask of the scale (None if the computation method is not BITFIELD_TEXTTABLE)

Type

str

rational_coeffs

The rational coefficient of the scale.

Type

IRationalCoeff

upper_limit

The upper Limit

Type

float or None