Class FamosFileCalibration
Contains calibration data.
Inherited Members
Namespace: ImcFamosFile
Assembly: ImcFamosFile.dll
Syntax
public class FamosFileCalibration : FamosFileBaseExtended
Constructors
| Improve this Doc View SourceFamosFileCalibration()
Initializes a new instance of the FamosFileCalibration class.
Declaration
public FamosFileCalibration()
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 |
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 SourceApplyTransformation
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 |
Factor
Gets or sets the calibration factor.
Declaration
public decimal Factor { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
IsCalibrated
Gets or sets a value indicating if the scale is calibrated.
Declaration
public bool IsCalibrated { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Offset
Gets or sets the calibration offset.
Declaration
public decimal Offset { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
Unit
Gets or sets the unit of this axis.
Declaration
public string Unit { get; set; }
Property Value
Type | Description |
---|---|
System.String |