ETAP Mapping Attributes
- Last UpdatedNov 29, 2024
- 2 minute read
The following is an example of the key ETAP mapping attributes and how the style sheet is used to translate the data between ETAP and AVEVA Engineering. The example describes the import of the tag's Connection Voltage attribute value from ETAP to AVEVA Engineering. The style sheet used is ETAPImportTrans.xslt.
The GetFormatedConnectionVoltage method converts ETAP voltage into engineering format. It requires two input attributes values from ETAP to passed into the style sheet. These attributes are ETAP tag's voltage and project frequency values.
ENGConnectionVoltage holds the converted engineering formatted voltage value. The code snippet below displays the method used.

The code snippet below displays the method used to set the Voltage Type and Phases for the Connection Voltage based on the number of phases from ETAP.

The method displayed below sets the other parameters used in Connection Voltage that is, 'V' unit, 'Hz' unit and Phase Set for example: Normal.

The window displayed below creates Connection Voltage values with AVEVA Engineering and displays the required format.

The example displayed below shows the attribute being called for WTGEN element type.
