Show / Hide Table of Contents

Class FamosFileEventReference

Represents a description of which events belong to the component.

Inheritance
System.Object
FamosFileBase
FamosFileEventReference
Inherited Members
FamosFileBase.Validate()
Namespace: ImcFamosFile
Assembly: ImcFamosFile.dll
Syntax
public class FamosFileEventReference : FamosFileBase

Constructors

| Improve this Doc View Source

FamosFileEventReference()

Initializes a new instance of the FamosFileEventReference class.

Declaration
public FamosFileEventReference()

Properties

| Improve this Doc View Source

EventCount

Gets or sets the total number of events.

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

EventInfo

Gets or sets the associated event info containing the actual events.

Declaration
public FamosFileEventInfo EventInfo { get; set; }
Property Value
Type Description
FamosFileEventInfo
| Improve this Doc View Source

GapSize

Gets or sets the number of events to skip.

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

GroupSize

Gets or sets the number of subsequent events in the event info.

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

Offset

Gets or sets the offset of the first event in the event info.

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

ValidCD

Gets or sets a flag indicating which data from the event list are used (DeltaX, X0, Z0).

Declaration
public FamosFileValidCDType ValidCD { get; set; }
Property Value
Type Description
FamosFileValidCDType
| Improve this Doc View Source

ValidCR1

Gets or sets a flag indicating which data from event list are used (DeltaY, Y0). For primary component.

Declaration
public FamosFileValidCR1Type ValidCR1 { get; set; }
Property Value
Type Description
FamosFileValidCR1Type
| Improve this Doc View Source

ValidCR2

Gets or sets a flag indicating which data from event list are used (DeltaX, X0). For secondary component; is '0' for 1-component data.

Declaration
public FamosFileValidCR2Type ValidCR2 { get; set; }
Property Value
Type Description
FamosFileValidCR2Type
| Improve this Doc View Source

ValidNT

Gets or sets a value indicating where the trigger time is taken from.

Declaration
public FamosFileValidNTType ValidNT { get; set; }
Property Value
Type Description
FamosFileValidNTType
  • Improve this Doc
  • View Source
Back to top Copyright © 2019 Vincent Wilms