EngineeringParameter#

class stixcore.processing.engineering.EngineeringParameter(*, name, value, idb_info, engineering, unit, order=-1)[source]#

Bases: Parameter

A class to combine the raw and engineering values and settings of a parameter.

value#

The original or raw values before the calibration.

Type:

int | list

engineering#

The Engineering values.

Type:

int | list

unit#

The unit for the engineering values

Type:

str