Enum FamosFileKeyType
Type of an imc FAMOS file key.
Namespace: ImcFamosFile
Assembly: ImcFamosFile.dll
Syntax
public enum FamosFileKeyType
Fields
| Name | Description |
|---|---|
| Ca | Definition of an 'Add-Reference-Key'. |
| Cb | Definition of list of buffers. |
| CB | Definition of a group. |
| CC | Definition of a component. |
| CD | Definition of a x-axis scaling. |
| CF | Definition of the file format. |
| CG | Definition of a data field. |
| CI | Definition of a single value. |
| CK | Starts a group of keys. |
| CN | Definition of the channel name. |
| CP | Definition of a pack info. |
| CR | Definition of calibration info. |
| CS | Definition of a raw data block. |
| CT | Definition of a text. |
| Cv | Definition of an event reference. |
| CV | Definition of an event list. |
| CZ | Definition of a z-axis scaling. |
| ND | Definition of display properties. |
| NE | Definition of a data extracting instructions. imc internally only. |
| NL | Definition of language info and code page. |
| NO | Definition of the data origin. |
| Np | Definition of a list of properties. |
| NT | Definition of a trigger time. |
| NU | Definition of a user defined key. |
| Nv | Definition of the imc data manager version. imc internally only. |
| Unknown | Represents an unknown key type. |