Class FamosFileEventReference
Represents a description of which events belong to the component.
Inherited Members
Namespace: ImcFamosFile
Assembly: ImcFamosFile.dll
Syntax
public class FamosFileEventReference : FamosFileBase
Constructors
| Improve this Doc View SourceFamosFileEventReference()
Initializes a new instance of the FamosFileEventReference class.
Declaration
public FamosFileEventReference()
Properties
| Improve this Doc View SourceEventCount
Gets or sets the total number of events.
Declaration
public int EventCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
EventInfo
Gets or sets the associated event info containing the actual events.
Declaration
public FamosFileEventInfo EventInfo { get; set; }
Property Value
Type | Description |
---|---|
FamosFileEventInfo |
GapSize
Gets or sets the number of events to skip.
Declaration
public int GapSize { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
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 |
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 |
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 |
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 |
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 |
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 |