class pyfes.core.Quality#

Enum class for quality flags.

__init__(self, value)#

Constructor.

Parameters:

value – The value of the quality flag.

kExtrapolated1 = <Quality.kExtrapolated1: 1>#

Value extrapolated with one data point

kExtrapolated2 = <Quality.kExtrapolated2: 2>#

Value extrapolated with two data points

kExtrapolated3 = <Quality.kExtrapolated3: 3>#

Value extrapolated with three data points

kInterpolated = <Quality.kInterpolated: 4>#

Value correctly interpolated

kUndefined = <Quality.kUndefined: 0>#

Value undefined

property name#

Returns the name of the quality flag.

property value#

Returns the value of the quality flag.