Skip to main content

Class Mlx90640Config

MLX90640 configuration

Assembly: Mlx90640.dll​
View Source​
Declaration
public class Mlx90640Config

Properties​

KVdd​

View Source​
Declaration
public short KVdd { get; }

Vdd25​

View Source​
Declaration
public short Vdd25 { get; }

KvPTAT​

View Source​
Declaration
public float KvPTAT { get; }

KtPTAT​

View Source​
Declaration
public float KtPTAT { get; }

VPTAT25​

View Source​
Declaration
public ushort VPTAT25 { get; }

AlphaPTAT​

View Source​
Declaration
public float AlphaPTAT { get; }

GainEE​

View Source​
Declaration
public short GainEE { get; }

Tgc​

View Source​
Declaration
public float Tgc { get; }

CpKv​

View Source​
Declaration
public float CpKv { get; }

CpKta​

View Source​
Declaration
public float CpKta { get; }

ResolutionEE​

View Source​
Declaration
public byte ResolutionEE { get; }

CalibrationModeEE​

View Source​
Declaration
public byte CalibrationModeEE { get; }

KsTa​

View Source​
Declaration
public float KsTa { get; }

KsTo​

View Source​
Declaration
public float[] KsTo { get; }

Ct​

View Source​
Declaration
public short[] Ct { get; }

Alpha​

View Source​
Declaration
public short[] Alpha { get; }

AlphaScale​

View Source​
Declaration
public byte AlphaScale { get; }

Offset​

View Source​
Declaration
public short[] Offset { get; }

Kta​

View Source​
Declaration
public sbyte[] Kta { get; }

KtaScale​

View Source​
Declaration
public byte KtaScale { get; }

Kv​

View Source​
Declaration
public sbyte[] Kv { get; }

KvScale​

View Source​
Declaration
public byte KvScale { get; }

CpAlpha​

View Source​
Declaration
public float[] CpAlpha { get; }

CpOffset​

View Source​
Declaration
public short[] CpOffset { get; }

IlChessC​

View Source​
Declaration
public float[] IlChessC { get; }

BrokenPixels​

View Source​
Declaration
public List<ushort> BrokenPixels { get; }

OutlierPixels​

View Source​
Declaration
public List<ushort> OutlierPixels { get; }

BrokenPixelHasAdjacentBrokenPixel​

View Source​
Declaration
public bool BrokenPixelHasAdjacentBrokenPixel { get; }

OutlierPixelHasAdjacentOutlierPixel​

View Source​
Declaration
public bool OutlierPixelHasAdjacentOutlierPixel { get; }

BrokenPixelHasAdjacentOutlierPixel​

View Source​
Declaration
public bool BrokenPixelHasAdjacentOutlierPixel { get; }