Class FamosFileComponentData
Base class for component data, which provides the actual data and additional information to interpret these.
Namespace: ImcFamosFile
Assembly: ImcFamosFile.dll
Syntax
public abstract class FamosFileComponentData
Properties
| Improve this Doc View SourceDisplayInfo
Gets the display info to describe how to display the data.
Declaration
public FamosFileDisplayInfo DisplayInfo { get; }
Property Value
Type | Description |
---|---|
FamosFileDisplayInfo |
EventReference
Gets the event reference containing a description of related events.
Declaration
public FamosFileEventReference EventReference { get; }
Property Value
Type | Description |
---|---|
FamosFileEventReference |
PackInfo
Gets the pack info containing a description of this components data layout.
Declaration
public FamosFilePackInfo PackInfo { get; }
Property Value
Type | Description |
---|---|
FamosFilePackInfo |
RawData
Gets the raw data (bytes).
Declaration
public byte[] RawData { get; }
Property Value
Type | Description |
---|---|
System.Byte[] |
TriggerTime
Gets the trigger time this component.
Declaration
public FamosFileTriggerTime TriggerTime { get; }
Property Value
Type | Description |
---|---|
FamosFileTriggerTime |
Type
Gets the component type.
Declaration
public FamosFileComponentType Type { get; }
Property Value
Type | Description |
---|---|
FamosFileComponentType |
XAxisScaling
Gets the x-axis scaling of this component.
Declaration
public FamosFileXAxisScaling XAxisScaling { get; }
Property Value
Type | Description |
---|---|
FamosFileXAxisScaling |
ZAxisScaling
Gets the z-axis scaling of this component.
Declaration
public FamosFileZAxisScaling ZAxisScaling { get; }
Property Value
Type | Description |
---|---|
FamosFileZAxisScaling |