The enumerations description file contains all elements of all enumerations used in the current set of data files for the IEC 61850 standard.
The file should begin with header strings containing the data needed for file processing. An example of header strings of the enums.csv file is provided below.
Example:
|
The first three header strings are identical to the header strings in the devices.csv file.
The string Connection;EnumName;IntValue;TextValue
contains names of columns with data:
Connection
– the ID of the connection to which this element belongs.EnumName
– the name of the enumeration.IntValue
– the numerical value of the enumeration.TextValue
– a text description corresponding to the numerical value of enumeration.The header strings are followed by the file body containing the parameter values (connection ID, name of enumeration, numerical value of enumeration, text description). An example of the enums.csv file is provided below.
Example:
|