Enum FamosFileFieldType
Determines the field type.
Namespace: ImcFamosFile
Assembly: ImcFamosFile.dll
Syntax
public enum FamosFileFieldType
Fields
| Name | Description |
|---|---|
| ComplexMagnitudeDBPhase | The FamosFileField must contain a component of type Primary (magnitude in dB) and a component of type Secondary (phase). |
| ComplexMagnitudePhase | The FamosFileField must contain a component of type Primary (magnitude) and a component of type Secondary (phase). |
| ComplexRealImaginary | The FamosFileField must contain a component of type Primary (real part) and a component of type Secondary (imaginary part). |
| MultipleYToSingleEquidistantTime | There are one or more Y-datasets contained in the FamosFileField, all sampled with equidistant time. Only components of type Primary are allowed. |
| MultipleYToSingleMonotonousTime | There are one or more Y-datasets contained in the FamosFileField, all sampled with monotonous increasing time. One or more components of type Primary and a single component of type Secondary is allowed. |
| MultipleYToSingleXOrViceVersa | This type is used to represent characteristic curves with one X component and multiple Y-components or vice versa. One or more components of type Primary and a single component of type Secondary is allowed or vice versa. |