Show / Hide Table of Contents

Class FamosFileEvent

Describes a single event.

Inheritance
System.Object
FamosFileEvent
Namespace: ImcFamosFile
Assembly: ImcFamosFile.dll
Syntax
public class FamosFileEvent

Properties

| Improve this Doc View Source

AmplificationFactor0

Gets or sets the amplification factor 1.

Declaration
public double AmplificationFactor0 { get; set; }
Property Value
Type Description
System.Double
| Improve this Doc View Source

AmplificationFactor1

Gets or sets the amplification factor 2.

Declaration
public double AmplificationFactor1 { get; set; }
Property Value
Type Description
System.Double
| Improve this Doc View Source

AmplitudeOffset0

Gets or sets amplitude offset 1.

Declaration
public double AmplitudeOffset0 { get; set; }
Property Value
Type Description
System.Double
| Improve this Doc View Source

AmplitudeOffset1

Gets or sets amplitude offset 2.

Declaration
public double AmplitudeOffset1 { get; set; }
Property Value
Type Description
System.Double
| Improve this Doc View Source

DeltaX

Gets or sets the distance between two samples.

Declaration
public double DeltaX { get; set; }
Property Value
Type Description
System.Double
| Improve this Doc View Source

Index

Gets or sets the event index.

Declaration
public int Index { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

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
| Improve this Doc View Source

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
| Improve this Doc View Source

Time

Gets or sets the time.

Declaration
public double Time { get; set; }
Property Value
Type Description
System.Double
| Improve this Doc View Source

X0

Gets or sets the X0.

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