Class FamosFileXAxisScaling
Contains information to scale the x-axis.
Inheritance
System.Object
FamosFileXAxisScaling
Assembly: ImcFamosFile.dll
Syntax
public class FamosFileXAxisScaling : FamosFileBaseExtended
Constructors
|
Improve this Doc
View Source
FamosFileXAxisScaling(Decimal)
Declaration
public FamosFileXAxisScaling(decimal deltaX)
Parameters
Type |
Name |
Description |
System.Decimal |
deltaX |
The distance between two samples or the parameter.
|
Properties
|
Improve this Doc
View Source
DeltaX
Gets or sets the distance between two samples or the parameter.
Declaration
public decimal DeltaX { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
|
Improve this Doc
View Source
IsCalibrated
Gets or sets a boolean value indicating if the axis is calibrated.
Declaration
public bool IsCalibrated { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsMultiEvents
Gets or sets a boolean indicating if the data recording has been triggered multiple times, i.e. there should be event data defined.
Declaration
public bool IsMultiEvents { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
PretriggerUsage
Gets or sets the pretrigger usage.
Declaration
public FamosFilePretriggerUsage PretriggerUsage { get; set; }
Property Value
|
Improve this Doc
View Source
Reduction
Gets or sets the data reduction method.
Declaration
public FamosFileReductionType Reduction { get; set; }
Property Value
|
Improve this Doc
View Source
SortBuffers
Gets or sets a boolean indicating if the buffers of the component should be sorted.
Declaration
public bool SortBuffers { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
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
X0
Gets or sets the X0, i.e. the x-coordinate of the first value for equistant data (pre-trigger time) or the starting frequency, respectively. REMARKS: Meaning depends on value of PretriggerUsage property.
Declaration
public decimal X0 { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
Methods
|
Improve this Doc
View Source
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
Returns
Type |
Description |
System.Boolean |
|
Overrides
System.Object.Equals(System.Object)
|
Improve this Doc
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
Overrides
System.Object.GetHashCode()