Show / Hide Table of Contents

Class FamosFileCalibration

Contains calibration data.

Inheritance
System.Object
FamosFileBase
FamosFileBaseExtended
FamosFileCalibration
Inherited Members
FamosFileBase.Validate()
Namespace: ImcFamosFile
Assembly: ImcFamosFile.dll
Syntax
public class FamosFileCalibration : FamosFileBaseExtended

Constructors

| Improve this Doc View Source

FamosFileCalibration()

Initializes a new instance of the FamosFileCalibration class.

Declaration
public FamosFileCalibration()
| Improve this Doc View Source

FamosFileCalibration(Boolean, Decimal, Decimal, Boolean, String)

Initializes a new instance of the FamosFileCalibration class.

Declaration
public FamosFileCalibration(bool applyTransformation, decimal factor, decimal offset, bool isCalibrated, string unit)
Parameters
Type Name Description
System.Boolean applyTransformation

If set to true, FAMOS will apply the provided factor and offset to the data (only for integer raw data).

System.Decimal factor

The calibration factor.

System.Decimal offset

The calibration offset.

System.Boolean isCalibrated

Indicates if the scale is calibrated.

System.String unit

Specifies the unit of this axis.

Properties

| Improve this Doc View Source

ApplyTransformation

Gets or sets a value indicating if FAMOS should apply the provided factor and offset values. Only for integer raw data.

Declaration
public bool ApplyTransformation { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Factor

Gets or sets the calibration factor.

Declaration
public decimal Factor { get; set; }
Property Value
Type Description
System.Decimal
| Improve this Doc View Source

IsCalibrated

Gets or sets a value indicating if the scale is calibrated.

Declaration
public bool IsCalibrated { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Offset

Gets or sets the calibration offset.

Declaration
public decimal Offset { get; set; }
Property Value
Type Description
System.Decimal
| Improve this Doc View Source

Unit

Gets or sets the unit of this axis.

Declaration
public string Unit { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
Back to top Copyright © 2019 Vincent Wilms