Enum FamosFilePretriggerUsage
Determines how the pretrigger of the buffer of the x-axis scaling instance is used.
Namespace: ImcFamosFile
Assembly: ImcFamosFile.dll
Syntax
public enum FamosFilePretriggerUsage
Fields
Name | Description |
---|---|
AsciiTimeOffset | X0 of this instance serves as integer offset for the time track with scalable factor and offset. |
CbToX0 | X0 of buffer is used. This is the normal case for self-written data. |
CD2ToX0 | X0 of this instance used. |
NoPretrigger | No X0 is used (e.g. for rainflow matrix). |
X0toZ0 | X0 of this instance used as z0. |