Table of Contents

Class TemperatureCompensationParameters

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

Represents the temperature compensation parameters.

public class TemperatureCompensationParameters : AbstractReadWriteEntity
Inheritance
TemperatureCompensationParameters

Constructors

TemperatureCompensationParameters()

public TemperatureCompensationParameters()

Properties

NormalizedTemperatureOffsetSlope

Gets or sets the normalized temperature offset slope (default value: 0).

public double NormalizedTemperatureOffsetSlope { get; set; }

Property Value

double

TemperatureOffset

Gets or sets the temperature offset [°C] (default value: 0).

public Temperature TemperatureOffset { get; set; }

Property Value

Temperature

TimeConstant

Gets or sets the time constant in seconds (default value: 0).

public TimeSpan TimeConstant { get; set; }

Property Value

TimeSpan