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 Famos
Declaration
public FamosFileCalibration()
FamosFileCalibration(Boolean, Decimal, Decimal, Boolean, String)
Initializes a new instance of the Famos
Declaration
public FamosFileCalibration(bool applyTransformation, decimal factor, decimal offset, bool isCalibrated, string unit)
Parameters
Type | Name | Description |
---|---|---|
System. |
applyTransformation | If set to true, FAMOS will apply the provided |
System. |
factor | The calibration factor. |
System. |
offset | The calibration offset. |
System. |
isCalibrated | Indicates if the scale is calibrated. |
System. |
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. |
Factor
Gets or sets the calibration factor.
Declaration
public decimal Factor { get; set; }
Property Value
Type | Description |
---|---|
System. |
IsCalibrated
Gets or sets a value indicating if the scale is calibrated.
Declaration
public bool IsCalibrated { get; set; }
Property Value
Type | Description |
---|---|
System. |
Offset
Gets or sets the calibration offset.
Declaration
public decimal Offset { get; set; }
Property Value
Type | Description |
---|---|
System. |
Unit
Gets or sets the unit of this axis.
Declaration
public string Unit { get; set; }
Property Value
Type | Description |
---|---|
System. |