Table of Contents

Class AlgorithmTuningParameters

Namespace
Iot.Device.Sen5x.Entities
Assembly
Iot.Device.Sen5x.dll

Represents the algorithm tuning parameters for either VOC or NOx.

public class AlgorithmTuningParameters : AbstractReadWriteEntity
Inheritance
AlgorithmTuningParameters

Constructors

AlgorithmTuningParameters()

public AlgorithmTuningParameters()

Properties

GainFactor

Gets or sets the Gain Factor.

public short GainFactor { get; set; }

Property Value

short

GatingMaxDuration

Gets or sets the Gating Max Duration Minutes. Note that the smallest counted unit is minutes.

public TimeSpan GatingMaxDuration { get; set; }

Property Value

TimeSpan

IndexOffset

Gets or sets the index offset.

public short IndexOffset { get; set; }

Property Value

short

InitialStandardDeviation

Gets or sets the initial (estimate for) standard deviation.

public short InitialStandardDeviation { get; set; }

Property Value

short

LearningTimeGain

Gets or sets the Learning Time Gain Hours. Note that the smallest counted unit is hours.

public TimeSpan LearningTimeGain { get; set; }

Property Value

TimeSpan

LearningTimeOffset

Gets or sets the Learning Time Offset Hours. Note that the smallest counted unit is hours.

public TimeSpan LearningTimeOffset { get; set; }

Property Value

TimeSpan