Class FamosFileEvent
Describes a single event.
Inheritance
System.Object
FamosFileEvent
Namespace: ImcFamosFile
Assembly: ImcFamosFile.dll
Syntax
public class FamosFileEvent
Properties
| Improve this Doc View SourceAmplificationFactor0
Gets or sets the amplification factor 1.
Declaration
public double AmplificationFactor0 { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
AmplificationFactor1
Gets or sets the amplification factor 2.
Declaration
public double AmplificationFactor1 { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
AmplitudeOffset0
Gets or sets amplitude offset 1.
Declaration
public double AmplitudeOffset0 { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
AmplitudeOffset1
Gets or sets amplitude offset 2.
Declaration
public double AmplitudeOffset1 { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
DeltaX
Gets or sets the distance between two samples.
Declaration
public double DeltaX { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Index
Gets or sets the event index.
Declaration
public int Index { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Length
Gets or sets the length of the event. REMARKS: Expressed as relative number of samples.
Declaration
public ulong Length { get; set; }
Property Value
Type | Description |
---|---|
System.UInt64 |
Offset
Gets or sets the event offset. REMARKS: Expressed as relative number of samples. E.g., expressed as Tuple-count.
Declaration
public ulong Offset { get; set; }
Property Value
Type | Description |
---|---|
System.UInt64 |
Time
Gets or sets the time.
Declaration
public double Time { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
X0
Gets or sets the X0.
Declaration
public double X0 { get; set; }
Property Value
Type | Description |
---|---|
System.Double |