0% found this document useful (0 votes)
944 views345 pages

Database Description PDF

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
944 views345 pages

Database Description PDF

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 345

PSS®SINCAL 15.

5
Database Description
Construction and Semantics of the PSS SINCAL Data Model

Published by
Siemens AG
Smart Infrastructure
Digital Grid
Freyeslebenstraße 1
91058 Erlangen, Germany
SIEMENS PSS SINCAL Database Description
Preface

Preface

The PSS SINCAL manuals can be divided into three parts:

● the PSS SINCAL System Manual


● technical manuals for electrical and pipe networks
● the database description

The PSS SINCAL System Manual contains a general description for using the application.

The technical manuals for electrical networks contain detailed descriptions of the various
calculation methods for electrical networks - such as load flow, or short circuit calculations - and
their input data.

The technical manuals for pipe networks contain detailed descriptions of the various calculation
methods for pipe networks - water, gas and heating/cooling - and their input data.

The database description contains a complete description of the data models for electrical and
pipe networks.

Copyright

This manual and all the information and illustrations contained in it are copyrighted.

SIEMENS retains all rights, in particular the right to publish, translate, reprint, photocopy, make
microcopies or electronically store in a database.

Previously expressed written permission from SIEMENS is required for any reproduction or use
beyond the limits specified by copyright law.

Warranty

Even though our manuals are thoroughly checked for errors, no liability can be taken for errors
found or any resulting problems or difficulties. Modifications are frequently made to the text and the
software as a part of our routine updates.

PSS® is a registered trademark of SIEMENS AG


Copyright SIEMENS AG 2019 All Rights Reserved
SIEMENS PSS SINCAL Database Description
Table of Contents

1. Introduction to Database Description 7

1.1 General Remarks 7


1.1.1 Design Guidelines 7
1.1.2 Labeling Conventions 8
1.1.3 Input Data 8
1.2 Structure of the PSS SINCAL Data Model 10

2. Tables of Electrical Networks 11

2.1 Topology 11
2.2 Elements 15
2.2.1 General Supplementary Data 70
2.2.2 Supplementary Data for Elements 90
2.2.3 Standard Types 110
2.2.4 Fault Definitions 125
2.2.5 Contingency Analysis 131
2.2.6 Protection 132
2.2.7 Dynamics 179
2.2.8 Reliability 185
2.2.9 Substations and Routes 199
2.3 Universal Protection Database (PSS PDMS) 203
2.4 Results 212
2.4.1 Tools 212
2.4.2 Load Flow 213
2.4.3 Harmonics and Ripple Control 232
2.4.4 Multiple Faults 238
2.4.5 Short Circuit 256
2.4.6 Optimizations 273
2.4.7 Reliability 275
2.4.8 Economic Efficiency 279

3. Tables of Pipe Networks 286

3.1 Topology 286


3.2 Elements 288

April 2019
PSS SINCAL Database Description SIEMENS
Table of Contents

3.3 Supplementary Data 298


3.3.1 General Supplementary Data 298
3.3.2 Supplementary Data for Elements 309
3.3.3 Standard Types 313
3.3.4 Contingency Analysis 314
3.4 Results 315
3.4.1 General Results 315
3.4.2 Water 316
3.4.3 Gas 321
3.4.4 Heating/Cooling 325
3.4.5 Contingency Analysis 331

4. Tables of Network Graphics 334

April 2019
SIEMENS PSS SINCAL Database Description
Introduction to Database Description

1. Introduction to Database Description

PSS SINCAL's database description details the entire PSS SINCAL Data Model. It describes the
construction and semantics of the PSS SINCAL Data Model and includes tables of relations and
their attributes.

This manual contains the following chapters:

● Tables of Electrical Networks


● Tables of Pipe Networks
● Tables of Network Graphics

1.1 General Remarks


The PSS SINCAL Data Model was developed using the following criteria:

● The PSS SINCAL Data Model is object-oriented.


● All objects are unique and respond to the primary key.
● The standardized layout used through most of the program reduces redundancies and
simplifies the search for, and control of, consistency.
● The PSS SINCAL Data Model is separated into categories to simplify evaluations and
management.
● There are no limitations as to how the selected data model is implemented in all the
PSS SINCAL Relational Database Management systems.

1.1.1 Design Guidelines

Key

Most of the tables in the PSS SINCAL Data Model have primary keys to uniquely identify the data.
The primary key in a table contains the name of the table and has the ending "_ID".

References in the PSS SINCAL Data Model have a secondary key. It includes the name of the
reference table and has the ending "_ID".

The data type of keys is always "LongInteger".

Examples of primary and secondary keys:

● Table for Network element (Element)


Primary key: Element_ID
Secondary key: VoltLevel_ID, Variant_ID
● Table for Terminal (Terminal)
Primary key: Terminal_ID
Secondary key: Element_ID, Node_ID

April 2019 7
PSS SINCAL Database Description SIEMENS
Introduction to Database Description

Note: PSS SINCAL uses special algorithms for the management of the key fields. Therefore it is
important to ensure that the IDs are generated ascending starting with the smallest possible ID (1).
Gaps in the IDs are easily possible, but it should be avoided to store very large numbers, because
otherwise problems with PSS SINCAL GUI functions and variant management have to be
expected. Also the direct storage of unique GIS IDs in the primary key fields is not allowed. For this
purpose, the special MasterResource mapping table is available.

1.1.2 Labeling Conventions

Table Names

Appropriate English terms were selected as table names. PSS SINCAL uses upper- and lower-
case letters to improve legibility.

Essentially, the names of tables differentiate among input data, graphic data, and results.

All tables for input data have appropriate simple names:

● Line
● TwoWindingTransformer
● etc.

All tables with graphic data begin with "Graphic":

● GraphicElement
● GraphicLayer
● etc.

The tables for output data begin with an abbreviation for the calculation method and end with
"Result":

● LFNodeResult
● SC1BranchResult
● etc.

Attribute Names

● Whenever possible, attribute names are the same as the corresponding formula sign.
● Attribute names are kept as language-neutral as possible or English terms are used.
● Attribute names are both unique and case-sensitive.
● Numbers replace superscripts and commas (e.g. ' > 1 “ > 2).
● Underscoring ("_") is used as a placement marker for slashes and to connect expressions.
● External and primary keys end with "_ID" (e.g. Element_ID Variant_ID)

1.1.3 Input Data

To simplify the PSS SINCAL Data Model, element tables show the data for the various
PSS SINCAL calculation methods.

8 April 2019
SIEMENS PSS SINCAL Database Description
Introduction to Database Description

For example, line elements have data for the load flow calculations, short circuit calculations,
harmonics calculations, etc.

Element attributes are separated into categories. This means that, although data supply summary
information in a shared table, data can be selected for a specific calculation method or the present
state of the data can be seen.

Input Data State

Network Element (Element) tables have a "Flag_Input" attribute that stores the current state of the
data input for each category. Flags show what data have or have not been entered. Flags for
different categories can be created with the help of the bit-wise OR-operator.

Electrical Networks

● Bit 0: Short circuit data


● Bit 1: Load flow data
● Bit 2: Zero-phase sequence data
● Bit 3: Negative-phase sequence data
● Bit 4: Harmonics data
● Bit 5: Dynamics data
● Bit 6: Protection data
● Bit 7: Controller data
● Bit 8: Reliability data
● Bit 9: Supplementary data
● Bit 10: Measurement data
● Bit 11: Motor start-up data
● Bit 12: Transformer controller data
● Bit 13: Distance protection data
● Bit 14: Generator unit data
● Bit 15: Transformer unit data
● Bit 16: Direct feeder data for generator
● Bit 17: Equivalent element data
● Bit 18: Economics data

Pipe Networks

● Bit 24: Flow data


● Bit 25: Water data
● Bit 26: Gas data
● Bit 27: Heating/cooling data
● Bit 28: Static data
● Bit 30: Equivalent element data

April 2019 9
PSS SINCAL Database Description SIEMENS
Introduction to Database Description

1.2 Structure of the PSS SINCAL Data Model


The following illustration shows the basic structure of the PSS SINCAL Data Model on the basis of
some selected tables.

GraphicNode Node

NetworkZone
NetworkGroup
GraphicTerminal Terminal VoltageLevel

GraphicElement Element

Line Load ...

In the center of the describing data there is the Element table. With this table and the tables
connected to it node elements and branch elements are defined. The individual network elements
are detailed described by additional tables with a 1:1 relationship. In the illustration above these are
the Line and the Load table.

The Node table describes the basic network topology. Node elements and branch elements are
connected to the node with the help of the Terminal table. This is used to construct the entire
network topology.

Special Graphics tables describe the graphic structure of the network. The graphic attributes are
assigned to the basic topology tables Node, Terminal and Element.

10 April 2019
SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

2. Tables of Electrical Networks

The categories of tables for the PSS SINCAL Electrical Data Model are:

● Topology
● Elements
● Supplementary Data
● Universal Protection Device Database (PSS PDMS)
● Results

Structure of the Descriptions

Table Overviews for categories have a name and description.

Table Descriptions have an attribute name, data type (text has text length) and description.

2.1 Topology
Topology describes the network structure. Nodes are the fixing points in the network. Terminal links
nodes to network elements.

Table name ID Description


Node 4 Node
Element 7 Network element
Terminal 8 Terminal

Node (Node)

Attribute name Data type Short name Unit Std. Description


Basic Data
Node_ID Long Integer 0 Primary Key – Node
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Flag_Private Long Integer Private Data 0 Private Data
Name Text (50) Name Name – Node
ShortName Text (8) Short Name Short Name – Node
VoltLevel_ID Long Integer Netw. Level 0 Secondary Key – Network Level
Group_ID Long Integer Network Area 0 Secondary Key – Network Area
Zone_ID Long Integer Zone 0 Secondary Key – Zone
EcoStation_ID Long Integer Substation 0 Secondary Key – Substation
EcoField_ID Long Integer Bay 0 Secondary Key – Bay
Flag_Type Integer Node Type 1 Node Type
1: Node
2: Busbar
3: Joint
4: Primary substation
5: Net station

April 2019 11
PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

Busbar_ID Long Integer Main Busbar 0 Secondary Key – Main Busbar


Equipment_ID Long Integer Equipment 0 Secondary Key – Arc Flash Equipment
Configuration
HarPCCdata_ID Long Integer 0 Secondary Key – PCC Configuration
Stp_ID Long Integer 0 Secondary Key – Neutral Point Impedance
Ti TimeStamp Ti 0 Establishment Date
Ts TimeStamp Ts 0 Shutdown Date
Flag_Diagram Integer Marked 0 Marked
0: No
1: Yes
InclName Text (60) Con. Name Name of the Connected Node
Additional Data
sh Double sh m 0 Elevation
Flag_Pos Integer 2 Node Position
1: Distance Right and Up
2: Latitude and Longitude
hr Double dr m 0 Distance – Right
hh Double du m 0 Distance – Up
lat Double lat ° 0 Latitude
lon Double lng ° 0 Longitude
m Double m 0 Meridian
TextVal VarString Comment 0 Comment
Voltage Control
Uref Double Vref kV 0 Voltage Target Value
Un Double Vstart kV 0 Initial Voltage
Phi Double φ ° 0 Angle – Initial Voltage
Short Circuit
Flag_Phase Integer Fault Phase 7 Preferred Fault Phase
1: L1
2: L2
3: L3
4: L12
5: L23
6: L31
7: L123
8: N
AddFaultData_ID Long Integer Fault Data 0 Secondary Key – Additional Fault Data
Observation Limits for Simulation
Ik2 Double Ik"max kA 0 Maximum Admissible Short Circuit Current
Ip Double ipmax kA 0 Maximum Admissible Peak Short Circuit
Current
Iamax Double Ibmax kA 0 Maximum Admissible Breaking Current
Uul Double vul % 0 Voltage Upper Limit
Ull Double vll % 0 Voltage Lower Limit
Uul1 Double vul1 % 0 Additional Voltage Upper Limit
Ull1 Double vll1 % 0 Additional Voltage Lower Limit
Reliability
Flag_Reliability Integer Rel. Data 0 Individual Reliability Data
0: No
1: Yes
BusbarType_ID Long Integer Busbar Type 0 Secondary Key – Busbar Type Reliability
SwitchBay1_ID Long Integer Switchbay B 0 Secondary Key – Switchbay Type Busbar
SwitchBay2_ID Long Integer Switchbay F 0 Secondary Key – Switchbay Type Feeder

12 April 2019
SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

Flag_HK Integer Busbar 0 Busbar/Auxiliary Node


0: Busbar
1: Auxiliary node
2: Busbar with results
3: Auxiliary node without switching
Flag_ABW Integer Load Shedd. 0 Undervoltage Load Shedding
0: No
1: Yes
Flag_UM Integer Busbar 0 Busbar Transfer
Transfer 0: No
1: Yes
UM_Node_ID Long Integer Trans. Busbar 0 Secondary Key – Transfer to Busbar
T_UM Double tum h 0 Time to Busbar Transfer
Flag_VER Integer Load Reloc. 0 Load Relocation
0: No
1: Yes
VER_Node_ID Long Integer Reloc. Busbar 0 Secondary Key – Load Relocation to Busbar
Flag_VERP Integer Priority 1 Priority – Load Shift
1: High
2: Medium
3: Normal
4: Small
5: Low
T_VER Double tsh h 0 Time to Load Relocation
p_VER Double Psh % 0 Share of Relocatable Load
Economic Data
ci Double Ci 0 Acquisition Costs
Cs Double Cs 0 Shutdown Costs
cm Double cm 0 Annual Maintenance Costs
coo Double co 0 Other Annual Costs
Tl Double Tl y 0 Calculatory Life Span

Network Element (Element)

Attribute name Data type Short name Unit Std. Description


Basic Data
Element_ID Long Integer 0 Primary Key – Network Element
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Type Text (50) Netw. El. Type Network Element Type
Flag_Input Long Integer 0 State – Input Data
Flag_Calc Long Integer 0 State – Input Data Standard Type
Flag_Private Long Integer Private Data 0 Private Data
Flag_State Integer OP State 1 Operating State
0: Off
1: On
Name Text (50) Name Name – Network Element
ShortName Text (8) Short Name Short Name – Network Element
Description Text (50) Desc. 0 Description
Element Data
VoltLevel_ID Long Integer Netw. Level 0 Secondary Key – Network Level
Group_ID Long Integer Network Area 0 Secondary Key – Network Area

April 2019 13
PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

Zone_ID Long Integer Zone 0 Secondary Key – Zone


EcoStation_ID Long Integer Substation 0 Secondary Key – Substation
EcoField_ID Long Integer Bay 0 Secondary Key – Bay
Ti TimeStamp Ti 0 Establishment Date
Ts TimeStamp Ts 0 Shutdown Date
TextVal VarString 0 Comment
Economic Data
ci Double Ci 0 Acquisition Costs
Cs Double Cs 0 Shutdown Costs
cm Double cm 0 Annual Maintenance Costs
coo Double co 0 Other Annual Costs
Tl Double Tl y 0 Calculatory Life Span
Theta_i Double Thi 1 0 Serial Unavailable Energy Factor
Theta_u Double Thu 1 0 Shunt Unavailable Energy Factor
fCe Double fCe 1 1 Factor – Energy Costs
fAkt Double fact 1 1 Factor – Active in Annual Use Period

Terminal (Terminal)

Attribute name Data type Short name Unit Std. Description


Basic Data
Terminal_ID Long Integer 0 Primary Key – Terminal
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Element_ID Long Integer Element 0 Secondary Key – Network Element
Node_ID Long Integer Node 0 Secondary Key – Node
Flag_State Integer OP State 1 Operating State
0: Off
1: On
TerminalNo Integer 1 Connection Number
Flag_Switch Integer Phys. Switch 0 Physical Switch
0: No
1: Yes
Flag_Terminal Integer Con. Type 7 Connection Type
1: L1
2: L2
3: L3
4: L12
5: L23
6: L31
7: L123
8: N
Flag_Obs Integer Obs. Res. 0 Calculate Observation Results
0: No
1: Yes
Flag_Cur Integer Marked 0 Marked
0: No
1: Yes
Ir Double Ir kA 0 Rated Current
Ik2 Double Ik" kA 0 Maximum Short Circuit Current

14 April 2019
SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

2.2 Elements
PSS SINCAL elements simulate equipment found in the real network. PSS SINCAL uses element
data in the calculations.

Table name ID Description


AsynchronousMachine 12 Asynchronous machine
Infeeder 11 Infeeder
DCInfeeder 193 DC infeeder
Line 19 Line
Load 13 Load
PowerUnit 10 Power unit
SerialCondensator 23 Serial capacitor
SerialReactor 22 Serial reactor
VarSerialElement 124 Variable serial element
DCSerialElement 194 Serial DC element
GenericElement 228 Generic element
GenericElementCon 229 Generic element connection
ShuntCondensator 17 Shunt capacitor
ShuntImpedance 15 Shunt impedance
ShuntReactor 16 Shunt reactor
StaticCompensator 18 Static compensator
VarShuntElement 123 Variable shunt element
SynchronousMachine 9 Synchronous machine
ThreeWindingTransformer 21 Three-winding transformer
TwoWindingTransformer 20 Two-winding transformer
ShuntRLCCircuit 26 Shunt RLC circuit
SerialRLCCircuit 27 Serial RLC circuit
SerialRCTransmitter 25 Serial ripple control transmitter
ShuntRCTransmitter 24 Shunt ripple control transmitter

Asynchronous Machine (AsynchronousMachine)

Attribute name Data type Short name Unit Std. Description


Basic Data
Element_ID Long Integer Element 0 Secondary Key – Network Element
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Typ_ID Long Integer Std. Type 0 Secondary Key – Standard Type
Flag_Typ_ID Integer Secondary Key – Standard Type State
0: None
1: Global standard type
2: Local standard type
Machine Data
Flag_Typ Integer ASM Input 1 Input Type of Asynchronous Machine
1: Pn
2: In
3: NEMA
Pn Double Pn MW 0,001 Rated Active Power

April 2019 15
PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

Un Double Vn kV 0,3 Rated Voltage


speedn Double nn 1/min 1475 Rated Speed
pol Double p 1 2 Pole Pair Number
cosphin Double cosφn 1 1 Rated Power Factor
etan Double ηn pu 0,95 Rated Efficiency
Ia_In Double Ia/In pu 5 Current Ratio at Start-Up
R_X Double R/X pu 0,15 Ratio R/X – Positive-Phase Sequence
Inm Double In kA 0,001 Rated Current
Flag_Nema Integer Nema Type 2 Nema Type
0: Impedance data
1: Type A
2: Type B
3: Type C
4: Type D
5: Type E
r_stator Double rs pu 0,03 Armature Resistance
x_stator Double xs pu 0,09 Armature Reactance
x_magnet Double xm pu 2,8 Magnetizing Reactance
r_inner Double ri pu 0,025 Inner Cage Resistance
x_inner Double xi pu 0,11 Inner Cage Reactance
r_outer Double ra pu 0,15 Outer Cage Resistance
x_outer Double xa pu 0,04 Outer Cage Reactance
x_rotor Double x3 pu 0 Additional Rotor Reactance
Operating State
Flag_Lf Integer LF Type 3 Load Flow Type
1: P and Q
2: P and cosφ
3: P/Pn and cosφ
4: |V|, |I| and cosφ
5: DFIG (P, Q and slip)
P Double P MW 0 Active Power
Q Double Q Mvar 0 Reactive Power
fP Double fP 1 1 Multiplication Factor – Active Power
fQ Double fQ 1 1 Multiplication Factor – Reactive Power
cosphi Double cosφ 1 0,85 Power Factor
P_Pn Double P/Pn pu 1 Utilization
fP_Pn Double fP/Pn 1 1 Multiplication Factor – Utilization
Um Double V kV 0 Motor Voltage in kV
I Double I kA 0 Basic Current Source
fI Double fI 1 1 Multiplication Factor – Operating Current
Slip Double s % 0 Slip
Mpl_ID Long Integer Mpl 0 Secondary Key – Manipulation
Flag_Machine Integer Type 1 Type of Machine
1: Single
2: Combined
3: Common
4: Wind machine
Flag_Sc Integer Behavior 1 Short Circuit Behavior
1: Ik'' + ip / I1c + Iint
2: ip / I1c
3: Ignore
qbc Double q pu 0 Q Value for Tripping Current
Kappa_WD Double κWD 1 0 Peak Current Factor from Manufacturer
i_WDmax Double iWDmax kA 0 Maximum Instantaneous Current at 3-Phase
Fault from Manufacturer
theta Double τ s 1 Time Constant

16 April 2019
SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

I_kWDmax Double IkWDmax kA 0 Maximum Steady-State Current


I_kWDmin Double IkWDmin kA 0 Minimum Steady-State Current
Zero-Phase Sequence
Flag_Z0 Integer 0 Grounding
0: Not grounded
1: Fixed grounded
2: Grounded w. impedances
Flag_Z0_Input Integer 1 Zero-Phase Sequence Input Data
1: Z0/Z1 and R0/X0
2: R0 and X0
3: Z0 identical Z1
Z0_Z1 Double Z0/Z1 pu 0 Ratio Zero-Phase to Positive-Phase Sequence
Impedance
R0_X0 Double R0/X0 pu 0 Ratio R/X – Zero-Phase Sequence
R0 Double R0 Ohm 0 Resistance – Zero-Phase Sequence
X0 Double X0 Ohm 0 Reactance – Zero-Phase Sequence
Stp_ID Long Integer 0 Secondary Key – Neutral Point Impedance
Negative-Phase Sequence
Flag_Z2_Input Integer 1 Negative-Phase Sequence Input Data
1: I2/In and R2/X2
2: R2 and X2
Ia2_In Double Ia2/In pu 22 Current Ratio at Start-Up
R2_X2 Double R2/X2 pu 0 Ratio R/X – Negative-Phase Sequence
R2_M Double R2 Ohm 0 Negative Sequence Resistance Machine
X2_M Double X2 Ohm 0 Negative Sequence Reactance Machine
Converter
Flag_Converter Integer 0 Converter Data Active
0: No
1: Yes
IskPF Double IskPF kA 0 Maximum Source Current at 3-Phase Fault
from Manufacturer
Isk2PF Double Isk2PF kA 0 Maximum Source Current at 2-Phase fault from
Manufacturer
Isk1PF Double Isk1PF kA 0 Maximum Source Current at 1-Phase fault from
Manufacturer
IkPF Double IkPF kA 0 Steady-State Current at 3-Phase Fault from
Manufacturer
Fkt_Isk Double fIsk 1 1 Factor for Converter Currents
Phi_Isk Double φIsk ° 0 Angle for Converter Currents
R2_PF Double R2 Ohm 0 Negative Sequence Resistance due to
Controlling
X2_PF Double X2 Ohm 0 Negative Sequence Reactance due to
Controlling
Characteristics
Flag_CharProvide Integer 0 Provide Missing Characteristics
0: No
1: Yes
LoadTorChar_ID Long Integer 0 Secondary Key – Load Torque Characteristics
TorCharStar_ID Long Integer 0 Secondary Key – Torque Characteristics
TorCharDelta_ID Long Integer 0 Secondary Key – Torque Characteristics
StartCurCharStar_I Long Integer 0 Secondary Key – Start-Up Current
D Characteristics
StartCurCharDelta_ Long Integer 0 Secondary Key – Start-Up Current
ID Characteristics

April 2019 17
PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

Flag_Inertia Integer 3 Inertia Input


1: Starting time power unit data
2: Momentum power unit data
3: Inertia J
4: Inertia H
Tam Double tam s 0,5 Starting Time Power Unit Data
GD2 Double GD2 Mpm² 1000 Momentum Power Unit Data
J Double J kgm² 100 Inertia J
H Double H s 0 Inertia H
Dynamics
Flag_PowerMac Integer Enable PD 0 Enable Power Data
0: No
1: Yes
Flag_Macro Integer OP Model Type 0 Type of Operating State Model
0: None
1: Controller
2: Equivalent circuit
3: BOSL model
4: Diakoptics
PowerMac_ID Long Integer OP Model 0 Secondary Key – Operating State Model
Flag_VoltReg Integer 0 Enable Voltage Controller
0: No
1: Yes
VoltMac_ID Long Integer 0 Secondary Key – Voltage Controller
Flag_SpeedCtrl Integer Enable SC 0 Enable Speed Controller
0: No
1: Yes
SpeedMac_ID Long Integer 0 Secondary Key – Speed Controller
Tg Double Tg s 5 Direct Current Time Constant
ra Double rs pu 0,25 Armature Resistance
ras Double xas pu 0,25 Armature Leakage Reactance
MechCoupled_ID Long Integer 0 Secondary Key – Mechanically Coupled
Machine
Flag_NonSatt Integer 0 Non-Saturated Machine
0: No
1: Yes
Flag_Stab Integer 1 Behavior Dynamics
1: Normal
2: Start up – A
3: Start up – Q
tstart2 Double ts s 0 Starting Time for Start-Up
Dynamic Parameter
Flag_Dyn_Input Integer 2 Input Data Dynamic
1: Park
2: Equivalent norm.
3: Equivalent opt.
4: Park (LF)
5: Equivalent norm. (LF)
6: Equivalent opt. (LF)
7: DFIG
8: DFIG (LF)
r2n Double r2 pu 0 Rotor Resistance – Nominal Slip
x2n Double x2s pu 0 Rotor Stray Reactance – Nominal Slip
r2 Double r2 pu 0 Rotor Resistance – Start-Up
x2s Double x2s pu 0 Rotor Stray Reactance – Start-Up
i0 Double i0 pu 0 Unsaturated No Load Current
x2 Double x2 pu 4,486 Equivalent Reactance X2
5
x3 Double x3 pu 0,061 Equivalent Reactance X3

18 April 2019
SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

r4 Double r4 pu 0,009 Equivalent Resistance R4


72
x4 Double x4 pu 0,088 Equivalent Reactance X4
42
r5 Double r5 pu 0,398 Equivalent Resistance R5
7
x5 Double x5 pu 0,01 Equivalent Reactance X5
Isat_Ia Double Isat/Ir pu 0,22 Beginning Saturation Current
xsat Double xsat pu 0,75 Saturation Reactance
Qconv Double Qconv Mvar 0 Converter Reactive Power
Flag_Conv Integer 1 Enable Converter
0: No
1: Yes
Flag_ConvOp Integer 1 Operating Converter
1: P and Q
2: P
3: Q
Trotor Double Trotor s 0,04 Rotor Time Constant
Vst Double Vpc 1 0,03 Reinforcement of Pilot Control
Rk Double Rk pu 0,03 Crowbar Short Circuit Resistance
Ri Double ri pu Internal Resistance Voltage Converter
No-Load Saturation Curve
Flag_NoLoadChar Integer 0 No Load Characteristics
0: No
1: Yes
u01 Double v01 pu 0 Excitation Voltage 01
u02 Double v02 pu 0,5 Excitation Voltage 02
u03 Double v03 pu 0,75 Excitation Voltage 03
u04 Double v04 pu 0,9 Excitation Voltage 04
u05 Double v05 pu 1 Excitation Voltage 05
u06 Double v06 pu 1,1 Excitation Voltage 06
u07 Double v07 pu 1,2 Excitation Voltage 07
u08 Double v08 pu 1,35 Excitation Voltage 08
i01 Double i01 pu 0 Excitation Current 01
i02 Double i02 pu 0,5 Excitation Current 02
i03 Double i03 pu 0,795 Excitation Current 03
i04 Double i04 pu 1,09 Excitation Current 04
i05 Double i05 pu 1,32 Excitation Current 05
i06 Double i06 pu 1,6 Excitation Current 06
i07 Double i07 pu 2,1 Excitation Current 07
i08 Double i08 pu 5 Excitation Current 08
Motor Start-Up
tstart Double ts s 0 Starting Time for Start-Up (Motor Start-Up)
fsat Double fsat 1 0,95 Saturation Factor
cosphil Double cosφl 1 1 Power Factor – Reduced
Isd Double Iy/d kA 0 Changeover Current for Wye to Delta Circuitry
ConStart Integer 1 Circuitry for Start-Up
1: Wye
2: Delta
3: Wye/delta
ConRun Integer 1 Circuitry for Nominal Data
1: Wye
2: Delta

April 2019 19
PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

Limiting Startup Current


Flag_StartUpCtrl Integer 0 Start Up Control
0: None
1: Current
2: Auto transformer
3: Current and auto transformer
4: Capacitor
5: Current and capacitor
Imax Double Imax kA 0 Maximum Current
Atr_Sn Double Sn MVA 0 Rated Apparent Power – Auto Transformer
Atr_RX Double R/X pu 0 Ratio R/X – Auto Transformer
Atr_UnNet Double VnN kV 0 Rated Voltage Netside – Auto Transformer
Atr_Step1 Integer B1 0 Active Block 1 – Auto Transformer
0: No
1: Yes
Atr_t1 Double t1 s 0 Switch Off Time 1 – Auto Transformer
Atr_UnMot1 Double Vnm1 kV 0 Rated Voltage 1 Motorside – Auto Transformer
Atr_uk1 Double vsc1 % 0 Reference Voltage 1 – Auto Transformer
Atr_Step2 Integer B2 0 Active Block 2 – Auto Transformer
0: No
1: Yes
Atr_t2 Double t2 s 0 Switch Off Time 2 – Auto Transformer
Atr_UnMot2 Double Vnm2 kV 0 Rated Voltage 2 Motorside – Auto Transformer
Atr_uk2 Double vsc2 % 0 Reference Voltage 2 – Auto Transformer
Atr_Step3 Integer B3 0 Active Block 3 – Auto Transformer
0: No
1: Yes
Atr_t3 Double t3 s 0 Switch Off Time 3 – Auto Transformer
Atr_UnMot3 Double Vnm3 kV 0 Rated Voltage 3 Motorside – Auto Transformer
Atr_uk3 Double vsc3 % 0 Reference Voltage 3 – Auto Transformer
Atr_Step4 Integer B4 0 Active Block 4 – Auto Transformer
0: No
1: Yes
Atr_t4 Double t4 s 0 Switch Off Time 4 – Auto Transformer
Atr_UnMot4 Double Vnm4 kV 0 Rated Voltage 4 Motorside – Auto Transformer
Atr_uk4 Double vsc4 % 0 Reference Voltage 4 – Auto Transformer
Atr_Step5 Integer B5 0 Active Block 5 – Auto Transformer
0: No
1: Yes
Atr_t5 Double t5 s 0 Switch Off Time 5 – Auto Transformer
Atr_UnMot5 Double Vnm5 kV 0 Rated Voltage 5 Motorside – Auto Transformer
Atr_uk5 Double vsc5 % 0 Reference Voltage 5 – Auto Transformer
Cond_S1 Double Sc1 MVA 0 Apparent Power Block 1 – Capacitor
Cond_S2 Double Sc2 MVA 0 Apparent Power Block 2 – Capacitor
Cond_S3 Double Sc3 MVA 0 Apparent Power Block 3 – Capacitor
Cond_S4 Double Sc4 MVA 0 Apparent Power Block 4 – Capacitor
Cond_S5 Double Sc5 MVA 0 Apparent Power Block 5 – Capacitor
Harmonics
Flag_Har Integer 1 State – Harmonics
0: Pre-defined dependency
1: Quality – R constant
2: Quality – X/R constant
3: Impedance characteristics
9: Infinite
qr Double qr 1 1 Quality – R Constant
ql Double ql 1 0 Quality – X/R Constant
HarImp_ID Long Integer 0 Secondary Key – Impedance Characteristics

20 April 2019
SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

HarVolt_ID Long Integer Volt. Source 0 Secondary Key – Voltage Source


HarCur_ID Long Integer Cur. Source 0 Secondary Key – Current Source
Reliability
Flag_Reliability Integer Rel. Data 0 Individual Reliability Data
0: No
1: Yes
SupplyType_ID Long Integer Supply Type 0 Secondary Key – Supply Type
Flag_ZU Integer Switching 0 Possibility to Switch-On
0: No
1: Yes
Flag_ZUP Integer Pri. Switching 3 Switching Priority
1: High
2: Medium
3: Normal
4: Small
5: Low
T_ZU Double tsw h 0 Time to Switch-On
Flag_LP Integer Load Priority 3 Load Priority
1: High
2: Medium
3: Normal
4: Small
5: Low
CustCnt Long Integer ntot 1 Number of Supplied Customers
S_Inst Double Sinst MVA 0 Installed Power
S_Peak Double Speak MVA 0 Peak Power
Flag_ShdU Integer 0 Shedding due to Voltage
0: No
1: Yes
Flag_ShdP Integer 0 Shedding due to Power Limits
0: No
1: Yes
tShd Double tsh s 0 Shedding Time
Start-Up Characteristic for I/t Diagram
t_acceleration Double tacc1 s 0 Starting Time for Start-Up – Scenario 1
u_acceleration Double vacc1 pu Starting Voltage for Start-Up – Scenario 1
t_acceleration2 Double tacc2 s Starting Time for Start-Up – Scenario 2
u_acceleration2 Double vacc2 pu Starting Voltage for Start-Up – Scenario 2
t_acceleration3 Double tacc3 s Starting Time for Start-Up – Scenario 3
u_acceleration3 Double vacc3 pu Starting Voltage for Start-Up – Scenario 3
Damage Curve Characteristic for I/t Diagram
t_max_cold Double tcold s Time Rotor Damage of Cold Machine
t_max_warm Double twarm s Time Rotor Damage of Warm Machine
StatorCold_ID Long Integer 0 Secondary Key – Stator Damage of Cold
Machine
StatorWarm_ID Long Integer 0 Secondary Key – Stator Damage of Warm
Machine

Infeeder (Infeeder)

Attribute name Data type Short name Unit Std. Description


Basic Data
Element_ID Long Integer 0 Secondary Key – Network Element
Variant_ID Long Integer 1 Secondary Key – Variant

April 2019 21
PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

Flag_Variant Integer 1 Element of Current Variant


0: No
1: Yes
Typ_ID Long Integer Std. Type 0 Secondary Key – Standard Type
Flag_Typ_ID Integer Secondary Key – Standard Type State
0: None
1: Global standard type
2: Local standard type
Rated Data
Flag_Typ Integer Input Type 2 State – Input Values
1: R and X
2: R/X and Sk2
R Double R Ohm 0 Active Resistance
X Double X Ohm 0 Reactance
Rmax Double R Ohm 0 Maximum Resistance
Xmax Double X Ohm 0 Maximum Reactance
Rmin Double R Ohm 0 Minimum Resistance
Xmin Double X Ohm 0 Minimum Reactance
Sk2 Double Sk" MVA 1000 Short Circuit Power
R_X Double R/X pu 0,1 Resistance/Reactance
cact Double vc 1 1 Voltage for Evaluating Short Circuit Power
Sk2max Double Sk" MVA 1000 Max. Short Circuit Power
R_Xmax Double R/X pu 0,1 Ratio R/X – Maximum Short Circuit Power
cmax Double vc 1 1,1 Voltage for Evaluating Maximum Short Circuit
Power
Sk2min Double Sk" MVA 1000 Minimum Short Circuit Power
R_Xmin Double R/X pu 0,1 Ratio R/X – Minimum Short Circuit Power
cmin Double vc 1 1 Voltage for Evaluating Minimum Short Circuit
Power
xi Double xi % 0 Internal Reactance
Operating State
Flag_Lf Integer LF Type 3 Load Flow Type
1: |I| and φ
2: P and Q
3: |vsrc| and δ
4: |S| and cosφ
5: P and |vterm|
6: |Vsrc| and δ
7: P and |Vterm|
8: |vterm| and δ
9: |Vterm| and δ
10: P and cosφ
11: P and |vsrc|
12: P and |Vsrc|
13: P and |vterm|= f(Q)
14: P and |Vterm|= f(Q)
I Double I kA 0 Basic Current Source
phi Double φ ° 0 Phase Angle
P Double P MW 0 Active Power
Q Double Q Mvar 0 Reactive Power
Start_P Double Pst MW 0 Initial Value Active Power
Start_Q Double Qst Mvar 0 Initial Value Reactive Power
delta Double δ ° 0 Voltage Angle
u Double v % 100 Voltage
S Double S MVA 0 Apparent Power
cosphi Double cosφ 1 1 Power Factor
Ug Double V kV 0 Voltage

22 April 2019
SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

Mpl_ID Long Integer Mpl 0 Secondary Key – Manipulation


fI Double fI 1 1 Multiplication Factor – Operating Current
fP Double fP 1 1 Multiplication Factor – Active Power
fQ Double fQ 1 1 Multiplication Factor – Reactive Power
fS Double fS 1 1 Multiplication Factor – Apparent Power
Zero-Phase Sequence
Flag_Z0 Integer 0 Grounding
0: Not grounded
1: Fixed grounded
2: Grounded w. impedances
Flag_Z0_Input Integer 1 Zero-Phase Sequence Input Data
1: Z0/Z1 and R0/X0
2: R0 and X0
3: Z0 identical Z1
Z0_Z1 Double Z0/Z1 pu 0 Ratio Zero-Phase to Positive-Phase Sequence
Impedance
R0_X0 Double R0/X0 pu 0 Ratio R/X – Zero-Phase Sequence
Z0_Z1max Double Z0/Z1 pu 0 Ratio Zero-Phase to Positive-Phase Sequence
Impedance at Sk"max
R0_X0max Double R0/X0 pu 0 Ratio R/X – Maximum Short Circuit Power in
Zero-Phase Sequence
Z0_Z1min Double Z0/Z1 pu 0 Ratio Zero-Phase to Positive-Phase Sequence
Impedance at Sk"min
R0_X0min Double R0/X0 pu 0 Ratio R/X – Minimum Short Circuit Power in
Zero-Phase Sequence
R0 Double R0 Ohm 0 Resistance – Zero-Phase Sequence
X0 Double X0 Ohm 0 Reactance – Zero-Phase Sequence
R0max Double R0max Ohm 0 Maximum Resistance – Zero-Phase Sequence
X0max Double X0max Ohm 0 Maximum Reactance – Zero-Phase Sequence
R0min Double R0min Ohm 0 Minimum Resistance – Zero-Phase Sequence
X0min Double X0min Ohm 0 Minimum Reactance – Zero-Phase Sequence
Stp_ID Long Integer 0 Secondary Key – Neutral Point Impedance
Operating Points
DayOpSer_ID Long Integer Profile 1 0 Secondary Key – Profile 1
YearOpSer_ID Long Integer Profile 2 0 Secondary Key – Profile 2
WeekOpSer_ID Long Integer OP 0 Secondary Key – Operating Points
IncrSer_ID Long Integer Incr. Series 0 Secondary Key – Increase Series
Limiting Values
Flag_LfLimit Integer Lim 0 Limits in Load Flow
0: None
1: V
2: V and P
3: V and Q
4: V and P, Q
5: P and Q
6: V and P, cosφ
7: P and cosφ
ull Double vll % 98 Voltage Lower Limit
uul Double vul % 103 Voltage Upper Limit
Pmin Double Pmin MW 0 Active Power – Lower Limit
Pmax Double Pmax MW 0 Active Power – Upper Limit
Qmin Double Qmin Mvar 0 Reactive Power – Lower Limit
Qmax Double Qmax Mvar 0 Reactive Power – Upper Limit
cosphi_lim Double cosφl 1 0,85 Limit Power Factor
PowerLimit_ID Long Integer Power Limit 0 Secondary Key – Power Limit

April 2019 23
PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

Control Range
MasterElm_ID Long Integer Master 0 Secondary Key – Master Element Controlling
Node_ID Long Integer 0 Secondary Key – Controlled Node
u_node Double vctrl % 0 Controlled Voltage at Controlled Node
Kr Double Kr MW/Hz 0 Power Frequency Characteristics
Power Control
Flag_Pctrl Integer 0 Type of Controlling
0: None
1: Voltage – P
Qctrl_U_P_ID Long Integer Voltage Active Power Characteristics
Flag_Qctrl Integer 0 Type of Controlling
0: None
1: Voltage – cosφ
2: Active power – cosφ
3: Voltage – Q
4: Active power – Q
Qctrl_PF_U_ID Long Integer Secondary Key – Voltage/Power Factor
Characteristics
Qctrl_PF_P_ID Long Integer Secondary Key – Active Power/Power Factor
Characteristics
Qctrl_P_Q_ID Long Integer 0 Secondary Key – Active/Reactive Power
Characteristics
Qctrl_U_Q_ID Long Integer Secondary Key – Voltage/Reactive Power
Characteristics
Qctrl_Pmax Double Pmax pu 0,85 Maximal Active Power for Reactive Power
Controlling
Qctrl_Pmin Double Pmin pu 0 Minimal Active Power for Reactive Power
Controlling
Qctrl_PF_Pmax Double cosφ1 1 0,95 Power Factor at Maximum Active Power for
Reactive Power Controlling
Qctrl_PF_Pmin Double cosφ2 1 0 Power Factor at Minimum Active Power for
Reactive Power Controlling
Qctrl_Qmax Double Qmax pu 0,25 Maximum Reactive Power
Qctrl_Qmin Double Qmin pu 0,25 Minimum Reactive Power
Qctrl_cosphi Double cosφL 1 0,95 Inductive Power Factor for Reactive Power
Controlling
Qctrl_cosphi_c Double cosφC 1 -0,95 Capacitive Power Factor for Reactive Power
Controlling
Qctrl_U1 Double v1 % 103 Inductive Start Voltage for Reactive Power
Controlling
Qctrl_U1_c Double v1c % 97 Capacitive Start Voltage for Reactive Power
Controlling
Qctrl_U2 Double v2 % 108 Inductive End Voltage for Reactive Power
Controlling
Qctrl_U2_c Double v2c % 92 Capacitive End Voltage for Reactive Power
Controlling
Dynamics
Flag_Macro Integer OP Model Type 0 Type of Operating State Model
0: None
1: Controller
2: Equivalent circuit
3: BOSL model
4: Diakoptics
Macro_ID Long Integer OP Model 0 Secondary Key – Operating State Model

24 April 2019
SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

Harmonics
Flag_Har Integer 1 State – Harmonics
0: Pre-defined dependency
1: Quality – R constant
2: Quality – X/R constant
3: Impedance characteristics
4: CIGRE model – A
5: CIGRE model – B
9: Infinite
qr Double qr 1 1 Quality – R Constant
ql Double ql 1 0 Quality – X/R Constant
HarImp_ID Long Integer 0 Secondary Key – Impedance Characteristics
HarVolt_ID Long Integer 0 Secondary Key – Voltage Source
HarCur_ID Long Integer 0 Secondary Key – Current Source
Reliability
Flag_Reliability Integer Rel. Data 0 Individual Reliability Data
0: No
1: Yes
SupplyType_ID Long Integer Supply Type 0 Secondary Key – Supply Type Reliability
Flag_ZU Integer Switching 0 Possibility to Switch-On
0: No
1: Yes
Flag_ZUP Integer Pri. Switching 3 Switching Priority
1: High
2: Medium
3: Normal
4: Small
5: Low
T_ZU Double tsw h 0 Time to Switch-On
Flag_ShdU Integer 0 Shedding due to Voltage
0: No
1: Yes
Flag_ShdP Integer 0 Shedding due to Power Limits
0: No
1: Yes
tShd Double tsh s 0 Shedding Time

DC Infeeder (DCInfeeder)

Attribute name Data type Short name Unit Std. Description


Basic Data
Element_ID Long Integer 0 Secondary Key – Network Element
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Flag_DCtyp Integer Type 1 DC Infeeder Type
1: Common
2: Fuel cell
3: Battery
4: Renewable energy
5: Microturbine
6: Mobile consumer
7: Photovoltaic

April 2019 25
PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

Operating State
Flag_Lf Integer DC Input 1 DC Input
1: P and Q
2: P and cosφ
3: Inverter
4: P and |v|
5: P and |V|
DC_power Double Pdc kW 0 Installed DC Power
fDC_power Double fPdc 1 1 Factor Installed DC Power
IslandOp Integer 0 Island Operation
0: No
1: Yes
P Double P MW 0 Active Power
Q Double Q Mvar 0 Reactive Power
cosphi Double cosφ 1 0 Power Factor
u Double v % 0 DC Infeeder AC Voltage Percentage
Udc Double V kV 0 DC Infeeder AC Voltage Absolute
Mpl_ID Long Integer Mpl 0 Secondary Key – Manipulation
fP Double fP 1 1 Multiplication Factor – Active Power
fQ Double fQ 1 1 Multiplication Factor – Reactive Power
DC_losses Double pldc % 15 Losses until Inverter
Eta_Inverter Double η % 97 Efficiency – Inverter
Umin_Inverter Double Vmin % 80 Minimum Voltage – Inverter
Umax_Inverter Double Vmax % 110 Maximum Voltage – Inverter
t_off Double toff s 0,01 Switch Off Time
Q_Inverter Double q % 2 Reactive Power Demand – Inverter
Ur_Inverter Double Vn kV 0,4 Rated Voltage – Inverter
Ctrl_power Double Pctrl W 0 Controller Power
Operating Points
DayOpSer_ID Long Integer Profile 1 0 Secondary Key – Profile 1
YearOpSer_ID Long Integer Profile 2 0 Secondary Key – Profile 2
WeekOpSer_ID Long Integer OP 0 Secondary Key – Operating Points
Storage
EnergyStorage_ID Long Integer Storage 0 Secondary Key – Energy Storage
Transformer
Flag_Connect Integer Conn. 1 Type of Connecting
1: Directly
2: Transformer
Tr_UrNet Double VnN kV 0,4 Rated Voltage Netside – Transformer
Tr_Sr Double Sn kVA 25 Rated Apparent Power – Transformer
Tr_uk Double vsc % 10 Reference Short Circuit Voltage – Transformer
Tr_rx Double R/X pu 0 Ratio R/X – Transformer
Short Circuit
Flag_PhiSC Integer 0 Additional Short Circuit Data
0: No
1: Yes
PhiSC Double φsc ° Angle Short Circuit Current
fSC Double fSc 1 1 Factor Short Circuit
Converter
Flag_Converter Integer 0 Converter Data Active
0: No
1: Yes
IskPF Double IskPF kA 0 Maximum Source Current at 3-Phase Fault
from Manufacturer

26 April 2019
SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

Isk2PF Double Isk2PF kA 0 Maximum Source Current at 2-Phase fault from


Manufacturer
Isk1PF Double Isk1PF kA 0 Maximum Source Current at 1-Phase fault from
Manufacturer
IkPF Double IkPF kA 0 Steady-State Current at 3-Phase Fault from
Manufacturer
Fkt_Isk Double fIsk 1 1 Factor for Converter Currents
Phi_Isk Double φIsk ° 0 Angle for Converter Currents
R2_PF Double R2 Ohm 0 Negative Sequence Resistance due to
Controlling
X2_PF Double X2 Ohm 0 Negative Sequence Reactance due to
Controlling
Limiting Values
Flag_LfLimit Integer Lim 0 Limits in Load Flow
0: None
1: V
2: V and P
3: V and Q
4: V and P, Q
5: P and Q
ull Double vll % 98 Voltage Lower Limit
uul Double vul % 103 Voltage Upper Limit
Pmin Double Pmin MW 0 Active Power – Lower Limit
Pmax Double Pmax MW 0 Active Power – Upper Limit
Qmin Double Qmin Mvar 0 Reactive Power – Lower Limit
Qmax Double Qmax Mvar 0 Reactive Power – Upper Limit
Control Range
MasterElm_ID Long Integer Master 0 Secondary Key – Master Element Controlling
Node_ID Long Integer 0 Secondary Key – Controlled Node
u_node Double vctrl % 0 Controlled Voltage at Controlled Node
Kr Double Kr MW/Hz 0 Power Frequency Characteristics
Power Control
Flag_Pctrl Integer 0 Active Power Controlling
0: None
1: Voltage – P
Qctrl_U_P_ID Long Integer Voltage Active Power Characteristics
Flag_Qctrl Integer 0 Reactive Power Controlling
0: None
1: Voltage – cosφ
2: Active power – cosφ
3: Voltage – Q
4: Active power – Q
Qctrl_PF_U_ID Long Integer Secondary Key – Voltage/Power Factor
Characteristics
Qctrl_PF_P_ID Long Integer Secondary Key – Active Power/Power Factor
Characteristics
Qctrl_P_Q_ID Long Integer 0 Secondary Key – Active/Reactive Power
Characteristics
Qctrl_U_Q_ID Long Integer Secondary Key – Voltage/Reactive Power
Characteristics
Qctrl_Pmax Double Pmax pu 0,85 Maximum Active Power for Reactive Power
Controlling
Qctrl_Pmin Double Pmin pu 0 Minimum Active Power for Reactive Power
Controlling
Qctrl_PF_Pmax Double cosφ1 1 0,95 Power Factor at Maximum Active Power for
Reactive Power Controlling
Qctrl_PF_Pmin Double cosφ2 1 0 Power Factor at Minimum Active Power for
Reactive Power Controlling

April 2019 27
PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

Qctrl_Qmax Double Qmax pu 0,25 Maximum Reactive Power


Qctrl_Qmin Double Qmin pu 0,25 Minimum Reactive Power
Qctrl_cosphi Double cosφL 1 0,95 Inductive Power Factor for Reactive Power
Controlling
Qctrl_cosphi_c Double cosφC 1 -0,95 Capacitive Power Factor for Reactive Power
Controlling
Qctrl_U1 Double V1 % 103 Inductive Start Voltage for Reactive Power
Controlling
Qctrl_U1_c Double v1c % 97 Capacitive Start Voltage for Reactive Power
Controlling
Qctrl_U2 Double V2 % 108 Inductive End Voltage for Reactive Power
Controlling
Qctrl_U2_c Double v2c % 92 Capacitive End Voltage for Reactive Power
Controlling
Dynamics
Flag_Macro Integer OP Model Type 0 Type of Operating State Model
0: None
1: Controller
2: Equivalent circuit
3: BOSL model
4: Diakoptics
Macro_ID Long Integer OP Model 0 Secondary Key – Operating State Model
Harmonics
HarCur_ID Long Integer 0 Secondary Key – Current Source
HarVolt_ID Long Integer 0 Secondary Key – Voltage Source
Flag_I Integer 1 Control Current State
0: Not active at load flow
1: Active at load flow
Ireg Double Ireg kA 0 Control Current
pk Double pk 1 0 Reference Compensation Power
Reliability
Flag_Reliability Integer Rel. Data 0 Individual Reliability Data
0: No
1: Yes
Flag_RelElement Integer Ignore Rel 1 Ignore in Reliability
0: No
1: Yes
SupplyType_ID Long Integer Supply Type 0 Secondary Key – Supply Type Reliability
Flag_ShdU Integer 0 Shedding due to Voltage
0: No
1: Yes
Flag_ShdP Integer 0 Shedding due to Power Limits
0: No
1: Yes
tShd Double tsh s 0 Shedding Time

Line (Line)

Attribute name Data type Short name Unit Std. Description


Basic Data
Element_ID Long Integer 0 Secondary Key – Network Element
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes

28 April 2019
SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

Typ_ID Long Integer Std. Type 0 Secondary Key – Standard Type


Flag_Typ_ID Integer Status Std. Secondary Key – Standard Type State
Type 0: None
1: Global standard type
2: Local standard type
Operating State
Flag_LineTyp Integer Line Type 1 Line Type
1: Cable
2: Overhead line
3: Connector
4: Coupling data
LineTyp Text (40) Type Name Line Name
Flag_Ll Integer WER 0 Wave Resistance Equation
0: No
1: Yes
CoupData_ID Long Integer Coupl. Data 0 Secondary Key – Coupling Data
l Double l km 1 Length
ParSys Double p 1 1 Number of Parallel Systems
fr Double f 1 1 Reduction Factor
r Double r Ohm/km 0,1 Resistance
x Double x Ohm/km 0,4 Reactance
c Double c nF/km 0 Capacitance
va Double va kW/km 0 Leakage Losses to Ground
fn Double fn Hz 50 Rated Frequency
Flag_Cond Integer Sys 1 System Identification for Leika
Un Double Vn kV 0 Rated Voltage
Ith Double Ith kA 0 Thermal Limit Current
Ith1 Double Ith1 kA 0 First Additional Limit Current
Ith2 Double Ith2 kA 0 Second Additional Limit Current
Ith3 Double Ith3 kA 0 Third Additional Limit Current
I1s Double I1s kA 0 Admissible Short Circuit Power (1 Second)
Tend Double Tend °C 0 Temperature at End of Short Circuit
q Double q mm² 0 Cross Section
LineInfo Text (20) Cond. Info 0 Conductor Information
alpha Double α 1/°C 0,004 Temperature Coefficient for Temperature
Dependent Resistance Change
LineTemp_ID Long Integer 0 Secondary Key – Line Temperature
Flag_Vart Integer CL 1 Cable Location
1: Ground
2: Air
Umax Double Vmax kV 0 Maximum Voltage
d Double d cm 50 Distance between Conductors
da Double da cm 50 Mean Conductor Spacing
Zero-Phase Sequence
Flag_Z0_Input Integer 1 Zero-Phase Sequence Input Data
1: x0/x1 and r0/r1
2: r0 and x0
3: rR and xR
R0_R1 Double r0/r1 pu 0 Ratio Zero-Phase to Positive-Phase Resistance
X0_X1 Double x0/x1 pu 0 Ratio Zero-Phase to Positive-Phase Reactance
r0 Double r0 Ohm/km 0 Resistance – Zero-Phase Sequence
x0 Double x0 Ohm/km 0 Reactance – Zero-Phase Sequence
c0 Double c0 nF/km 0 Capacitance in Zero-Phase Sequence
rR Double rR Ohm/km 0 Resistance – Return Conductor
xR Double xR Ohm/km 0 Reactance – Return Conductor

April 2019 29
PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

cR Double cR nF/km 0 Capacitance – Return Conductor


q0 Double q0 mm² 0 Zero Conductor Cross Section
Flag_Ground Integer Ground Ret. 0 Ground Return
0: No
1: Yes
Harmonics
Flag_Har Integer 1 State – Harmonics
0: Pre-defined dependency
1: Quality – R constant
2: Quality – X/R constant
3: Impedance characteristics
4: CIGRE model
qr Double qr 1 1 Quality – R Constant
ql Double ql 1 0 Quality – X/R Constant
HarImp_ID Long Integer Imp. Char. 0 Secondary Key – Impedance Characteristics
Dynamics
Flag_Macro Integer OP Model Type 0 Type of Operating State Model
0: None
1: Controller
2: Equivalent circuit
3: BOSL model
4: Diakoptics
Macro_ID Long Integer OP Model 0 Secondary Key – Operating State Model
Flag_ESB Integer EC 1 Equivalent Circuit for Dynamics
1: PI
2: T
Reliability
Flag_Reliability Integer Rel. Data 0 Individual Reliability Data
0: No
1: Yes
Flag_SF1 Integer SB1 0 Switchbay at Start Node
0: No
1: Yes
Flag_SF2 Integer SB2 0 Switchbay at End Node
0: No
1: Yes
LineType_ID Long Integer Line Type 0 Secondary Key – Line Type Reliability
Overload_ID Long Integer Overl. Type 0 Secondary Key – Overload Capacity Type
V_S Double Ipick/Ith pu 0 Overload Factor
Flag_ZU Integer Switching 0 Possibility to Switch-On
0: No
1: Yes
Flag_ZUP Integer Pri. Switching 3 Switching Priority
1: High
2: Medium
3: Normal
4: Small
5: Low
T_ZU Double tsw h 0 Time to Switch-On

Load (Load)

Attribute name Data type Short name Unit Std. Description


Operating State
Element_ID Long Integer 0 Secondary Key – Network Element
Variant_ID Long Integer 1 Secondary Key – Variant

30 April 2019
SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

Flag_Variant Integer 1 Element of Current Variant


0: No
1: Yes
Flag_Load Integer Load Type 1 Load Type
1: Load
2: Customer load
Flag_LoadType Integer Load Flow 2 Load Flow Type
Type 1: Z constant
2: P and Q constant
3: I constant
4: P and Q scaled
5: I scaled
Flag_Lf Integer Load Input 1 Load Input
1: P, Q and (v)
2: P, Q and (V)
3: S, cosφ and v
4: S, cosφ and V
5: I, cosφ and v
6: I, cosφ and V
7: P and I
8: E, cosφ and t
9: EP and EQ
10: Pi and Qi
11: P, cosφ and v
12: P, cosφ and V
13: Pi, Qi and (v) – star
14: Pij, Qij and (v) – delta
15: P, Q and (v) – delta
P Double P MW 0 Active Power
Q Double Q Mvar 0 Reactive Power
u Double v % 100 Voltage
Ul Double V kV 0 Voltage
S Double S MVA 0 Apparent Power
cosphi Double cosφ 1 0 Power Factor
I Double I kA 0 Current
E Double E MWh 0 Energy Consumption
t Double t s 0 Utilization Period
Eap Double EP kWh 0 Annual Active Power – Consumption
Erp Double EQ kvarh 0 Annual Reactive Power – Consumption
Eapcon Double Pi kW 0 Maximum Consumption – Active Power
Erpcon Double Qi kvar 0 Maximum Consumption – Reactive Power
P1 Double P1 MW 0 Active Power L1
Q1 Double Q1 Mvar 0 Reactive Power L1
P2 Double P2 MW 0 Active Power L2
Q2 Double Q2 Mvar 0 Reactive Power L2
P3 Double P3 MW 0 Active Power L3
Q3 Double Q3 Mvar 0 Reactive Power L3
P12 Double P12 MW 0 Active Power L12
Q12 Double Q12 Mvar 0 Reactive Power L12
P23 Double P23 MW 0 Active Power L23
Q23 Double Q23 Mvar 0 Reactive Power L23
P31 Double P31 MW 0 Active Power L31
Q31 Double Q31 Mvar 0 Reactive Power L31
fP Double fP 1 1 Multiplication Factor – Active Power
fQ Double fQ 1 1 Multiplication Factor – Reactive Power
fS Double fS 1 1 Multiplication Factor – Apparent Power
fI Double fI 1 1 Multiplication Factor – Operating Current
fE Double fE 1 1 Multiplication Factor – Energy

April 2019 31
PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

fEap Double fEP 1 1 Multiplication Factor – Annual Active Power


Consumption
fErp Double fEQ 1 1 Multiplication Factor – Annual Reactive Power
Consumption
fEapcon Double fPi 1 1 Multiplication Factor – Maximum Consumption
Active Power
fErpcon Double fQi 1 1 Multiplication Factor – Maximum Consumption
Reactive Power
Mpl_ID Long Integer Mpl 0 Secondary Key – Manipulation
Load_ID Long Integer 0 Primary Key – Customer Data
Operating Points
DayOpSer_ID Long Integer Profile 1 0 Secondary Key – Profile 1
YearOpSer_ID Long Integer Profile 2 0 Secondary Key – Profile 2
WeekOpSer_ID Long Integer OP 0 Secondary Key – Operating Points
IncrSer_ID Long Integer Load Incr. 0 Secondary Key – Load Increase
Zero-Phase Sequence
Flag_Z0_Input Integer 1 Zero-Phase Sequence Input Data
1: Z0/Z1 and R0/X0
2: R0 and X0
3: Z0 identical Z1
Z0_Z1 Double Z0/Z1 pu 0 Ratio Zero-Phase to Positive-Phase Sequence
Impedance
R0_X0 Double R0/X0 pu 0 Ratio R/X – Zero-Phase Sequence
R0 Double R0 Ohm 0 Resistance – Zero-Phase Sequence
X0 Double X0 Ohm 0 Reactance – Zero-Phase Sequence
Stp_ID Long Integer 0 Secondary Key – Neutral Point Impedance
Negative-Phase Sequence
Pneg Double P2 MW 0 Active Power – Negative-Phase Sequence
Qneg Double Q2 Mvar 0 Reactive Power – Negative-Phase Sequence
Measured Values
Flag_Measure Integer 1 Measure Data
1: Current
2: Active Power
P_max Double Pmax kW 0 Maximum Measured Active Power
P_min Double Pmin kW 0 Minimum Measured Active Power
Imax Double Imax A 0 Maximum Measured Current
I_min Double Imin A 0 Minimum Measured Current
cos_phi_imax Double fmax 1 0,95 Power Factor for Maximum Current
cos_phi_imin Double fmin 1 0,75 Power Factor for Minimum Current
du_min Double dumin % 0 Voltage Drop at Secondary Network for
Minimum Current
du_max Double dumax % 0 Voltage Drop at Secondary Network for
Maximum Current
TransformerTap_ID Long Integer TrTap 0 Secondary Key – Transformer Tap
Harmonics
Flag_Har Integer 1 State – Harmonics
0: Pre-defined dependency
1: Quality – R constant (serial)
2: Quality – X/R constant (serial)
3: Impedance characteristics
4: Quality – X/R constant (parallel)
5: CIGRE
6: Quality – R constant (parallel)
9: Infinite
qr Double qr 1 1 Quality – R Constant
ql Double ql 1 0 Quality – X/R Constant

32 April 2019
SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

HarImp_ID Long Integer 0 Secondary Key – Impedance Characteristics


HarVolt_ID Long Integer 0 Secondary Key – Voltage Source
HarCur_ID Long Integer 0 Secondary Key – Current Source
Flag_I Integer 1 Control Current State
0: Not active at load flow
1: Active at load flow
Ireg Double Ireg kA 0 Control Current
pk Double pk 1 0 Reference Compensation Power
Dynamics
Flag_Macro Integer OP Model Type 0 Type of Operating State Model
0: None
1: Controller
2: Equivalent circuit
3: BOSL model
4: Diakoptics
Macro_ID Long Integer OP Model 0 Secondary Key – Operating State Model
SatChar_ID Long Integer Sat 0 Secondary Key – Saturation
ResFlux1 Double Φ1 pu 0 Residual Flux Phase L1
ResFlux2 Double Φ2 pu 0 Residual Flux Phase L2
ResFlux3 Double Φ3 pu 0 Residual Flux Phase L3
Reliability
Flag_LP Integer Load Priority 3 Load Priority
1: High
2: Medium
3: Normal
4: Small
5: Low
CustCnt Long Integer ntot 1 Number of Supplied Customers
S_Inst Double Sinst MVA 0 Installed Power
S_Peak Double Speak MVA 0 Peak Power
Flag_ShdU Integer 0 Shedding due to Voltage
0: No
1: Yes
Flag_ShdP Integer 0 Shedding due to Power Limits
0: No
1: Yes
tShd Double tsh s 0 Shedding Time

Power Unit (PowerUnit)

Attribute name Data type Short name Unit Std. Description


Basic Data
Element_ID Long Integer 0 Secondary Key – Network Element
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Flag_LfCtrl Integer 0 Real Transformer Model in Load Flow
0: Off
1: On
Typ_ID Long Integer Std. Type 0 Secondary Key – Standard Type
Flag_Typ_ID Integer Secondary Key – Standard Type State
0: None
1: Global standard type
2: Local standard type

April 2019 33
PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

Generator Unit
Flag_Machine Integer Type 1 Type of Machine
1: Turbo generator
2: Hydro gen. (amort.)
3: Hydro generator
4: Condenser
5: Non-interc. equiv.
6: Power station equiv.
7: Trans. system equiv.
8: Dist. system equiv.
9: Wind machine
10: Nuclear generator
11: Solar generator
12: Thermal generator
Sn Double Sn MVA 1000 Rated Apparent Power
Un Double Vn kV 0 Rated Voltage
R_X Double R/X pu 0,1 Ratio R/X – Positive-Phase Sequence
xd2 Double xd" % 20 Subtransient Reactance
xi Double xi % 0 Internal Reactance
UGmax Double vGmax % 100 Maximum Generator Voltage
UnG Double VnG kV 0 Rated Voltage Generator
cosphin Double cosφn 1 0,9 Rated Power Factor
Ikp Double Ikp kA 0 Sustained Short Circuit Current of Compound
Machines
xd1sat Double xd'sat % 0 Saturated Transient Reactance
Transformer Unit
Un2 Double VnT2 kV 0 Rated Voltage Transformer – Network Side
Un1 Double VnT1 kV 0 Rated Voltage Transformer – Generator Side
Snt Double SnT MVA 0 Rated Apparent Power Transformer
Smax Double Smax MVA 0 Full Load Power
VecGrp Integer VecGrp 1 Vector Group
1: DD0, 2: DZ0, 3: DZN0, 4: YNY0, 5: YNYN0,
6: YY0, 7: YYN0, 8: ZD0, 9: ZND0, 10: DYN1,
11: DZ1, 12: DZN1, 13: YD1, 14: YND1,
15: YNZN1, 16: YZ1, 17: YZN1, 18: ZD1,
19: ZND1, 20: ZNYN1, 21: ZY1, 22: ZYN1,
23: DY5, 24: DYN5, 25: YD5, 26: YND5,
27: YNZ5, 28: YNZN5, 29: YZ5, 30: YZN5,
31: ZNY5, 32: ZNYN5, 33: ZY5, 34: ZYN5,
35: DD6, 36: DZ6, 37: DZN6, 38: YNY6,
39: YNYN6, 40: YY6, 41: YYN6, 42: ZD6,
43: ZND6, 44: DY7, 45: DYN7, 46: DZ7,
47: DZN7, 48: YD7, 49: YND7, 50: YNZN7,
51: YZ7, 52: YZN7, 53: ZD7, 54: ZND7,
55: ZNYN7, 56: ZY7, 57: ZYN7, 58: DY11,
59: DYN11, 60: YD11, 61: YND11, 62: YNZ11,
63: YNZN11, 64: YZ11, 65: YZN11, 66: ZNY11,
67: ZNYN11, 68: ZY11, 69: ZYN11
uk Double vsc % 8 Reference Short Circuit Voltage
ur Double vr % 0 Short Circuit Voltage – Ohmic Part
Vfe Double Vfe kW 0 Iron Losses
pG Double i0 % 1 No Load Current

34 April 2019
SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

Operating State
Flag_Lf Integer LF Type 2 Load Flow Type
1: |I| and φ
2: P and Q
3: |vsrc| and δ
4: |S| and cosφ
5: P and |vterm|
6: |Vsrc| and δ
7: P and |Vterm|
8: |vterm|and δ
9: |vterm| and δ
10: P and cosφ
11: P and |vsrc|
12: P and |Vsrc|
13: P and |vterm|= f(Q)
14: P and |Vterm|= f(Q)
Mpl_ID Long Integer Mpl 0 Secondary Key – Manipulation
Start_P Double Pst MW 0 Initial Value Active Power
Start_Q Double Qst Mvar 0 Initial Value Reactive Power
phi Double φ ° 0 Phase Angle
I Double I kA 0 Basic Current Source
P Double P MW 0 Active Power
Q Double Q Mvar 0 Reactive Power
delta Double δ ° 0 Voltage Angle
Ug Double V kV 0 Generator Voltage Absolute
S Double S MVA 0 Apparent Power
cosphi Double cosφ 1 1 Power Factor
u Double v % 100 Generator Voltage Percentage
fI Double fI 1 1 Multiplication Factor – Operating Current
fP Double fP 1 1 Multiplication Factor – Active Power
fQ Double fQ 1 1 Multiplication Factor – Reactive Power
fS Double fS 1 1 Multiplication Factor – Apparent Power
Operating Points
DayOpSer_ID Long Integer Profile 1 0 Secondary Key – Profile 1
YearOpSer_ID Long Integer Profile 2 0 Secondary Key – Profile 2
WeekOpSer_ID Long Integer OP 0 Secondary Key – Operating Points
IncrSer_ID Long Integer Incr. Series 0 Secondary Key – Increase Series
Zero-Phase Sequence
Flag_Z0_Input Integer 1 Zero-Phase Sequence Input Data
1: Z0/Z1 and R0/X0
2: R0 and X0
Z0_Z1 Double Z0/Z1 pu 0 Ratio Zero-Phase to Positive-Phase Sequence
Impedance
R0_X0 Double R0/X0 pu 0 Ratio R/X – Zero-Phase Sequence
R0 Double R0 Ohm 0 Resistance – Zero-Phase Sequence
X0 Double X0 Ohm 0 Reactance – Zero-Phase Sequence
Stp_ID Long Integer 0 Secondary Key – Neutral Point Impedance
Negative-Phase Sequence
X22 Double x2" % 0 Saturated Reactance – Negative-Phase
Sequence
R2_X2 Double R2/X2 pu 0 Ratio R/X – Negative-Phase Sequence
Converter
Flag_Converter Integer 0 Converter Data Active
0: No
1: Yes

April 2019 35
PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

IskPF Double IskPF kA 0 Maximum Source Current at 3-Phase Fault


from Manufacturer
Isk2PF Double Isk2PF kA 0 Maximum Source Current at 2-Phase fault from
Manufacturer
Isk1PF Double Isk1PF kA 0 Maximum Source Current at 1-Phase fault from
Manufacturer
IkPF Double IkPF kA 0 Steady-State Current at 3-Phase Fault from
Manufacturer
Fkt_Isk Double fIsk 1 1 Factor for Converter Currents
Phi_Isk Double φIsk ° 0 Angle for Converter Currents
R2_PF Double R2 Ohm 0 Negative Sequence Resistance due to
Controlling
X2_PF Double X2 Ohm 0 Negative Sequence Reactance due to
Controlling
Transformer Controller
Flag_roh Integer 1 State – Tap Position
1: Fixed
2: Variable
roh Double ρ 1 0 Present Tap Position
rohl Double ρl 1 0 Minimum Tap Position
rohu Double ρu 1 0 Maximum Tap Position
alpha Double α ° 0 Additional Voltage Angle
ukr Double vtap % 0 Additional Voltage per Tap Position
Control Range
MasterElm_ID Long Integer Master 0 Secondary Key – Master Element Controlling
Node_ID Long Integer 0 Secondary Key – Controlled Node
u_node Double vctrl % 0 Controlled Voltage at Controlled Node
Limiting Values
Flag_LfLimit Integer Lim 0 Limits in Load Flow
0: None
1: V
2: V and P
3: V and Q
4: V and P, Q
5: P and Q
6: V and P, cosφ
7: P and cosφ
ull Double vll % 98 Voltage Lower Limit
uul Double vul % 103 Voltage Upper Limit
Pmin Double Pmin MW 0 Active Power – Lower Limit
Pmax Double Pmax MW 0 Active Power – Upper Limit
Qmin Double Qmin Mvar 0 Reactive Power – Lower Limit
Qmax Double Qmax Mvar 0 Reactive Power – Upper Limit
cosphi_lim Double cosφl 1 0,85 Limit Power Factor
PowerLimit_ID Long Integer Power Limit 0 Secondary Key – Power Limit
Kr Double Kr MW/Hz 0 Power Frequency Characteristics
Power Control
Flag_Pctrl Integer 0 Active Power Controlling
0: None
1: Voltage – P
Qctrl_U_P_ID Long Integer Voltage Active Power Characteristics
Flag_Qctrl Integer 0 Reactive Power Controlling
0: None
1: Voltage – cosφ
2: Active power – cosφ
3: Voltage – Q
4: Active power – Q

36 April 2019
SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

Qctrl_PF_U_ID Long Integer Secondary Key – Voltage/Power Factor


Characteristics
Qctrl_PF_P_ID Long Integer Secondary Key – Active Power/Power Factor
Characteristics
Qctrl_P_Q_ID Long Integer 0 Secondary Key – Active/Reactive Power
Characteristics
Qctrl_U_Q_ID Long Integer Secondary Key – Voltage/Reactive Power
Characteristics
Qctrl_Pmax Double Pmax pu 0,85 Maximum Active Power for Reactive Power
Controlling
Qctrl_Pmin Double Pmin pu 0 Minimum Active Power for Reactive Power
Controlling
Qctrl_PF_Pmax Double cosφ1 1 0,95 Power Factor at Maximum Active Power for
Reactive Power Controlling
Qctrl_PF_Pmin Double cosφ2 1 0 Power Factor at Minimum Active Power for
Reactive Power Controlling
Qctrl_Qmax Double Qmax pu 0,25 Maximum Reactive Power
Qctrl_Qmin Double Qmin pu 0,25 Minimum Reactive Power
Qctrl_cosphi Double cosφL 1 0,95 Inductive Power Factor for Reactive Power
Controlling
Qctrl_cosphi_c Double cosφC 1 -0,95 Capacitive Power Factor for Reactive Power
Controlling
Qctrl_U1 Double v1 % 103 Inductive Start Voltage for Reactive Power
Controlling
Qctrl_U1_c Double v1c % 97 Capacitive Start Voltage for Reactive Power
Controlling
Qctrl_U2 Double v2 % 108 Inductive End Voltage for Reactive Power
Controlling
Qctrl_U2_c Double v2c % 92 Capacitive End Voltage for Reactive Power
Controlling
Harmonics
Flag_Har Integer 1 State – Harmonics
0: Pre-defined dependency
1: Quality – R constant
2: Quality – X/R constant
3: Impedance characteristics
4: CIGRE model – A
5: CIGRE model – B
9: Infinite
qr Double qr 1 1 Quality – R Constant
ql Double ql 1 0 Quality – X/R Constant
HarImp_ID Long Integer 0 Secondary Key – Impedance Characteristics
HarVolt_ID Long Integer Volt. Source 0 Secondary Key – Voltage Source
HarCur_ID Long Integer Cur. Source 0 Secondary Key – Current Source
Reliability
Flag_Reliability Integer Rel. Data 0 Individual Reliability Data
0: No
1: Yes
SupplyType_ID Long Integer Supply Type 0 Secondary Key – Supply Type Reliability
Flag_ZU Integer Switching 0 Possibility to Switch-On
0: No
1: Yes
Flag_ZUP Integer Pri. Switching 1 Switching Priority
1: High
2: Medium
3: Normal
4: Small
5: Low
T_ZU Double tsw h 0 Time to Switch-On

April 2019 37
PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

Flag_ShdU Integer 0 Shedding due to Voltage


0: No
1: Yes
Flag_ShdP Integer 0 Shedding due to Power Limits
0: No
1: Yes
tShd Double tsh s 0 Shedding Time

Serial Capacitor (SerialCondensator)

Attribute name Data type Short name Unit Std. Description


Basic Data
Element_ID Long Integer 0 Secondary Key – Network Element
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Typ_ID Long Integer Std. Type 0 Secondary Key – Standard Type
Flag_Typ_ID Integer Secondary Key – Standard Type State
0: None
1: Global standard type
2: Local standard type
Operating State
C Double C nF 0 Capacitance
XC Double Xc Ohm 0 Capacitive Reactance
Un Double Vn kV 0 Rated Voltage
Smax Double Smax MVA 0 Full Load Power
Smax1 Double Smax1 MVA 0 First Additional Full Load Power
Smax2 Double Smax2 MVA 0 Second Additional Full Load Power
Smax3 Double Smax3 MVA 0 Third Additional Full Load Power
R_X Double R/X pu 0 Ratio R/X – Positive-Phase Sequence
Zero-Phase Sequence
Flag_Z0_Input Integer 1 Zero-Phase Sequence Input Data
1: R0/R1 and X0/X1
2: R0 and X0
3: R0 and C0
X0_X1 Double X0/X1 pu 0 Ratio Zero-Phase to Positive-Phase Reactance
R0_R1 Double R0/R1 pu 0 Ratio Zero-Phase to Positive-Phase Resistance
C0 Double C0 nF 0 Capacitance in Zero-Phase Sequence
R0 Double R0 Ohm 0 Resistance – Zero-Phase Sequence
X0 Double X0 Ohm 0 Reactance – Zero-Phase Sequence
Dynamics
Flag_Macro Integer OP Model Type 0 Type of Operating State Model
0: None
1: Controller
2: Equivalent circuit
3: BOSL model
4: Diakoptics
Macro_ID Long Integer OP Model 0 Secondary Key – Operating State Model

38 April 2019
SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

Serial Reactor (SerialReactor)

Attribute name Data type Short name Unit Std. Description


Basic Data
Element_ID Long Integer 0 Secondary Key – Network Element
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Typ_ID Long Integer Std. Type 0 Secondary Key – Standard Type
Flag_Typ_ID Integer Secondary Key – Standard Type State
0: None
1: Global standard type
2: Local standard type
Operating State
Flag_Co_Input Integer 1 Input Data
1: Reference coil voltage
2: Inductance
uD Double vC % 0,001 Reference Coil Voltage
L Double L mH 0 Inductance
Un Double Vn kV 0 Rated Voltage
InD Double In kA 1 Rated Current
Ith1 Double Ith1 kA 0 First Additional Limit Current
Ith2 Double Ith2 kA 0 Second Additional Limit Current
Ith3 Double Ith3 kA 0 Third Additional Limit Current
R_X Double R/X pu 0 Ratio R/X – Positive-Phase Sequence
Zero-Phase Sequence
Flag_Z0_Input Integer 1 Zero-Phase Sequence Input Data
1: R0/R1 and X0/X1
2: R0 and X0
3: R0 and L0
X0_X1 Double X0/X1 pu 0 Ratio Zero-Phase to Positive-Phase Reactance
R0_R1 Double R0/R1 pu 0 Ratio Zero-Phase to Positive-Phase Resistance
R0 Double R0 Ohm 0 Resistance – Zero-Phase Sequence
X0 Double X0 Ohm 0 Reactance – Zero-Phase Sequence
L0 Double L0 mH 0 Inductance in Zero-Phase Sequence
Harmonics
Flag_Har Integer 1 State – Harmonics
0: Pre-defined dependency
1: Quality – R constant
2: Quality – X/R constant
3: Impedance characteristics
qr Double qr 1 1 Quality – R Constant
ql Double ql 1 0 Quality – X/R Constant
HarImp_ID Long Integer 0 Secondary Key – Impedance Characteristics
Dynamics
Flag_Macro Integer OP Model Type 0 Type of Operating State Model
0: None
1: Controller
2: Equivalent circuit
3: BOSL model
4: Diakoptics
Macro_ID Long Integer OP Model 0 Secondary Key – Operating State Model
SatChar_ID Long Integer Sat 0 Secondary Key – Saturation
ResFlux1 Double Φ1 pu 0 Residual Flux Phase L1

April 2019 39
PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

ResFlux2 Double Φ2 pu 0 Residual Flux Phase L2


ResFlux3 Double Φ3 pu 0 Residual Flux Phase L3

Variable Serial Element (VarSerialElement)

Attribute name Data type Short name Unit Std. Description


Operating State
Element_ID Long Integer 0 Secondary Key – Element
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Flag_LF Integer LF Input 1 Load Flow Input
1: Impedance (Z12,Z21)
2: Model (Z12,Z21)
3: Impedance (Z12,φ)
4: Model (Z12,φ)
5: Equivalent (Z12,Z21)
6: Equivalent (Z,φ)
Ur1 Double Vn1 kV 0 Rated Voltage Side 1
Ur2 Double Vn2 kV 0 Rated Voltage Side 2
R12lf Double R12lf Ohm 0 Resistance Load Flow
X12lf Double X12lf Ohm 0 Reactance Load Flow
R21lf Double R21lf Ohm 0 Resistance Load Flow
X21lf Double X21lf Ohm 0 Reactance Load Flow
Philf Double φ ° 0 Phase Rotation Load Flow
Flag_Macro_LF Integer OP Model Type 0 Model Type Load Flow
0: None
1: Controller
2: Equivalent circuit
3: BOSL model
4: Diakoptics
LFMac_ID Long Integer OP Model 0 Secondary Key – Operating Model
Short Circuit
R12sc Double R12sc Ohm 0 Resistance Circuit Input
X12sc Double X12sc Ohm 0 Reactance Circuit Input
R21sc Double R21sc Ohm 0 Resistance Circuit Input
X21sc Double X21sc Ohm 0 Reactance Circuit Input
Phisc Double φ ° 0 Phase Rotation Short Circuit
Zero-Phase Sequence
Flag_Z0_Input Integer 1 Zero-Phase Sequence Input Data
1: Z0/Z1 and R0/X0
2: R0 and X0
3: Z0 identical Z1
Z0_Z1 Double Z0/Z1 pu 0 Ratio Zero-Phase to Positive-Phase Sequence
Impedance
R0_X0 Double R0/X0 pu 0 Ratio R/X – Zero-Phase Sequence
R0 Double R0 Ohm 0 Resistance – Zero-Phase Sequence
X0 Double X0 Ohm 0 Reactance – Zero-Phase Sequence
Dynamics
Flag_Macro_SC Integer 0 Impedances for Dynamics
1: Load flow
2: Short circuit

40 April 2019
SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

Harmonics
Flag_Har Integer 1 State – Harmonics
0: Pre-defined dependency
1: Quality – R constant
2: Quality – X/R constant
3: Impedance characteristics
qr Double qr 1 1 Quality – R Constant
ql Double ql 1 0 Quality – X/R Constant
HarIMp_ID Long Integer 0 Secondary Key – Impedance Characteristics

Serial DC Element (DCSerialElement)

Attribute name Data type Short name Unit Std. Description


Operating State
Element_ID Long Integer 0 Secondary Key – Network Element
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Flag_Operate Integer Operating 1 Operating
1: No transmission
2: Current DC line
3: Inverter DC power
4: Rectifier DC power
I_DC Double Idc kA 0 Current DC Line
P_Inverter Double Pdci MW 0 DC Power – Inverter
P_Rectifier Double Pdcr MW 0 DC Power – Rectifier
U_DC_PowerOp Double Vimin kV 0 Minimum Inverter DC Voltage for Power
Operating
R_DC Double Rdc Ohm 0 Resistance DC Line
Imax_DC Double Idcmax kA 0 Maximum DC Current
R_Comp Double Rcomp Ohm 0 Compounding Resistance
U_DC_CompMin Double Vcmin kV 0 Minimum Compounded DC Voltage
U_DC_Inverter Double Vidc kV 0 DC Voltage – Inverter
t_off Double toff s 0,01 Switch Off Time
Rectifier_ID Long Integer Rect. 0 Secondary Key – Rectifier
Inverter_ID Long Integer Inv. 0 Secondary Key – Inverter
Operating Points
DayOpSer_ID Long Integer Profile 1 0 Secondary Key – Profile 1
WeekOpSer_ID Long Integer Profile 2 0 Secondary Key – Profile 2
YearOpSer_ID Long Integer OP 0 Secondary Key – Operating Points
IncrSer_ID Long Integer Incr. Series 0 Secondary Key – Increase Series
Dynamics
Flag_Macro Integer OP Model Type 0 Type of Operating State Model
0: None
1: Controller
2: Equivalent circuit
3: BOSL model
4: Diakoptics
Macro1_ID Long Integer 0 Secondary Key – Operating Model Rectifier
Macro2_ID Long Integer 0 Secondary Key – Operating Model Inverter
Harmonics
HarCur1_ID Long Integer 0 Secondary Key – Current Source Rectifier

April 2019 41
PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

HarVolt1_ID Long Integer 0 Secondary Key – Voltage Source Rectifier


HarCur2_ID Long Integer 0 Secondary Key – Current Source Inverter
HarVolt2_ID Long Integer 0 Secondary Key – Voltage Source Inverter

Generic-Element (GenericElement)

Attribute name Data type Short name Unit Std. Description


GenericElement_ID Long Integer 0 Primary Key – Generic Element
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
Flag_State Integer OP State 1 Operating State
0: Off
1: On
Macro_ID Long Integer 0 Secondary Key – Diakoptics Model
Flag_Type Integer Type 0 Element Type
Name Text (50) Name 0 Name
ShortName Text (8) Short Name 0 Short Name

Generic-Element Connection (GenericElementCon)

Attribute name Data type Short name Unit Std. Description


GenericElementCo Long Integer 0 Primary Key – Generic Element Connection
n_ID
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
GenericElement_ID Long Integer 0 Secondary Key – Generic Element
Node_ID Long Integer 0 Secondary Key – Node
LinkName Text (20) 0 Link Name
Scc Double Sk" MVA 100 Short Circuit Power
R_X Double R/X pu 0,1 Resistance/Reactance
Ikp Double Ikp kA 0 Sustained Short Circuit Current
Decay_Tau Double τ s 0,1 Decay Time Constant for Short Circuit
HarCur_ID Long Integer 0 Secondary Key – Current Source
HarVolt_ID Long Integer 0 Secondary Key – Voltage Source

Shunt Capacitor (ShuntCondensator)

Attribute name Data type Short name Unit Std. Description


Basic Data
Element_ID Long Integer Element 0 Secondary Key – Network Element
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Typ_ID Long Integer Std. Type 0 Secondary Key – Standard Type

42 April 2019
SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

Flag_Typ_ID Integer Secondary Key – Standard Type State


0: None
1: Global standard type
2: Local standard type
Operating State
Sn Double Qn Mvar 0 Rated Reactive Power
Vdi Double Vdi kW 0 Dielectric Losses
Un Double Vn kV 0 Rated Voltage
Ci Double Ci 0 Acquisition Costs
Zero-Phase Sequence
Flag_Z0 Integer 0 Grounding
0: Not grounded
1: Fixed grounded
2: Grounded w. impedances
Flag_Z0_Input Integer 1 Zero-Phase Sequence Input Data
1: Z0/Z1 and R0/X0
2: R0 and X0
Z0_Z1 Double Z0/Z1 pu 0 Ratio Zero-Phase to Positive-Phase Sequence
Impedance
R0_X0 Double R0/X0 pu 0 Ratio R/X – Zero-Phase Sequence
R0 Double R0 Ohm 0 Resistance – Zero-Phase Sequence
X0 Double X0 Ohm 0 Reactance – Zero-Phase Sequence
Stp_ID Long Integer 0 Secondary Key – Neutral Point Impedance
Capacitor Controller
Flag_roh Integer State 0 Controller State
1: Fix
2: V (node)
3: cosφ (terminal)
4: Q (to node)
5: Q (from node)
6: Q (node total)
7: Q (terminal)
8: Manual settings
roh Double ρ 0 Present Tap Position
rohl Double ρl 0 Minimum Tap Position
rohm Double ρm 0 Main Tap Position
rohu Double ρu 0 Maximum Tap Position
deltaS Double ΔQ Mvar 0 Additional Reactive Power
Flag_Step Integer 0 Controller Adjustment
0: Predefined
1: Discrete
2: Continuous
Ctrl_OpSer_ID Long Integer Ctrl OpSer 0 Secondary Key – Operating Series
Ctrl_OpPnt_ID Long Integer Ctrl OpPnt 0 Secondary Key – Operating Points
Control Range
Node_ID Long Integer Node 0 Secondary Key – Controlled Node
uul Double vul % 103 Voltage Upper Limit
ull Double vll % 97 Voltage Lower Limit
Q_min Double Qmin Mvar 0 Minimum Total Reactive Power
Q_max Double Qmax Mvar 0 Maximum Total Reactive Power
Terminal_ID Long Integer 0 Secondary Key – Controlled Terminal
CosPhi_min Double 1 -0,95 Cosinus Phi Minimum
CosPhi_max Double 1 0,95 Cosinus Phi Maximum

April 2019 43
PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

Flag_Ph Integer 8 Controlled Conductor


0: None
1: L1
2: L2
3: L3
4: L12
5: L23
6: L31
7: L123
8: L123N
Dynamics
Flag_Macro Integer OP Model Type 0 Type of Operating State Model
0: None
1: Controller
2: Equivalent circuit
3: BOSL model
4: Diakoptics
Macro_ID Long Integer OP Model 0 Secondary Key – Operating State Model

Shunt Impedance (ShuntImpedance)

Attribute name Data type Short name Unit Std. Description


Basic Data
Element_ID Long Integer 0 Secondary Key – Network Element
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Un Double Vn kV 0 Rated Voltage
R Double R Ohm 0 Active Resistance
Operating State
X Double X Ohm 300 Reactance
Flag_Z0 Integer 0 Grounding
0: Not grounded
1: Fixed grounded
2: Grounded w. impedances
Zero-Phase Sequence
Flag_Z0_Input Integer 1 Zero-Phase Sequence Input Data
1: Z0/Z1 and R0/X0
2: R0 and X0
3: Z0 identical Z1
Z0_Z1 Double Z0/Z1 pu 0 Ratio Zero-Phase to Positive-Phase Sequence
Impedance
R0_X0 Double R0/X0 pu 0 Ratio R/X – Zero-Phase Sequence
R0 Double R0 Ohm 0 Resistance – Zero-Phase Sequence
X0 Double X0 Ohm 0 Reactance – Zero-Phase Sequence
Stp_ID Long Integer 0 Secondary Key – Neutral Point Impedance
Harmonics
Flag_Har Integer 1 State – Harmonics
0: Pre-defined dependency
1: Quality – R constant (serial)
2: Quality – X/R constant (serial)
3: Impedance characteristics
4: Quality – X/R constant (parallel)
5: CIGRE
6: Quality – R constant (parallel)
9: Infinite

44 April 2019
SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

qr Double qr 1 1 Quality – R Constant


ql Double ql 1 0 Quality – X/R Constant
HarImp_ID Long Integer 0 Secondary Key – Impedance Characteristics
HarVolt_ID Long Integer 0 Secondary Key – Voltage Source
HarCur_ID Long Integer 0 Secondary Key – Current Source
Flag_I Integer 1 Control Current State
0: Not active
1: Active
Ireg Double Ireg kA 0 Control Current
Dynamics
Flag_Macro Integer OP Model Type 0 Type of Operating State Model
0: None
1: Controller
2: Equivalent circuit
3: BOSL model
4: Diakoptics
Macro_ID Long Integer OP Model 0 Secondary Key – Operating State Model
SatChar_ID Long Integer Sat 0 Secondary Key – Saturation
ResFlux1 Double Φ1 pu 0 Residual Flux Phase L1
ResFlux2 Double Φ2 pu 0 Residual Flux Phase L2
ResFlux3 Double Φ3 pu 0 Residual Flux Phase L3

Shunt Reactor (ShuntReactor)

Attribute name Data type Short name Unit Std. Description


Basic Data
Element_ID Long Integer Element 0 Secondary Key – Network Element
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Typ_ID Long Integer Std. Type 0 Secondary Key – Standard Type
Flag_Typ_ID Integer Secondary Key – Standard Type State
0: None
1: Global standard type
2: Local standard type
Operating State
Sn Double Qn Mvar 0 Rated Reactive Power
Vcu Double Vcu kW 0 Copper Losses
Vfe Double Vfe kW 0 Iron Losses
Un Double Vn kV 0 Rated Voltage
Ci Double Ci 0 Acquisition Costs
Zero-Phase Sequence
Flag_Z0 Integer 0 Grounding
0: Not grounded
1: Fixed grounded
2: Grounded w. impedances
Flag_Z0_Input Integer 1 Zero-Phase Sequence Input Data
1: Z0/Z1 and R0/X0
2: R0 and X0
3: Z0 identical Z1
Z0_Z1 Double Z0/Z1 pu 0 Ratio Zero-Phase to Positive-Phase Sequence
Impedance
R0_X0 Double R0/X0 pu 0 Ratio R/X – Zero-Phase Sequence

April 2019 45
PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

R0 Double R0 Ohm 0 Resistance – Zero-Phase Sequence


X0 Double X0 Ohm 0 Reactance – Zero-Phase Sequence
Stp_ID Long Integer 0 Secondary Key – Neutral Point Impedance
Reactor Controller
Flag_roh Integer State 0 Controller State
1: Fix
2: V (node)
3: cosφ (terminal)
4: Q (to node)
5: Q (from node)
6: Q (node total)
7: Q (terminal)
8: Manual settings
roh Double ρ 0 Present Tap Position
rohl Double ρl 0 Minimum Tap Position
rohm Double ρm 0 Main Tap Position
rohu Double ρu 0 Maximum Tap Position
deltaS Double ΔQ Mvar 0 Additional Reactive Power
Flag_Step Integer 0 Controller Adjustment
0: Predefined
1: Discrete
2: Continuous
Ctrl_OpSer_ID Long Integer Ctrl OpSer 0 Secondary Key – Operating Series
Ctrl_OpPnt_ID Long Integer Ctrl OpPnt 0 Secondary Key – Operating Points
Control Range
Node_ID Long Integer Node 0 Secondary Key – Controlled Node
uul Double vul % 103 Voltage Upper Limit
ull Double vll % 97 Voltage Lower Limit
Q_min Double Qmin Mvar 0 Minimum Total Reactive Power
Q_max Double Qmax Mvar 0 Maximum Total Reactive Power
Terminal_ID Long Integer 0 Secondary Key – Controlled Terminal
CosPhi_min Double 1 -0,95 Cosinus Phi Minimum
CosPhi_max Double 1 0,95 Cosinus Phi Maximum
Flag_Ph Integer 8 Controlled Conductor
0: None
1: L1
2: L2
3: L3
4: L12
5: L23
6: L31
7: L123
8: L123N
Harmonics
Flag_Har Integer 1 State – Harmonics
0: Pre-defined dependency
1: Quality – R constant
2: Quality – X/R constant
3: Impedance characteristics
qr Double qr 1 1 Quality – R Constant
ql Double ql 1 0 Quality – X/R Constant
HarImp_ID Long Integer 0 Secondary Key – Impedance Characteristics
Dynamics
Flag_Macro Integer OP Model Type 0 Type of Operating State Model
0: None
1: Controller
2: Equivalent circuit
3: BOSL model
4: Diakoptics

46 April 2019
SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

Macro_ID Long Integer OP Model 0 Secondary Key – Operating State Model


SatChar_ID Long Integer Sat 0 Secondary Key – Saturation
ResFlux1 Double Φ1 pu 0 Residual Flux Phase L1
ResFlux2 Double Φ2 pu 0 Residual Flux Phase L2
ResFlux3 Double Φ3 pu 0 Residual Flux Phase L3

Static Compensator (StaticCompensator)

Attribute name Data type Short name Unit Std. Description


Basic Data
Element_ID Long Integer 0 Secondary Key – Network Element
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Typ_ID Long Integer Std. Type 0 Secondary Key – Standard Type
Operating State
Flag_Typ_ID Integer Secondary Key – Standard Type State
0: None
1: Global standard type
2: Local standard type
Qc Double Qc Mvar 0 Capacitive Reactive Power
Qstart Double Qstart Mvar 0 Starting Reactive Power
Qi Double Qi Mvar 0 Inductive Reactive Power
Sl Double Sl % 0 Droop (Slope)
ur Double vr % 100 Reference Voltage
Un Double Vn kV 0 Rated Voltage
Node_ID Long Integer 0 Secondary Key – Controlled Node
uul Double vul % 103 Voltage Upper Limit
ull Double vll % 97 Voltage Lower Limit
Flag_Z0_Input Integer 1 Zero-Phase Sequence Input Data
1: Z0/Z1 and R0/X0
2: R0 and X0
Z0_Z1 Double Z0/Z1 pu 1 Ratio Zero-Phase to Positive-Phase Sequence
Impedance
Zero-Phase Sequence
R0_X0 Double R0/X0 pu 0 Ratio R/X – Zero-Phase Sequence
R0 Double R0 Ohm 0 Resistance – Zero-Phase Sequence
X0 Double X0 Ohm 0 Reactance – Zero-Phase Sequence
Sn Double Sn Mvar 0 Rated Apparent Power
R_X Double R/X pu 0 Resistance/Reactance
Short Circuit
xd2 Double xd" % 0 Subtransient Reactance
Dynamics
Flag_Macro Integer OP Model Type 0 Type of Operating State Model
0: None
1: Controller
2: Equivalent circuit
3: BOSL model
4: Diakoptics
PowerMac_ID Long Integer PD 0 Secondary Key – Dynamic Power Data

April 2019 47
PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

Harmonics
Flag_Har Integer 1 State – Harmonics
0: Pre-defined dependency
1: Quality – R constant
2: Quality – X/R constant
3: Impedance characteristics
4: CIGRE model – A
5: CIGRE model – B
9: Infinite
qr Double qr 1 1 Quality – R Constant
ql Double ql 1 0 Quality – X/R Constant
HarImp_ID Long Integer 0 Secondary Key – Impedance Characteristics
HarCur_ID Long Integer 0 Secondary Key – Current Source
HarVolt_ID Long Integer 0 Secondary Key – Voltage Source
Reliability
Flag_Reliability Integer Rel. Data 0 Individual Reliability Data
0: No
1: Yes
SupplyType_ID Long Integer Supply Type 0 Secondary Key – Supply Type
Flag_ZU Integer Switch-On 0 Possibility to Switch-On
0: No
1: Yes
Flag_ZUP Integer Pri. Switch 3 Switching Priority
1: High
2: Medium
3: Normal
4: Small
5: Low
T_ZU Double tsw h 0 Time to Switch-On

Variable Shunt Element (VarShuntElement)

Attribute name Data type Short name Unit Std. Description


Operating State
Element_ID Long Integer 0 Secondary Key – Element
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Flag_LF Integer LF Input 1 Load Flow Input
1: Power
2: Impedance
3: Model power
4: Mixed power
5: Function
8: Boundary injection
9: Model voltage
10: Boundary injection (simple)
Flag_LoadType Integer LF Type 1 Load Flow Type
1: Z constant
2: P and Q constant
3: I constant
4: P and Q scaled
5: I scaled
Plf Double Plf MW 0 Active Power Load Flow
Qlf Double Qlf Mvar 0 Reactive Power Load Flow
Pnet Double Porig MW 0 Active Power Remaining Network
Qnet Double Qorig Mvar 0 Reactive Power Remaining Network

48 April 2019
SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

Pequ Double Pequiv MW 0 Active Power Equivalent Network


Qequ Double Qequiv Mvar 0 Reactive Power Equivalent Network
Ulf Double Vlf kV 0 Voltage Load Flow
Rlf Double Rlf Ohm 0 Resistance Load Flow
Xlf Double Xlf Ohm 0 Reactance Load Flow
Flag_Macro_LF Integer OP Model Type 0 Model Type Load Flow
0: None
1: Controller
2: Equivalent circuit
3: BOSL model
4: Diakoptics
LFMac_ID Long Integer OP Model 0 Secondary Key – Operating Model
f_p_k Double fP % 0 Factor Constant Active Power
f_p_i Double fPi % 0 Factor Current Dependent Active Power
f_p_u Double fPv % 0 Factor Voltage Dependent Active Power
f_q_k Double fQ % 0 Factor Constant Reactive Power
f_q_i Double fQi % 0 Factor Current Dependent Reactive Power
f_q_u Double fQv % 0 Factor Voltage Dependent Reactive Power
f_p_1 Double f1P pu 0 Factor 1 Active Power
f_p_2 Double f2P pu 0 Factor 2 Active Power
f_p_3 Double f3P pu 0 Factor 3 Active Power
e_p_1 Double e1P pu 0 Exponent 1 Active Power
e_p_2 Double e2P pu 0 Exponent 2 Active Power
e_p_3 Double e3P pu 0 Exponent 3 Active Power
f_q_1 Double f1Q pu 0 Factor 1 Reactive Power
f_q_2 Double f2Q pu 0 Factor 2 Reactive Power
f_q_3 Double f3Q pu 0 Factor 3 Reactive Power
e_q_1 Double e1Q pu 0 Exponent 1 Reactive Power
e_q_2 Double e2Q pu 0 Exponent 2 Reactive Power
e_q_3 Double e3Q pu 0 Exponent 3 Reactive Power
phi Double φ ° 0 Phase Angle
Uw Double Vw kV 0 Extended Ward Voltage
Kr Double Kr MW/Hz 0 Power Frequency Characteristics
Short Circuit
Rsc Double Rsc Ohm 0 Resistance Circuit Input
Xsc Double Xsc Ohm 0 Reactance Circuit Input
Zero-Phase Sequence
Flag_Z0_Input Integer 1 Zero-Phase Sequence Input Data
1: Z0/Z1 and R0/X0
2: R0 and X0
3: Z0 identical Z1
Z0_Z1 Double Z0/Z1 pu 0 Ratio Zero-Phase to Positive-Phase Sequence
Impedance
R0_X0 Double R0/X0 pu 0 Ratio R/X – Zero-Phase Sequence
R0 Double R0 Ohm 0 Resistance – Zero-Phase Sequence
X0 Double X0 Ohm 0 Reactance – Zero-Phase Sequence
Stp_ID Long Integer 0 Secondary Key – Neutral Point Impedance
Negative-Phase Sequence
Pneg Double P2 MW 0 Active Power – Negative-Phase Sequence
Qneg Double Q2 Mvar 0 Reactive Power – Negative-Phase Sequence

April 2019 49
PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

Harmonics
Flag_Har Integer 1 State – Harmonics
0: Pre-defined dependency
1: Quality – R constant (serial)
2: Quality – X/R constant (serial)
3: Impedance characteristics
4: Quality – X/R constant (parallel)
5: CIGRE
6: Quality – R constant (parallel)
9: Infinite
qr Double qr 1 1 Quality – R Constant
ql Double ql 1 0 Quality – X/R Constant
HarImp_ID Long Integer 0 Secondary Key – Impedance Characteristics
HarVolt_ID Long Integer 0 Secondary Key – Voltage Source
HarCur_ID Long Integer 0 Secondary Key – Current Source

Synchronous Machine (SynchronousMachine)

Attribute name Data type Short name Unit Std. Description


Basic Data
Element_ID Long Integer 0 Secondary Key – Network Element
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Typ_ID Long Integer Std. Type 0 Secondary Key – Standard Type
Flag_Typ_ID Integer Secondary Key – Standard Type State
0: None
1: Global standard type
2: Local standard type
Machine Data
Flag_Machine Integer Type 1 Type of Machine
1: Turbo generator
2: Hydro gen. (amort.)
3: Hydro generator
4: Condenser
5: Non-interc. equiv.
6: Power station equiv.
7: Trans. system equiv.
8: Dist. system equiv.
9: Wind machine
10: Nuclear generator
11: Solar generator
12: Thermal generator
Sn Double Sn MVA 1000 Rated Apparent Power
Un Double Vn kV 0 Rated Voltage
R_X Double R/X pu 0,1 Ratio R/X – Positive-Phase Sequence
xd2sat Double xd"sat % 20 Saturated Subtransient Reactance
xd1sat Double xd'sat % 0 Saturated Transient Reactance
xi Double xi % 0 Internal Reactance
UGmax Double vGmax % 100 Maximum Generator Voltage
cosphin Double cosφn 1 0,9 Rated Power Factor
Ikp Double Ikp kA 0 Sustained Short Circuit Current of Compound
Machines

50 April 2019
SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

Operating State
Flag_Lf Integer LF Type 3 Load Flow Type
1: |I| and φ
2: P and Q
3: |vsrc| and δ
4: |S| and cosφ
5: |Vsrc| and δ
6: P and |vterm|
7: P and |Vterm|
8: |vterm| and δ
9: |Vterm| and δ
10: P and cosφ
11: P and |vsrc|
12: P and |Vsrc|
13: P and |vterm|= f(Q)
14: P and |Vterm|= f(Q)
Start_P Double Pst MW 0 Initial Value Active Power
Start_Q Double Qst Mvar 0 Initial Value Reactive Power
I Double I kA 0 Basic Current Source
phi Double φ ° 0 Phase Angle
P Double P MW 0 Active Power
Q Double Q Mvar 0 Reactive Power
delta Double δ ° 0 Voltage Angle
u Double v % 100 Generator Voltage Percentage
S Double S MVA 0 Apparent Power
cosphi Double cosφ 1 1 Power Factor
Ug Double V kV 0 Generator Voltage Absolute
fI Double fI 1 1 Multiplication Factor – Operating Current
fP Double fP 1 1 Multiplication Factor – Active Power
fQ Double fQ 1 1 Multiplication Factor – Reactive Power
fS Double fS 1 1 Multiplication Factor – Apparent Power
Mpl_ID Long Integer Mpl 0 Secondary Key – Manipulation
Storage
EnergyStorage_ID Long Integer Storage 0 Secondary Key – Energy Storage
Operating Points
DayOpSer_ID Long Integer Profile 1 0 Secondary Key – Profile 1
YearOpSer_ID Long Integer Profile 2 0 Secondary Key – Profile 2
WeekOpSer_ID Long Integer OP 0 Secondary Key – Operating Points
IncrSer_ID Long Integer Incr. Series 0 Secondary Key – Increase Series
Zero-Phase Sequence
Flag_Z0_Input Integer 1 Zero-Phase Sequence Input Data
1: Z0/Z1 and R0/X0
2: R0 and X0
3: Z0 identical Z1
Flag_Z0 Integer 0 Grounding
0: Not grounded
1: Fixed grounded
2: Grounded w. impedances
Z0_Z1 Double Z0/Z1 pu 0 Ratio Zero-Phase to Positive-Phase Sequence
Impedance
R0_X0 Double R0/X0 pu 0 Ratio R/X – Zero-Phase Sequence
R0 Double R0 Ohm 0 Resistance – Zero-Phase Sequence
X0 Double X0 Ohm 0 Reactance – Zero-Phase Sequence
Stp_ID Long Integer 0 Secondary Key – Neutral Point Impedance
Negative-Phase Sequence
X22 Double x2" % 22 Saturated Reactance – Negative-Phase
Sequence

April 2019 51
PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

R2_X2 Double R2/X2 pu 0 Ratio R/X – Negative-Phase Sequence


Short Circuit Bahaviour
Flag_Tau Integer 1 Current Decay
0: No
1: Yes
Decay_Tau Double τ s 0,1 Decay Time Constant
Converter
Flag_Converter Integer 0 Converter Data Active
IskPF Double IskPF kA 0 Maximum Source Current at 3-Phase Fault
from Manufacturer
Isk2PF Double Isk2PF kA 0 Maximum Source Current at 2-Phase fault from
Manufacturer
Isk1PF Double Isk1PF kA 0 Maximum Source Current at 1-Phase fault from
Manufacturer
IkPF Double IkPF kA 0 Steady-State Current at 3-Phase Fault from
Manufacturer
Fkt_Isk Double fIsk 1 1 Factor for Converter Currents
Phi_Isk Double φIsk ° 0 Angle for Converter Currents
R2_PF Double R2 Ohm 0 Negative Sequence Resistance due to
Controlling
X2_PF Double X2 Ohm 0 Negative Sequence Reactance due to
Controlling
Limiting Values
Flag_LfLimit Integer Lim 0 Limits in Load Flow
0: None
1: V
2: V and P
3: V and Q
4: V and P, Q
5: P and Q
6: V and P, cosφ
7: P and cosφ
ull Double vll % 98 Voltage Lower Limit
uul Double vul % 103 Voltage Upper Limit
Pmin Double Pmin MW 0 Active Power – Lower Limit
Pmax Double Pmax MW 0 Active Power – Upper Limit
Qmin Double Qmin Mvar 0 Reactive Power – Lower Limit
Qmax Double Qmax Mvar 0 Reactive Power – Upper Limit
cosphi_lim Double cosφl 1 0,85 Limit Power Factor
PowerLimit_ID Long Integer Power Limit 0 Secondary Key – Power Limit
Control Range
MasterElm_ID Long Integer Master 0 Secondary Key – Master Element Controlling
Node_ID Long Integer 0 Secondary Key – Controlled Node
u_node Double vctrl % 0 Controlled Voltage at Controlled Node
Kr Double Kr MW/Hz 0 Power Frequency Characteristics
Power Control
Flag_Pctrl Integer 0 Active Power Controlling
0: None
1: Voltage – P
Qctrl_U_P_ID Long Integer Voltage Active Power Characteristics
Flag_Qctrl Integer 0 Reactive Power Controlling
0: None
1: Voltage – cosφ
2: Active power – cosφ
3: Voltage – Q
4: Active power – Q

52 April 2019
SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

Qctrl_PF_U_ID Long Integer Secondary Key – Voltage/Power Factor


Characteristics
Qctrl_PF_P_ID Long Integer Secondary Key – Active Power/Power Factor
Characteristics
Qctrl_P_Q_ID Long Integer 0 Secondary Key – Active/Reactive Power
Characteristics
Qctrl_U_Q_ID Long Integer Secondary Key – Voltage/Reactive Power
Characteristics
Qctrl_Pmax Double Pmax pu 0,85 Maximum Active Power for Reactive Power
Controlling
Qctrl_Pmin Double Pmin pu 0 Minimum Active Power for Reactive Power
Controlling
Qctrl_PF_Pmax Double cosφ1 1 0,95 Power Factor at Maximum Active Power for
Reactive Power Controlling
Qctrl_PF_Pmin Double cosφ2 1 0 Power Factor at Minimum Active Power for
Reactive Power Controlling
Qctrl_Qmax Double Qmax pu 0,25 Maximum Reactive Power
Qctrl_Qmin Double Qmin pu 0,25 Minimum Reactive Power
Qctrl_cosphi Double cosφL 1 0,95 Inductive Power Factor for Reactive Power
Controlling
Qctrl_cosphi_c Double cosφC 1 -0,95 Capacitive Power Factor for Reactive Power
Controlling
Qctrl_U1 Double v1 % 103 Inductive Start Voltage for Reactive Power
Controlling
Qctrl_U1_c Double v1c % 97 Capacitive Start Voltage for Reactive Power
Controlling
Qctrl_U2 Double v2 % 108 Inductive End Voltage for Reactive Power
Controlling
Qctrl_U2_c Double v2c % 92 Capacitive End Voltage for Reactive Power
Controlling
Dynamics
Flag_Dyn_Input Integer 1 Dynamic Input Data
1: Coil data
2: Compensation data
Flag_Macro Integer OP Model Type 0 Type of Operating State Model
0: None
1: Controller
2: Equivalent circuit
3: BOSL model
4: Diakoptics
Macro_ID Long Integer OP Model 0 Secondary Key – Operating State Model
etan Double ηn 1 0,95 Rated Efficiency
speedn Double nsyn 1/min 1500 Synchronous Speed
Flag_Inertia Integer 1 Inertia Input
1: Starting time power unit data
2: Momentum power unit data
3: Inertia J
4: Inertia H
Tam Double tam s 15 Starting Time Power Unit Data
GD2 Double GD2 Mpm² 1000 Momentum Power Unit Data
J Double J kgm² 100 Inertia J
H Double H s 0 Inertia H
Tg Double Tg s 0,4 Direct Current Time Constant
ra Double rs pu 0 Armature Resistance
ras Double xas pu 0,03 Armature Leakage Reactance
Flag_Ref Integer Ref. M. 0 Reference Machine
0: No
1: Syn. speed
2: Act. speed

April 2019 53
PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

MechCoupled_ID Long Integer 0 Secondary Key – Mechanically Coupled


Machine
Flag_NonSatt Integer 0 Non-Saturated Machine
0: No
1: Yes
Flag_LoadTorque Integer 0 Enable Load Torque
0: No
1: Yes
LoadTorChar_ID Long Integer 0 Secondary Key – Load Torque
Flag_Stab Integer 1 Behavior Dynamics
1: Generator
2: Motor
3: Starting motor
tstart Double ton s 0,1 Starting Time for Start-Up
rfd Double rfd pu 0,000 Resistance of Field Winding – Direct Axis
5
rfq Double rfq pu 0,005 Resistance of Field Winding – Quadrature Axis
rDd Double rDd pu 0,02 Resistance of Damper Winding – Direct Axis
rDq Double rDq pu 0,2 Resistance of Damper Winding – Quadrature
Axis
xfds Double xfds pu 0,15 Leakage Resistance of Field Winding – Direct
Axis
xfqs Double xfqs pu 1,5 Leakage Resistance of Field Winding –
Quadrature Axis
xDds Double xDds pu 0,01 Leakage Resistance of Damper Winding –
Direct Axis
xDqs Double xDqs pu 0,1 Leakage Resistance of Damper Winding –
Quadrature Axis
xhd Double xhd pu 2 Magnetizing Reactance – Direct Axis
xhq Double xhq pu 0,01 Magnetizing Reactance – Quadrature Axis
xfDds Double xfDd pu 1,7 Coupling Reactance – Direct Axis
xfDqs Double xfDq pu 0 Coupling Reactance – Quadrature Axis
xd2 Double xd" pu 0,13 Subtransient Reactance
xq2 Double xq" pu 0,15 Subtransient Reactance – Quadrature Axis
xd1 Double xd' pu 0,23 Transient Reactance – Direct Axis
xq1 Double xq' pu 1,23 Transient Reactance – Quadrature Axis
xd Double xd pu 3,18 Synchronous Reactance – Direct Axis
xq Double xq pu 1,8 Synchronous Reactance – Quadrature Axis
Td1 Double Td' s 0,66 Transient Short Circuit Time Constant – Direct
Axis
Tq1 Double Tq' s 0,6 Transient Short Circuit Time Constant –
Quadrature Axis
Td2 Double Td" s 0,05 Subtransient Short Circuit Time Constant –
Direct Axis
Tq2 Double Tq" s 0,019 Subtransient Short Circuit Time Constant –
Quadrature Axis
Controllers
Flag_VoltReg Integer Enable Voltage Controller
0: No
1: Yes
VoltMac_ID Long Integer Volt. Contr. 0 Secondary Key – Voltage Controller
Flag_CompMacro Integer 0 Enable Compensator
0: No
1: Yes
CompMac_ID Long Integer 0 Secondary Key – Compensator
Flag_PssMacro Integer 0 Enable Power System Stabilizer
0: No
1: Yes

54 April 2019
SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

PssMac_ID Long Integer 0 Secondary Key – Power System Stabilizer


Flag_Governor Integer Enable Govenor Model
0: No
1: Yes
SpeedMac_ID Long Integer Speed Contr. 0 Secondary Key – Governor Model
Flag_Excitation Integer 1 Excitation Type
1: Standard
2: Rotating rectifier
3: Semiconductor excitation
4: Semiconductor self-excitation
5: Diode independent
6: Diode brushless
Flag_SclMacro Integer 0 Enable Stator Current Limiter
0: No
1: Yes
SclMac_ID Long Integer 0 Secondary Key – Stator Current Limiter Model
Flag_MinExLimMac Integer 0 Enable Underexcitation Limiter
ro 0: No
1: Yes
MinExLimMac_ID Long Integer 0 Secondary Key – Underexcitation Limiter
Flag_MaxExLimMa Integer 0 Enable Overexcitation Limiter
cro 0: No
1: Yes
MaxExLimMac_ID Long Integer 0 Secondary Key – Overexcitation Limiter
Flag_TurbMacro Integer 0 Enable Turbine Load Model
0: No
1: Yes
TurbMac_ID Long Integer 0 Secondary Key – Turbine Load Model
No-Load Saturation Curve
u01 Double v01 pu 0 Excitation Voltage 01
u02 Double v02 pu 0,64 Excitation Voltage 02
u03 Double v03 pu 0,85 Excitation Voltage 03
u04 Double v04 pu 1 Excitation Voltage 04
u05 Double v05 pu 1,12 Excitation Voltage 05
u06 Double v06 pu 1,24 Excitation Voltage 06
u07 Double v07 pu 1,36 Excitation Voltage 07
u08 Double v08 pu 1,51 Excitation Voltage 08
i01 Double i01 pu 0 Excitation Current 01
i02 Double i02 pu 0,64 Excitation Current 02
i03 Double i03 pu 0,9 Excitation Current 03
i04 Double i04 pu 1,16 Excitation Current 04
i05 Double i05 pu 1,44 Excitation Current 05
i06 Double i06 pu 1,9 Excitation Current 06
i07 Double i07 pu 2,5 Excitation Current 07
i08 Double i08 pu 4,05 Excitation Current 08
Harmonics
Flag_Har Integer 1 State – Harmonics
0: Pre-defined dependency
1: Quality – R constant
2: Quality – X/R constant
3: Impedance characteristics
4: CIGRE model – A
5: CIGRE model – B
9: Infinite
qr Double qr 1 1 Quality – R Constant
ql Double ql 1 0 Quality – X/R Constant
HarImp_ID Long Integer 0 Secondary Key – Impedance Characteristics

April 2019 55
PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

HarVolt_ID Long Integer 0 Secondary Key – Voltage Source


HarCur_ID Long Integer 0 Secondary Key – Current Source
Reliability
Flag_Reliability Integer Rel. Data 0 Individual Reliability Data
0: No
1: Yes
SupplyType_ID Long Integer Supply Type 0 Secondary Key – Supply Type Reliability
Flag_ZU Integer Switching 0 Possibility to Switch-On
0: No
1: Yes
Flag_ZUP Integer Pri. Switching 3 Switching Priority
1: High
2: Medium
3: Normal
4: Small
5: Low
T_ZU Double tsw h 0 Time to Switch-On
Flag_LP Integer Load Priority 1 Load Priority
1: High
2: Medium
3: Normal
4: Small
5: Low
CustCnt Long Integer ntot 1 Number of Supplied Customers
S_Inst Double Sinst MVA 0 Installed Power
S_Peak Double Speak MVA 0 Peak Power
Flag_ShdU Integer 0 Shedding due to Voltage
0: No
1: Yes
Flag_ShdP Integer 0 Shedding due to Power Limits
0: No
1: Yes
tShd Double tsh s 0 Shedding Time
Decay Behavior for I/t Diagram
Flag_Decay Integer 0 State Decay Current
0: No Data
1: Ib
2: Ibasym
Decay_Uwrk Double Vwrk pu 1 Decay Working Voltage

Three-Winding Transformer (ThreeWindingTransformer)

Attribute name Data type Short name Unit Std. Description


Basic Data
Element_ID Long Integer 0 Secondary Key – Network Element
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Typ_ID Long Integer Std. Type 0 Secondary Key – Standard Type
Flag_Typ_ID Integer Secondary Key – Standard Type State
0: None
1: Global standard type
2: Local standard type
Transformer Data
Un1 Double Vn1 kV 0,1 Rated Voltage (Side 1)

56 April 2019
SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

Un2 Double Vn2 kV 0,1 Rated Voltage (Side 2)


Un3 Double Vn3 kV 0,1 Rated Voltage (Side 3)
Sn12 Double Sn12 MVA 0,1 Rated Apparent Through Power (Side 1-2)
Sn23 Double Sn23 MVA 0,1 Rated Apparent Through Power (Side 2-3)
Sn31 Double Sn31 MVA 0,1 Rated Apparent Through Power (Side 3-1)
Smax12 Double Smax1 MVA 0 Full Load Power (Side 1)
Smax23 Double Smax2 MVA 0 Full Load Power (Side 2)
Smax31 Double Smax3 MVA 0 Full Load Power (Side 3)
Smax1_1 Double Smax1-1 MVA 0 First Additional Full Load Power (Side 1)
Smax1_2 Double Smax1-2 MVA 0 Second Additional Full Load Power (Side 1)
Smax1_3 Double Smax1-3 MVA 0 Third Additional Full Load Power (Side 1)
Smax2_1 Double Smax2-1 MVA 0 First Additional Full Load Power (Side 2)
Smax2_2 Double Smax2-2 MVA 0 Second Additional Full Load Power (Side 2)
Smax2_3 Double Smax2-3 MVA 0 Third Additional Full Load Power (Side 2)
Smax3_1 Double Smax3-1 MVA 0 First Additional Full Load Power (Side 3)
Smax3_2 Double Smax3-2 MVA 0 Second Additional Full Load Power (Side 3)
Smax3_3 Double Smax3-3 MVA 0 Third Additional Full Load Power (Side 3)
uK12 Double vsc12 % 8 Reference Short Circuit Voltage (Side 1-2)
uk23 Double vsc23 % 8 Reference Short Circuit Voltage (Side 2-3)
uk31 Double vsc31 % 8 Reference Short Circuit Voltage (Side 3-1)
ur12 Double vr12 % 0,001 Ohmic Short Circuit Voltage (Side 1-2)
ur23 Double vr23 % 0,001 Ohmic Short Circuit Voltage (Side 2-3)
ur31 Double vr31 % 0,001 Ohmic Short Circuit Voltage (Side 3-1)
i0 Double i0 % 0 No Load Current
Vfe Double Vfe kW 0 Iron Losses
AddRotate1 Double φ1 ° 0 Additional Phase Rotation (Side 1)
AddRotate2 Double φ2 ° 0 Additional Phase Rotation (Side 2)
AddRotate3 Double φ3 ° 0 Additional Phase Rotation (Side 3)
VecGrp1 Integer VecGrp 1 1 Vector Group (Side 1)
1: Y0, 2: YN0, 3: Y6, 4: YN6, 5: D1, 6: D5,
7: D7, 8: D11, 9: Z1, 10: ZN1, 11: Z5, 12: ZN5,
13: Z7, 14: ZN7, 15: Z11, 16: ZN11, 17: ATN,
18: AT
VecGrp2 Integer VecGrp 2 1 Vector Group (Side 2)
1: Y0, 2: YN0, 3: Y6, 4: YN6, 5: D1, 6: D5,
7: D7, 8: D11, 9: Z1, 10: ZN1, 11: Z5, 12: ZN5,
13: Z7, 14: ZN7, 15: Z11, 16: ZN11, 17: ATN,
18: AT
VecGrp3 Integer VecGrp 3 1 Vector Group (Side 3)
1: Y0, 2: YN0, 3: Y6, 4: YN6, 5: D1, 6: D5,
7: D7, 8: D11, 9: Z1, 10: ZN1, 11: Z5, 12: ZN5,
13: Z7, 14: ZN7, 15: Z11, 16: ZN11
Zero-Phase Sequence
Flag_Z0_Input Integer 1 Input
1: Z0/Z1 and R0/X0
2: R0 and X0
3: R0/R1 and X0/X1
Z0_Z1_12 Double Z0/Z1 pu 0 Ratio Zero-Phase to Positive-Phase Sequence
Impedance
Z0_Z1_23 Double Z0/Z1 pu 0 Ratio Zero-Phase to Positive-Phase Sequence
Impedance
Z0_Z1_31 Double Z0/Z1 pu 0 Ratio Zero-Phase to Positive-Phase Sequence
Impedance
R0_X0_12 Double R0/X0 pu 0 Ratio R/X – Zero-Phase Sequence
R0_X0_23 Double R0/X0 pu 0 Ratio R/X – Zero-Phase Sequence
R0_X0_31 Double R0/X0 pu 0 Ratio R/X – Zero-Phase Sequence

April 2019 57
PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

R0_12 Double R0 Ohm 0 Resistance – Zero-Phase Sequence


R0_23 Double R0 Ohm 0 Resistance – Zero-Phase Sequence
R0_31 Double R0 Ohm 0 Resistance – Zero-Phase Sequence
X0_12 Double X0 Ohm 0 Reactance – Zero-Phase Sequence
X0_23 Double X0 Ohm 0 Reactance – Zero-Phase Sequence
X0_31 Double X0 Ohm 0 Reactance – Zero-Phase Sequence
X0_X1_12 Double X0/X1 pu 0 Ratio Zero-Phase to Positive-Phase Reactance
X0_X1_23 Double X0/X1 pu 0 Ratio Zero-Phase to Positive-Phase Reactance
X0_X1_31 Double X0/X1 pu 0 Ratio Zero-Phase to Positive-Phase Reactance
R0_R1_12 Double R0/R1 pu 0 Ratio Zero-Phase to Positive-Phase Resistance
R0_R1_23 Double R0/R1 pu 0 Ratio Zero-Phase to Positive-Phase Resistance
R0_R1_31 Double R0/R1 pu 0 Ratio Zero-Phase to Positive-Phase Resistance
Stp_ID4 Long Integer NP4 0 Secondary Key – Neutral Point Impedance (at
Internal Node)
Transformer Controller
Flag_roh1 Integer 1 State – Tap Position (Side 1)
0: None
1: Fixed
2: Node
3: Impedance
4: Active power
5: Reactive power
6: Control charact.
7: Manual setting
Flag_roh2 Integer 1 State – Tap Position (Side 2)
0: None
1: Fixed
2: Node
3: Impedance
4: Active power
5: Reactive power
6: Control charact.
7: Manual setting
Flag_roh3 Integer 1 State – Tap Position (Side 3)
0: None
1: Fixed
2: Node
3: Impedance
4: Active power
5: Reactive power
6: Control charact.
7: Manual setting
TransformerTap_ID Long Integer Transf. Tap 1 0 Secondary Key – Transformer Tap 1
1
TransformerTap_ID Long Integer Transf. Tap 2 0 Secondary Key – Transformer Tap 2
2
TransformerTap_ID Long Integer Transf. Tap 3 0 Secondary Key – Transformer Tap 3
3
roh1 Double ρ1 0 Present Tap Position (Side 1)
roh2 Double ρ2 0 Present Tap Position (Side 2)
roh3 Double ρ3 0 Present Tap Position (Side 3)
rohl1 Double ρl1 0 Minimum Tap Position (Side 1)
rohl2 Double ρl2 0 Minimum Tap Position (Side 2)
rohl3 Double ρl3 0 Minimum Tap Position (Side 3)
rohm1 Double ρm1 0 Main Tap Position (Side 1)
rohm2 Double ρm2 0 Main Tap Position (Side 2)
rohm3 Double ρm3 0 Main Tap Position (Side 3)
rohu1 Double ρu1 0 Maximum Tap Position (Side 1)
rohu2 Double ρu2 0 Maximum Tap Position (Side 2)

58 April 2019
SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

rohu3 Double ρu3 0 Maximum Tap Position (Side 3)


alpha1 Double α1 ° 0 Additional Voltage Angle (Side 1)
alpha2 Double α2 ° 0 Additional Voltage Angle (Side 2
alpha3 Double α3 ° 0 Additional Voltage Angle (Side 3)
uk1 Double vtap1 % 0 Additional Voltage per Tap Position (Side 1)
uk2 Double vtap2 % 0 Additional Voltage per Tap Position (Side 2)
uk3 Double vtap3 % 0 Additional Voltage per Tap Position (Side 3)
phi1 Double φ1 ° 0 Phase Shift per Tap Position (Side 1)
phi2 Double φ2 ° 0 Phase Shift per Tap Position (Side 2)
phi3 Double φ3 ° 0 Phase Shift per Tap Position (Side 3)
ukl12 Double vscl12 % 0 Short Circuit Voltage 1 – 2 at Minimum Tap
Position (Side 1)
ukl23 Double vscl23 % 0 Short Circuit Voltage 2 – 3 at Minimum Tap
Position (Side 2)
ukl31 Double vscl31 % 0 Short Circuit Voltage 3 – 1 at Minimum Tap
Position (Side 3)
uku12 Double vscu12 % 0 Short Circuit Voltage 1 – 2 at Maximum Tap
Position (Side 1)
uku23 Double vscu23 % 0 Short Circuit Voltage 2 – 3 at Maximum Tap
Position (Side 2)
uku31 Double vscu31 % 0 Short Circuit Voltage 3 – 1 at Maximum Tap
Position (Side 3)
d_ukl31 Double dvscl31 % 0 Dependent Short Circuit Voltage 3 – 1 at
Minimum Tap Position (Side 1)
d_ukl12 Double dvscl12 % 0 Dependent Short Circuit Voltage 1 – 2 at
Minimum Tap Position (Side 2)
d_ukl23 Double dvscl23 % 0 Dependent Short Circuit Voltage 2 – 3 at
Minimum Tap Position (Side 3)
d_uku31 Double dvscu31 % 0 Dependent Short Circuit Voltage 3 – 1 at
Maximum Tap Position (Side 1)
d_uku12 Double dvscu12 % 0 Dependent Short Circuit Voltage 1 – 2 at
Maximum Tap Position (Side 2)
d_uku23 Double dvscu23 % 0 Dependent Short Circuit Voltage 2 – 3 at
Maximum Tap Position (Side 3)
Flag_Step1 Integer 0 Controller Adjustment (Side 1)
0: Predefined
1: Discrete
2: Continuous
Flag_Step2 Integer 0 Controller Adjustment (Side 2)
0: Predefined
1: Discrete
2: Continuous
Flag_Step3 Integer 0 Controller Adjustment (Side 3)
0: Predefined
1: Discrete
2: Continuous
Ctrl_OpSer_ID1 Long Integer 0 Control Winding 1 – Operating Series
Ctrl_OpSer_ID2 Long Integer 0 Control Winding 2 – Operating Series
Ctrl_OpSer_ID3 Long Integer 0 Control Winding 3 – Operating Series
Ctrl_OpPnt_ID1 Long Integer 0 Control Winding 1 – Operating Points
Ctrl_OpPnt_ID2 Long Integer 0 Control Winding 2 – Operating Points
Ctrl_OpPnt_ID3 Long Integer 0 Control Winding 3 – Operating Points
Control Range
MasterElm_ID1 Long Integer MPri 0 Secondary Key – Master Element Controlling –
Primary
MasterElm_ID2 Long Integer MSec 0 Secondary Key – Master Element Controlling –
Secondary

April 2019 59
PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

MasterElm_ID3 Long Integer MTer 0 Secondary Key – Master Element Controlling –


Tertiary
Node_ID1 Long Integer 0 Secondary Key – Controlled Node (Side 1)
Node_ID2 Long Integer 0 Secondary Key – Controlled Node (Side 2)
Node_ID3 Long Integer 0 Secondary Key – Controlled Node (Side 3)
ull1 Double vll1 % 98 Voltage Lower Limit (Side 1)
ull2 Double vll2 % 98 Voltage Lower Limit (Side 2)
ull3 Double vll3 % 98 Voltage Lower Limit (Side 3)
uul1 Double vul1 % 103 Voltage Upper Limit (Side 1)
uul2 Double vul2 % 103 Voltage Upper Limit (Side 2)
uul3 Double vul3 % 103 Voltage Upper Limit (Side 3)
Proh1 Double Pl1 MW 0 Active Power Flow (Side 1)
Proh2 Double Pl2 MW 0 Active Power Flow (Side 2)
Proh3 Double Pl3 MW 0 Active Power Flow (Side 3)
Proh1u Double Pu1 MW 0 Active Power Upper Limit (Side 1)
Proh2u Double Pu2 MW 0 Active Power Upper Limit (Side 2)
Proh3u Double Pu3 MW 0 Active Power Upper Limit (Side 3)
Qroh1 Double Ql1 Mvar 0 Reactive Power Flow (Side 1)
Qroh2 Double Ql2 Mvar 0 Reactive Power Flow (Side 2)
Qroh3 Double Ql3 Mvar 0 Reactive Power Flow (Side 3)
Qroh1u Double Qu1 Mvar 0 Reactive Power Upper Limit (Side 1)
Qroh2u Double Qu2 Mvar 0 Reactive Power Upper Limit (Side 2)
TransformerCon_ID Long Integer 0 Secondary Key – Transformer Control (Side 1)
1
Qroh3u Double Qu3 Mvar 0 Reactive Power Upper Limit (Side 3)
TransformerCon_ID Long Integer 0 Secondary Key – Transformer Control (Side 2)
2
TransformerCon_ID Long Integer 0 Secondary Key – Transformer Control (Side 3)
3
CompImp_ID1 Long Integer Comp. Imp. 1 0 Secondary Key – Compensation Impedance
(Side 1)
CompImp_ID2 Long Integer Comp. Imp. 2 0 Secondary Key – Compensation Impedance
(Side 2)
CompImp_ID3 Long Integer Comp. Imp. 3 0 Secondary Key – Compensation Impedance
(Side 3)
Flag_CompNode1 Integer Comp. Node 1 1 Compensation Node (Side 1)
1: Side 1
2: Side 2
3: Side 3
Flag_CompNode2 Integer Comp. Node 2 2 Compensation Node (Side 2)
1: Side 1
2: Side 2
3: Side 3
Flag_CompNode3 Integer Comp. Node 3 3 Compensation Node (Side 3)
1: Side 1
2: Side 2
3: Side 3
Flag_Ph1 Integer 8 Controlled Conductor (Side 1)
0: None
1: L1
2: L2
3: L3
4: L12
5: L23
6: L31
7: L123
8: L123N

60 April 2019
SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

Flag_Ph2 Integer 8 Controlled Conductor (Side 2)


0: None
1: L1
2: L2
3: L3
4: L12
5: L23
6: L31
7: L123
8: L123N
Flag_Ph3 Integer 8 Controlled Conductor (Side 3)
0: None
1: L1
2: L2
3: L3
4: L12
5: L23
6: L31
7: L123
8: L123N
CtrlRange_ID1 Long Integer 0 Secondary Key – Control Range (Side 1)
CtrlRange_ID2 Long Integer 0 Secondary Key – Control Range (Side 2)
CtrlRange_ID3 Long Integer 0 Secondary Key – Control Range (Side 3)
Harmonics
Flag_Har Integer 1 State – Harmonics
0: Pre-defined dependency
1: Quality – R constant
2: Quality – X/R constant
3: Impedance characteristics
4: CIGRE model – A
5: CIGRE model – B
qr Double qr 1 1 Quality – R Constant
ql Double ql 1 0 Quality – X/R Constant
HarImp_ID Long Integer 0 Secondary Key – Impedance Characteristics
Dynamics
Flag_Macro Integer OP Model Type 0 Type of Operating State Model
0: None
1: Controller
2: Equivalent circuit
3: BOSL model
4: Diakoptics
Macro_ID Long Integer OP Model 0 Secondary Key – Operating State Model
SatChar_ID Long Integer Sat 0 Secondary Key – Saturation
ResFlux1 Double Φ1 pu 0 Residual Flux Phase L1
ResFlux2 Double Φ2 pu 0 Residual Flux Phase L2
ResFlux3 Double Φ3 pu 0 Residual Flux Phase L3
Reliability
Flag_Reliability Integer Rel. Data 0 Individual Reliability Data
0: No
1: Yes
Flag_SF1 Integer SB1 0 Switchbay at Node (Side 1)
0: No
1: Yes
Flag_SF2 Integer SB2 0 Switchbay at Node (Side 2)
0: No
1: Yes
Flag_SF3 Integer SB3 0 Switchbay at Node (Side 3)
0: No
1: Yes
TransformerType_I Long Integer Transf. Type 0 Secondary Key – Transformer Type
D

April 2019 61
PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

Overload_ID Long Integer Overl. Type 0 Secondary Key – Overload Capacity Type
V_S Double Ipick/Ith pu 0 Overload Factor Ien/Ith
Flag_ZU Integer Switch-On 0 Possibility to Switch-On
0: No
1: Yes
Flag_ZUP Integer Pri. Switch 3 Switching Priority
1: High
2: Medium
3: Normal
4: Small
5: Low
T_ZU Double tsw h 0 Time to Switch-On
Protection
Flag_Inrush Integer 0 State – Inrush
0: No data
1: Current and time
2: Characteristics
U_inrush Double Vinr kV 0 Inrush Voltage
I_inrush Double Iinr kA 0,1 Inrush Current
t_inrush Double tinr s 0,05 Inrush Time
InCur_ID Long Integer It Char. 0 Secondary Key – Current/Time Characteristics
Flag_Damage Integer 1 Display Information Damage Curve
1: Normal
2: Reduced DD
3: Reduced DY

Two-Winding Transformer (TwoWindingTransformer)

Attribute name Data type Short name Unit Std. Description


Basic Data
Element_ID Long Integer 0 Secondary Key – Network Element
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Typ_ID Long Integer Std. Type 0 Secondary Key – Standard Type
Flag_Typ_ID Integer Secondary Key – Standard Type State
0: None
1: Global standard type
2: Local standard type
Transformer Data
Un1 Double Vn1 kV 0 Rated Voltage (Side 1)
Un2 Double Vn2 kV 0 Rated Voltage (Side 2)
Sn Double Sn MVA 0 Rated Apparent Power
Smax Double Smax MVA 0 Full Load Power
Smax1 Double Smax1 MVA 0 First Additional Full Load Power
Smax2 Double Smax2 MVA 0 Second Additional Full Load Power
Smax3 Double Smax3 MVA 0 Third Additional Full Load Power
uk Double vsc % 8 Reference Short Circuit Voltage
ur Double vr % 0 Short Circuit Voltage – Ohmic Part
Vfe Double Vfe kW 0 Iron Losses
i0 Double i0 % 0 No Load Current
AddRotate Double φ ° 0 Additional Phase Rotation

62 April 2019
SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

VecGrp Integer VecGrp 6 Vector Group


1: DD0, 2: DZ0, 3: DZN0, 4: YNY0, 5: YNYN0,
6: YY0, 7: YYN0, 8: ZD0, 9: ZND0, 10: DYN1,
11: DZ1, 12: DZN1, 13: YD1, 14: YND1,
15: YNZN1, 16: YZ1, 17: YZN1, 18: ZD1,
19: ZND1, 20: ZNYN1, 21: ZY1, 22: ZYN1,
23: DY5, 24: DYN5, 25: YD5, 26: YND5,
27: YNZ5, 28: YNZN5, 29: YZ5, 30: YZN5,
31: ZNY5, 32: ZNYN5, 33: ZY5, 34: ZYN5,
35: DD6, 36: DZ6, 37: DZN6, 38: YNY6,
39: YNYN6, 40: YY6, 41: YYN6, 42: ZD6,
43: ZND6, 44: DY7, 45: DYN7, 46: DZ7,
47: DZN7, 48: YD7, 49: YND7, 50: YNZN7,
51: YZ7, 52: YZN7, 53: ZD7, 54: ZND7,
55: ZNYN7, 56: ZY7, 57: ZYN7, 58: DY11,
59: DYN11, 60: YD11, 61: YND11, 62: YNZ11,
63: YNZN11, 64: YZ11, 65: YZN11, 66: ZNY11,
67: ZNYN11, 68: ZY11, 69: ZYN11, 70: DY1,
71: Y0, 72: YN0, 73: D0, 74: ZNY1, 75: ZNY7,
76: DDN0, 77: DND0, 78: DNYN1,
79: DNYN11, 80: YNDN1, 81: YNDN11
Flag_Boost Integer 0 Boosted Conductor (One Winding D0
Autotransformer)
0: Second Conductor
1: First Conductor
Zero-Phase Sequence
Flag_Z0_Input Integer 1 Zero Data Input
1: Z0/Z1 and R0/X0
2: R0 and X0
3: R0/R1 and X0/X1
4: ZABNL, ZBANL and ZABSC
Z0_Z1 Double Z0/Z1 pu 0 Ratio Zero-Phase to Positive-Phase Sequence
Impedance
R0_X0 Double R0/X0 pu 0 Ratio R/X – Zero-Phase Sequence
R0 Double R0 Ohm 0 Resistance – Zero-Phase Sequence
X0 Double X0 Ohm 0 Reactance – Zero-Phase Sequence
X0_X1 Double X0/X1 pu 0 Ratio Zero-Phase to Positive-Phase Reactance
R0_R1 Double R0/R1 pu 0 Ratio Zero-Phase to Positive-Phase Resistance
ZABNL Double ZABNL Ohm 0 Impedance between A and B in No Load
ZBANL Double ZBANL Ohm 0 Impedance between B and A in No Load
ZABSC Double ZABSC Ohm 0 Impedance between B and A in Short Circuit
RX_ZABNL Double RX_ZABNL pu 0 R/X Ratio of Impedance between A and B in No
Load
RX_ZBANL Double RX_ZBANL pu 0 R/X Ratio of Impedance between B and A in No
Load
RX_ZABSC Double RX_ZABSC pu 0 R/X Ratio of Impedance between A and B in
Short Circuit
Stp_ID1 Long Integer NP1 0 Secondary Key – Neutral Point Impedance
(Side 1)
Stp_ID2 Long Integer NP2 0 Secondary Key – Neutral Point Impedance
(Side 2)
Flag_Ct Integer 0 Center Tapped
0: No
1: Yes
uk_Ct Double vscct % 16 Ref. Short Circuit Voltage Half Winding
ur_Ct Double vrct % 0 SC Voltage – Ohmic Part Half Winding
Transformer Controller
Flag_ConNode Integer 1 Controller Node
1: Side 1
2: Side 2

April 2019 63
PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

Flag_roh Integer State Tap 1 State – Tap Position


1: Fixed
2: Node
3: Impedance
4: Active power
5: Reactive power
6: Control charact.
7: Manual setting
Flag_Tap Integer Ind. Taps 0 Individual Tap Positions
0: No
1: Yes
TransformerTap_ID Long Integer Transf. Tap 0 Secondary Key – Transformer Tap
roh Double ρ 0 Present Tap Position
roh1 Double ρ1 0 Present Tap Position Winding 1
roh2 Double ρ2 0 Present Tap Position Winding 2
roh3 Double ρ3 0 Present Tap Position Winding 3
rohl Double ρl 0 Minimum Tap Position
rohm Double ρm 0 Main Tap Position
rohu Double ρu 0 Maximum Tap Position
alpha Double α ° 0 Additional Voltage Angle
ukr Double vtap % 0 Additional Voltage per Tap Position
phi Double φ ° 0 Voltage Phase Shift per Tap Position
ukl Double vscl % 0 Short Circuit Voltage at Minimum Tap Position
uku Double vscu % 0 Short Circuit Voltage at Maximum Tap Position
Flag_Step Integer 0 Controller Adjustment
0: Predefined
1: Discrete
2: Continuous
Ctrl_OpSer_ID Long Integer Ctrl OpSer 0 Secondary Key – Operating Series
Ctrl_OpPnt_ID Long Integer Ctrl OpPnt 0 Secondary Key – Operating Points
Control Range
MasterElm_ID Long Integer Master 0 Secondary Key – Master Element Controlling
Node_ID Long Integer 0 Secondary Key – Controlled Node
ull Double vll % 98 Voltage Lower Limit
uul Double vul % 103 Voltage Upper Limit
Proh Double Pl MW 0 Active Power Lower Limit for Controller
Proh2 Double Pu MW 0 Active Power Upper Limit for Controller
Qroh Double Ql Mvar 0 Reactive Power Lower Limit for Controller
Qroh2 Double Qu Mvar 0 Reactive Power Upper Limit for Controller
TransformerCon_ID Long Integer Transf. Ctrl. 0 Secondary Key – Transformer Control
CompImp_ID Long Integer Comp. Imp. 0 Secondary Key – Compensation Impedance
Flag_CompNode Integer Comp. Node 2 Compensation Node
1: Side 1
2: Side 2
Flag_Ph Integer 8 Controlled Conductor
0: None
1: L1
2: L2
3: L3
4: L12
5: L23
6: L31
7: L123
8: L123N
CtrlRange_ID Long Integer 0 Secondary Key – Control Range

64 April 2019
SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

Harmonics
Flag_Har Integer 1 State – Harmonics
0: Pre-defined dependency
1: Quality – R constant
2: Quality – X/R constant
3: Impedance characteristics
4: CIGRE model – A
5: CIGRE model – B
qr Double qr 1 1 Quality – R Constant
ql Double ql 1 0 Quality – X/R Constant
HarImp_ID Long Integer 0 Secondary Key – Impedance Characteristics
Dynamics
Flag_Macro Integer OP Model Type 0 Type of Operating State Model
0: None
1: Controller
2: Equivalent circuit
3: BOSL model
4: Diakoptics
Macro_ID Long Integer OP Model 0 Secondary Key – Operating State Model
SatChar_ID Long Integer Sat 0 Secondary Key – Saturation
ResFlux1 Double Φ1 pu 0 Residual Flux Phase L1
ResFlux2 Double Φ2 pu 0 Residual Flux Phase L2
ResFlux3 Double Φ3 pu 0 Residual Flux Phase L3
Reliability
Flag_Reliability Integer Rel. Data 0 Individual Reliability Data
0: No
1: Yes
Flag_SF1 Integer SB1 0 Switchbay at Start Node
0: No
1: Yes
Flag_SF2 Integer SB2 0 Switchbay at End Node
0: No
1: Yes
TransformerType_I Long Integer Transf. Type 0 Secondary Key – Transformer Type Reliability
D
Overload_ID Long Integer Overl. Type 0 Secondary Key – Overload Capacity Type
V_S Double Ipick/Ith pu 0 Overload Factor
Flag_ZU Integer Switch-On 0 Possibility to Switch-On
0: No
1: Yes
Flag_ZUP Integer Pri. Switch 3 Switching Priority
1: High
2: Medium
3: Normal
4: Small
5: Low
T_ZU Double tsw h 0 Time to Switch-On
Protection
Flag_Inrush Integer 0 State – Inrush
0: No data
1: Current and time
2: Characteristics
U_inrush Double Vinr kV 0 Inrush Voltage
I_inrush Double Iinr kA 0,1 Inrush Current
t_inrush Double tinr s 0,05 Inrush Time
InCur_ID Long Integer It Char. 0 Secondary Key – Current/Time Characteristics

April 2019 65
PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

Flag_Damage Integer 1 Display Information Damage Curve


1: Normal
2: Reduced DD
3: Reduced DY

Shunt RLC Circuit (ShuntRLCCircuit)

Attribute name Data type Short name Unit Std. Description


Operating State
Element_ID Long Integer 0 Secondary Key – Network Element
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Flag_Type Integer RLC Type 1 RLC Type
1: Serial circuit
2: Parallel circuit
3: High pass R
4: High pass C
5: Filter C
Un Double Vn kV 0 Rated Voltage
Flag_TypeRC Integer 1 Input Data
1: Active resistance, inductance and
capacitance
2: Harmonic number, quality and reactive
power
R Double R Ohm 0 Active Resistance
L Double L mH 0 Inductance
C Double C nF 0 Capacitance
nres Double ν 1 1 Harmonic Number at Resonance
q1 Double q 1 0 Quality
Q Double Q Mvar 0 Reactive Power – Network Frequency
Rd Double Rd Ohm 0 Absorption Resistance
Ld Double Ld µH 0 Absorption Inductance
Cs Double Cs nF 0 Series Capacitance
Zero-Phase Sequence
Flag_Z0 Integer 1 Input Data Zero-Phase Seq.
0: Not grounded
1: Z0 identical Z1
2: Individual Z0
R0 Double R0 Ohm 0 Active Resistance – Zero-Phase Sequence
L0 Double L0 mH 0 Inductance in Zero-Phase Sequence
C0 Double C0 nF 0 Capacitance in Zero-Phase Sequence
Rd0 Double Rd0 Ohm 0 Absorption Resistance in Zero-Phase
Sequence
Ld0 Double Ld0 µH 0 Absorption Inductance in Zero-Phase
Sequence
Cs0 Double Cs0 nF 0 Series Capacitance in Zero-Phase Sequence
Harmonics
Flag_Har Integer 1 State – Harmonics
0: Pre-defined dependency
1: Quality – R constant
2: Quality – X/R constant
3: Impedance characteristics
qr Double qr 1 1 Quality – R Constant
ql Double ql 1 0 Quality – X/R Constant

66 April 2019
SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

qrd Double qrd 1 1 Absorption Quality – R Constant


qld Double qld 1 0 Absorption Quality – X/R Constant
HarImp_ID Long Integer 0 Secondary Key – Impedance Characteristics
Dynamics
Flag_Macro Integer OP Model Type 0 Type of Operating State Model
0: None
1: Controller
2: Equivalent circuit
3: BOSL model
4: Diakoptics
Macro_ID Long Integer OP Model 0 Secondary Key – Operating State Model

Serial RLC Circuit (SerialRLCCircuit)

Attribute name Data type Short name Unit Std. Description


Operating State
Element_ID Long Integer 0 Secondary Key – Network Element
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Flag_Type Integer RLC Type 2 RLC Type
1: Serial circuit
2: Parallel circuit
3: Audio-freq. Barrier
Un Double Vn kV 0 Rated Voltage
R Double R Ohm 0 Resistance
L Double L mH 0 Inductance
C Double C nF 0 Capacitance
Rd Double Rd Ohm 0 Absorption Resistance
Zero-Phase Sequence
Flag_Z0 Integer 0 Input Data Zero-Phase Seq.
0: Blocking
1: Z0 identical Z1
2: Individual Z0
R0 Double R0 Ohm 0 Active Resistance – Zero-Phase Sequence
L0 Double L0 mH 0 Inductance in Zero-Phase Sequence
C0 Double C0 nF 0 Capacitance in Zero-Phase Sequence
Rd0 Double Rd0 Ohm 0 Absorption Resistance in Zero-Phase
Sequence
Harmonics
Flag_Har Integer 1 State – Harmonics
0: Pre-defined dependency
1: Quality – R constant
2: Quality – X/R constant
3: Impedance characteristics
qr Double qr 1 1 Quality – R Constant
ql Double ql 1 0 Quality – X/R Constant
HarImp_ID Long Integer 0 Secondary Key – Impedance Characteristics
qrd Double qrd 1 1 Absorption Quality – R Constant
qld Double qld 1 0 Absorption Quality – X/R Constant

April 2019 67
PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

Dynamics
Flag_Macro Integer OP Model Type 0 Type of Operating State Model
0: None
1: Controller
2: Equivalent circuit
3: BOSL model
4: Diakoptics
Macro_ID Long Integer OP Model 0 Secondary Key – Operating State Model

Serial Ripple Control Transmitter (SerialRCTransmitter)

Attribute name Data type Short name Unit Std. Description


Operating State
Element_ID Long Integer 0 Secondary Key – Network Element
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
u Double v % 0 Voltage
phi Double φ ° 0 Voltage Angle
R Double R Ohm 0 Resistance
L Double L mH 0 Inductance
C Double C nF 0 Capacitance
Un Double Vn kV 0 Rated Voltage
Zero-Phase Sequence
R0 Double R0 Ohm 0 Active Resistance – Zero-Phase Sequence
L0 Double L0 mH 0 Inductance in Zero-Phase Sequence
C0 Double C0 nF 0 Capacitance in Zero-Phase Sequence
Harmonics
Flag_Har Integer 1 State – Harmonics
0: Pre-defined dependency
1: Quality – R constant
2: Quality – X/R constant
3: Impedance characteristics
qr Double qr 1 1 Quality – R Constant
ql Double ql 1 0 Quality – X/R Constant
HarImp_ID Long Integer 0 Secondary Key – Impedance Characteristics
Dynamics
Flag_Macro Integer OP Model Type 0 Type of Operating State Model
0: None
1: Controller
2: Equivalent circuit
3: BOSL model
4: Diakoptics
Macro_ID Long Integer OP Model 0 Secondary Key – Operating State Model

Shunt Ripple Control Transmitter (ShuntRCTransmitter)

Attribute name Data type Short name Unit Std. Description


Operating State
Element_ID Long Integer 0 Secondary Key – Network Element
Variant_ID Long Integer 1 Secondary Key – Variant

68 April 2019
SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

Flag_Variant Integer 1 Element of Current Variant


0: No
1: Yes
u Double v % 0 Voltage
phi Double φ ° 0 Voltage Angle
R Double R Ohm 0 Resistance
L Double L mH 0 Inductance
C Double C nF 0 Capacitance
Un Double Vn kV 0 Rated Voltage
Zero-Phase Sequence
R0 Double R0 Ohm 0 Active Resistance – Zero-Phase Sequence
L0 Double L0 mH 0 Inductance in Zero-Phase Sequence
C0 Double C0 nF 0 Capacitance in Zero-Phase Sequence
Harmonics
Flag_Har Integer 1 State – Harmonics
0: Pre-defined dependency
1: Quality – R constant
2: Quality – X/R constant
3: Impedance characteristics
qr Double qr 1 1 Quality – R Constant
ql Double ql 1 0 Quality – X/R Constant
HarImp_ID Long Integer 0 Secondary Key – Impedance Characteristics
Dynamics
Flag_Macro Integer OP Model Type 0 Type of Operating State Model
0: None
1: Controller
2: Equivalent circuit
3: BOSL model
4: Diakoptics
Macro_ID Long Integer OP Model 0 Secondary Key – Operating State Model

Supplementary Data

Supplementary data provide additional information that describe the network. PSS SINCAL uses
supplementary data in the calculations.

PSS SINCAL has six kinds of supplementary data:

● General Supplementary Data


● Supplementary Data for Elements
● Standard Types
● Faults Definitions
● Harmonics and Ripple Control
● Contingency Analysis
● Protection
● Dynamics
● Reliability
● Substations and Routes

April 2019 69
PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

2.2.1 General Supplementary Data

General supplementary data provide additional information that describes the network.

Table name ID Description


Version 1 Version
Variant 2 Variant
CalcParameter 32 Calculation settings
OptNetParameter 106 Optimal network parameter
GlobalSetting 3 Extended settings
VoltageLevel 6 Network level
NetworkGroup 5 Network area
NetworkGroupTrans 36 Network area transfer
NetworkZone 35 Network zone
RelGroup 116 Network element group
RelGroupRelationship 117 Network element group relationship
Manipulation 42 Manipulation
InclDatabase 107 Include network
ElementState 216 Element state
Scenario 335 Scenario
ScenarioFile 336 Scenario file
Owner 33 Owner
OwnerRel 34 Owner relation
Description 55 Description
BlobData Binary large object data

Version (Version)

Attribute name Data type Short name Unit Std. Description


Version_ID Long Integer 0 Primary Key – Version
Version_No Double 0 Version Number
Calc_Type Integer 1 Calculation Type
1: Electricity
2: Water
3: Gas
4: Heating/Cooling
Title Text (50) Title
Subject Text (50) Subject
Author Text (50) Author
Manager Text (50) Manager
Company Text (50) Company
Category Text (50) Category
Keywords Text (50) Keywords
Comments Comments
Created Text (20) Created
Modified Text (20) Modified
Revision Text (50) Revision Number

70 April 2019
SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

Variant (Variant)

Attribute name Data type Short name Unit Std. Description


Variant_ID Long Integer 1 Primary Key – Variant
ParentVariant_ID Long Integer 0 Secondary Key – Higher-Level Variant
Flag_Variant Integer 1 Active Variant
0: No
1: Yes
Name Text (50) Name Name – Variant
Author Text (50) Author 0 Author
ModifiedBy Text (50) Mod. By 0 Modified By
Created 0 Created
Modified 0 Modified
Revision Text (20) Rev. No. 0 Revision Number
Comment1 Text (80) Comment 1 0 Comment 1
Comment2 Text (80) Comment 2 0 Comment 2
VarIndex Text (8) Index of Variant

Calculation Settings (CalcParameter)

Attribute name Data type Short name Unit Std. Description


Basic Data
CalcParameter_ID Long Integer 0 Primary Key – Calculation Settings
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
LC_StartDate TimeStamp TV 0 View Date
LoadDataDate TimeStamp TL 0 Load Data Date
EcoTt_ts TimeStamp TE 0 Establishment Date
Control Settings
Flag_LC_Incl Integer Store Res. 0 Store Results in Database
0: Due to method
1: Completely
2: Violations
4: Marked
5: Marked or violations
Flag_Det_ST Integer Diagram Creation
0: None
1: Completely
2: Marked
3: Violations
4: Marked or violations
Flag_XSV Integer Rating 1 Determine Rating
1: Base rating
2: First additional rating
3: Second additional rating
4: Third additional rating
FLAG_IND Integer 0 Use Load Data
0: Base Data
1: Load Increase
2: Load Profile
3: Load Increase/Load Profile
4: Load Profile in Load Development

April 2019 71
PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

Flag_UsymElm Integer 1 Voltage Unbalance


1: V2/V1
2: V0/V1
3: NEMA
4: IEC 61000-2-2
5: IEC 61000-2-4
6: IEC 61000-4-30
Flag_XVU Integer 0 Connect Nodes
0: Include netw.
1: All
Flag_XME Integer 1 Controller Adjustment
1: Discrete
2: Continuous
Reference Data
f Double f Hz 50 Frequency
T_SUE Double Sref MVA 0 Reference Power
T_U Double Vref kV 0 Reference Voltage
Zero-Sequence Data
Flag_LFZ0 Integer MZI 1 Mode Zero-Phase Impedance
1: Input data
2: Z0 equals Z1
3: Ze equals Zl
4: Z0 blocking
5: Z0 equals Z1 and Npt
Lock_R0 Double R0lock Ohm 1000 Active Part – Lock Impedance
0
Lock_X0 Double X0lock Ohm 0 Imaginary Part – Lock Impedance
Load Flow
Flag_LFmet Integer 2 Load Flow Procedure
1: Current iteration
2: Newton-Raphson
3: Admittance matrix
5: Unbalanced (comp.)
8: Unbalanced (phases)
Flag_LfStartVal Integer 0 Convergence Control
0: Default
1: None
2: Fast
Flag_XSU Integer 0 Extended Calculations
0: None
1: Load factor
2: Nodal transmission loss factor
Flag_ABW Integer 1 Flat Start
0: No
1: Yes
Flag_DIType Integer 0 Change Load Flow Method at Convergence
Problems
0: Off
1: On
Flag_QvtoQi Integer 0 Impedance Load Conversion
0: No
1: Normal
2: Extended
Flag_ZKR Integer 1 Enable Automatic Controller Change
0: No
1: Yes
ITmax Long Integer 200 Maximum Number of Iterations
Flag_BIM Integer 1 Island Operation
0: No
1: Yes
Rmin Double vred % 80 Voltage Limit Load Reduction
T_CM Double 1 1 Load Flow Speed Factor

72 April 2019
SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

T_SV Double % 1 Power Accuracy


PNB Double MVA 0,001 Min. Power Accuracy
VLB Double % 0,01 Mesh Accuracy
VDN Double % 0,01 Node Accuracy
ull Double vll % 90 Voltage Lower Limit
uul Double vul % 110 Voltage Upper Limit
LC_Util Double % 100 Load Profile – Utilization Limits Branch Element
LC_Util_Line Double % 95 Line Utilization Limit
Settings for Controlling
Flag_TraReg Integer 0 Activate Transformer Tap Changer
0: Off
1: On
Flag_ShuntReg Integer 0 Activate Shunt Element Tap Changer
0: No
1: Yes
Flag_PhiUlf Integer 0 Activate Load Shedding
0: No
1: Yes
Flag_GenReg Integer 0 Activate Generator Controlling
0: No
1: Yes
Flag_Unit Integer 1 Activate Area Interchange
0: Off
1: On
Flag_RedistP Integer 0 Activate Redistribute Power between Supply
Sources
0: No
1: Yes
Load Profile
LC_StartTime Double ts h 22 Start Time Load Profile
LC_Duration Double tlc h 24 Duration Load Profile
LC_TimeStep Double dt h 0,25 Time Step Load Profile
Contingency Analysis
ZAA Integer 0 Reporting Limit
Load Development and Economics
IncrStartDate TimeStamp Ts 0 Start Date
IncrEndDate TimeStamp Te 0 End Date
Flag_LDECO Integer 1 Economics in Load Development Calculation
0: No
1: Yes
EcoP Double p % 3 Imputed Interest Rate
EcoInflation Double pr % 0 Inflation Rate
EcoCe Double ce 0,1 Energy Costs per kWh
OpSer_ID Long Integer Profile 0 Secondary Key – Energy Cost Profile
IncrSer_ID Long Integer Cost Incr. 0 Secondary Key – Energy Cost Increase
Load Flow Optimization
Flag_XCM Integer 1 Simulation Method
1: Gradient algorithm
2: Genetic algorithm
ITLF Long Integer 25 Max. Number of Iterations per Load Flow
ITOP1 Double 3 Number of External Iteration Steps
ITOP2 Double 3 Number of Internal Iteration Steps
ITcon Double 5 Number of Generations
f1 Double f1 100 Factor – Generator Voltages
f2 Double f2 1 Factor – Generator Powers

April 2019 73
PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

f3 Double f3 10 Factor – Transformer Voltages


f4 Double f4 10 Factor – Node Voltages
c1 Double c1 100 Classification – Generator Voltages
c2 Double c2 1 Classification – Generator Powers
c3 Double c3 10 Classification – Transformer Tap Position
Optimal Branching
Flag_OptBrLF Integer 0 Load Flow after Switching
0: No
1: Yes – without limit check
2: Yes – with limit check
Flag_XUN Integer 0 Ignore Switching State
0: No
1: Yes
Short Circuit
Flag_PreL Integer 3 Short Circuit Method
1: VDE 0102/1.90 – IEC 909
2: VDE 0102/IEC 909 (initial load)
3: VDE 0102/2002 – IEC 909/2001
4: IEC 61363-1/1998
5: IEC 61363-1/1998 (initial load)
6: IEEE C37 1990
7: G74
8: VDE 0102/2016 – IEC 909/2016
9: GOST R 52735/2007 – GOST 28249/1993
10: IEEE C37 2016
11: IEEE C37 (initial load)
Flag_ScType Integer SC Type 1 Kind of Short Circuit Data Type
1: User Defined
2: Minimum
3: Maximum
Flag_SCM Integer SC Mod. 0 Network Model for Short Circuit
0: Sym. Components
1: Phase Values
Temp_Dim Double Te °C 80 Temperature at End of Short Circuit
Flag_SCC Integer 1 Peak Short Circuit Current Calculation Type
1: Ratio R/X at fault location
2: Radial network
3: Equivalent frequency
4: Uniform ratio R/X
5: Ratio R/X at fault location R/X < 0.3
Flag_BCC Integer 1 Breaking Current Calculation Type
1: IANEU VDE0102/1.90 – IEC 909
2: IAALT VDE0102/10.71
tmin Double ts s 0,1 Global Switch Delay
Flag_Ansi_Method Integer 1 Solve Method
1: E/Z
2: E/X
Flag_Ansi_NACD Integer 1 NACD Option
1: All remote
2: Predominant
3: Interpolated
Flag_Ansi_Trf Integer 1 Modeling of Transformers
1: Actual data
2: Rated data
Flag_Ansi_Line Integer 1 Modeling of Shunt Elements
1: Actual data
2: Zero sequ. data
3: Ignore
fl2 Double fIp 1 Safety Factor for Peak Current
Flag_UseArc Integer 1 Use Arc Data
0: No
1: Yes

74 April 2019
SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

Flag_CalcRX Integer 1 Peak Current Calculation


1: Equivalent Impedance (Normal Frequency)
2: Equivalent Impedance (Equivalent
Frequency)
3: Equivalent Resistance/Reactance (Normal
Frequency)
AddFaultData_ID Long Integer Fault Data 0 Secondary Key – Additional Fault Data
Short Circuit Options
Flag_ScAsm Integer Join Motors 1 Join Asynchronous and Synchronous Motors
0: No
1: Yes
Flag_DC Integer 1 Join Photovoltaic in VDE 2016
0: No
1: Yes
Flag_Wind Integer 1 Join Windpower in VDE 2016
0: No
1: Yes
Flag_TrafoCorrectio Integer 1 Join Trafo Correction Factor in VDE 2016
n 0: No
1: Yes
Harmonics
Flag_HW Integer 4 Harmonic Weighting Type
0: None
1: IEEE 519 (Telephone influence factor)
2: THFF (Telephone high frequency factor)
3: NY x VNY
4: IEC 61000-2-4 class 1
5: IEC 61000-2-4 class 2
6: IEC 61000-2-4 class 3
fD Double fD 1 Detuning Factor
Flag_HarFreq Integer 2 Frequency Response at Node
1: For all same values
2: Individual values
fs Double fs Hz 50 Initial Frequency
fe Double fe Hz 2000 End Frequency
deltafmax Double dfmax Hz 50 Large Frequency Step
deltafmin Double dfmin Hz 5 Small Frequency Step
Flag_WE Integer 0 Wave Resistance Equations for Lines
0: No
1: Yes
Flag_RN Integer 0 Include Resonance Network in Frequency
Response
0: No
1: Yes
Flag_SwL Integer 0 Ignore Consumer
0: No
1: Yes
Flag_HarLoad Integer 1 Voltage Angle Consideration
0: No
1: Yes
Ripple Control
fRD Double fr Hz 50 Ripple Control Frequency
Flag_DDE Integer 1 Use Impedance Definition
0: No
1: Yes
Flag_Damage Integer 0 Use Frequency always from Calculation
Settings
0: No
1: Yes

April 2019 75
PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

Low Voltage Dimensioning


Flag_PreLD Integer 0 Initial Load
0: Without load flow calculation
1: With load flow calculation
Flag_NType Integer 1 Network Type
1: Public network (EVU)
2: Building installation (INST)
Sk2 Double Sk" MVA 100 Short Circuit Alternating Power
sbdv Double 9 Number of Sections (Dimensioning)
Flag_Area Integer Q 1 Consider Cross Section at Low Voltage
Dimensioning
0: No
1: All
2: Ik>Ith
Flag_Ith Integer Ith 1 Consider Thermical Current at Low Voltage
Dimensioning
0: No
1: Yes
Flag_I1s Integer I1s 1 Consider Reference Short Circuit Current (1s)
at Low Voltage Dimensioning
0: No
1: Yes
Flag_kfkt Integer fk 1 Consider k-Factor at Low Voltage Dimensioning
0: No
1: Yes
Service Connection Impedances – Cable
RC Double R Ohm 0 Service Connection Active Resistance Cable
XC Double X Ohm 0 Service Connection Reactance Cable
R0C Double R0 Ohm 0 Service Connection Active Resistance – Zero-
Phase Sequence Cable
X0C Double X0 Ohm 0 Reactance – Zero-Phase Sequence Cable
Service Connection Impedances – Overhead Line
RL Double R Ohm 0 Service Connection Active Resistance
Overhead Line
XL Double X Ohm 0 Service Connection Reactance Overhead Line
R0L Double R0 Ohm 0 Service Connection Active Resistance – Zero-
Phase Sequence Overhead Line
X0L Double X0 Ohm 0 Service Connection Reactance – Zero-Phase
Sequence Overhead Line
Dynamics
deltat1 Double ts s 0 Starting Time
tend Double te s 4 Stopping Time
deltat4 Double dt s 0,001 Time Step
V_S Double s 0 Plot Time Step
Flag_ProtDyn Integer ProtDev 0 Consider Protection Devices
0: No
1: Yes
Transient Stability Limit
T_ME Double ° -120 Load Angle Minimum
T_DA Double ° 120 Load Angle Maximum
Load Flow with PSS NETOMAC
Flag_ZLZ Integer 1 Simulation Method for Transient Stability Limit
1: Stability
2: EMT
ZQI Double Qacc MVA 0,1 Reactive Power Accuracy
Rmax Double Rmax Ohm 0 Minimal Branch Impedance

76 April 2019
SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

Model Formation
ZAI Integer 1 Model Formation
1: 0 Hz to 300 Hz
2: 50 Hz to 20 kHz
3: 10 kHz to 1 MHz
4: 500 kHz to 50 MHz
ModelName Text (20) 0 User Model Formation Name
Flag_X1P Integer 0 Force Single Phase Model
0: No
1: Yes
Data Files for PSS NETOMAC
Flag_ZTS Integer 0 Create Readable Files for PSS NETOMAC
0: None
1: Completely
2: No plotdef.
Flag_ZSH Integer 0 Additional Output
0: None
1: Comtrade (ASCII)
2: Comtrade (binary)
3: Plot File
Flag_UseNSN Integer 1 Load Flow Help
0: None
1: NSN
2: SINCAL
Eigenvalues
EVA_Method Integer 0 Eigenvalue Analysis Method
0: QR
1: Subspace
2: Dom. Pole
Zeta Double % -10 Zeta
ZetaChart Double % 5 Zeta Chart
OmegaMin Double rad/s 0,063 Minimum Omega
OmegaMax Double rad/s 6,283 Maximum Omega
SigmaMin Double rad/s -2 Minimum Sigma
SigmaMax Double rad/s 0,5 Maximum Sigma
SigmaStart Double rad/s 0 Sigma Start
U_ABW Double ts s 0 Start Time for Eigenvalues
Protection Coordination
Flag_UZLF Integer 1 Load Flow Consideration
0: No load flow
1: No overload release check
2: Overload release check
Flag_XDA Integer 3 Short Circuit Method Used in Protection
Coordination
0: Identical to short circuit
1: VDE 0102/1.90 – IEC 909
2: VDE 0102/IEC 909 (initial load)
3: VDE 0102/2002 – IEC 909/2001
4: IEC 61363-1/1998
5: IEC 61363-1/1998 (initial load)
6: IEEE C37 1990
7: G74
8: VDE 0102/2016 – IEC 909/2016
9: GOST R 52735/2007 – GOST 28249/1993
10: IEEE C37 2016
11: IEEE C37 (initial load)
Flag_XUS Integer 1 Kind of Short Circuit Data Type
0: Identical to short circuit
1: User Defined
2: Minimum
3: Maximum
ts Double s 0,15 Selective Tripping Time

April 2019 77
PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

tdelay Double s 0,03 Delay due to Mechanical Opening


Zdivide Double Ohm 0,25 Impedance Limit Line Sections
PT_Imin_p Double A 5 Minimum Current Protection Evaluation
deltat2 Double s 0,000 Simultaneity Interval
5
sbdv_prot Integer 4 Number of Sections (Protection Device
Coordination)
fl1 Double 1,6 Protection Route Factor
Diagrams
Flag_DPE Integer 0 Show Diagrams for Not-Started Protection
Devices
0: No
1: Yes
Flag_Step Integer 1 Zones for Selective Grading Diagrams
1: Up to the closest protection device
2: Up to second closest protection device
3: Up to third closest protection device
4: Up to fourth closest protection device
5: Up to fifth closest protection device
6: Up to sixth closest protection device
7: Up to seventh closest protection device
8: Up to eighth closest protection device
9: Up to nineth closest protection device
Determining Fault Locations
FLm Double m 10 Accuracy – Determining Fault Locations
Protection Settings
Flag_Strategie Integer 1 Strategy for Determination of Settings
1: DISTAL
2: Medium voltage networks
3: Line impedance
4: Line impedance connected
fD2P Double % 90 Grading Factor – Zone 2
Flag_fD3P Integer 2 Grading – Zone 3
1: Identical to 2nd step
2: Normal
Flag_Zprim Integer 2 Determining Primary Network Impedance
1: Consider intermediate infeeds
2: Ignore intermediate infeeds
Flag_Trafo Integer Transformers 2 Treatment of Transformers
1: Consider transformers
2: Ignore radial transformers
3: Ignore transformers
Flag_FeedNode Integer Infeeds 0 Treatment of Supply Nodes
0: None
1: Slack node
2: Slack node and transformer
3: Slack and transformer opposite node
Distance Protection Delay Times
t_st1 Double t1 s 0,1 Time – Zone 1
t_st2 Double t2 s 0,5 Time – Zone 2
t_st3 Double t3 s 0,9 Time – Zone 3
t_st4 Double t4 s 1 Time – Zone 4
t_st5 Double t5 s 1 Time – Zone 5
t_st6 Double t6 s 1 Time – Zone 6
ts_set Double stmin s 0,4 Minimum Selective Grading Time
Motor Start-Up
tstart Double ts s 0 Starting Time
tend2 Double te s 60 Motor Start-Up/Stopping Time in Seconds
deltat3 Double dt s 0,01 Motor Start-Up Time Step

78 April 2019
SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

tmax Double dR s 0,1 Result Time Step


EPM Double EPM Nm 0,1 Accuracy – Torque
Flag_DI Integer 1 Shedding During Startup
0: No
1: Yes

Optimal Network Parameter (OptNetParameter)

Attribute name Data type Short name Unit Std. Description


Basic Data
OptNet_ID Long Integer 0 Primary Key – Optimal Network Parameter
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Flag_Method Integer Method 0 Calculation Method
0: Rotating ray
1: Best savings
5: All
Flag_PostOptMode Integer Post-Opt. 0 Post-Optimization Mode
Mode 0: No optimization
1: 2 opt lin
2: 3 opt lin
3: All
maxPreOpt_Comb Long Integer 1 Maximum Pre-Optimal Combinations
Control Parameter for Optimization
Flag_NetworkMode Integer Exist. Netw. 0 Consider Existing Network
0: No
1: Yes
Flag_JoinSubNet Integer Calc. Values 0 Calculate Load Values for Substation
0: No
1: Yes
Flag_ExChangeLoo Integer Swap Stat. 0 Swap Substations
p 0: No
1: Yes
Flag_Link Integer 0 Create Links between Substations
0: No
1: Yes
Flag_PreLink Integer 0 Consider Prelinks between Substations
0: No
1: Yes
Defaults for Optimization
MaxRoute_P Double Pmax MW 0 Maximum Feeder Power
maxLoopStation Integer 1 0 Maximum Loop Substation Count
LoopOverLoad Double 1 0 Loop Overload Factor
Concurrency Double 1 0 Concurrency
LineCost Double cil 1 1 Line Costs per Meter
fLen Double wfl 1 1 Factor for Length
fCost Double wfC 1 1 Factor for Costs
ul Double Vl kV 0 Lower Voltage
uu Double Vu kV 0 Upper Voltage
R Double R Ohm 0 Resistance – Greenfield
X Double X Ohm 0 Reactance – Greenfield
Settings for Network Generation
VoltLevel_ID Long Integer Netw. Level 0 Secondary Key – Network Level

April 2019 79
PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

DefLine_ID Long Integer Def. Line 0 Secondary Key – Default Line

Extended Settings (GlobalSetting)

Attribute name Data type Short name Unit Std. Description


Setting_ID Long Integer 0 Primary Key – Global Settings
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Feature Text (12) Feature 0 Feature Name
Name Text (12) Name 0 Setting Name
Flag_Type Integer Type 1 Type of Value
1: Number
2: Text
Value1 Double Nval 0 Numeric Value
Value2 Tval 0 Text Value

Network Level (VoltageLevel)

Attribute name Data type Short name Unit Std. Description


Basic Data
VoltLevel_ID Long Integer 0 Primary Key – Network Level
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Name Text (50) Name Name – Network Level
ShortName Text (8) Short Name Short Name – Network Level
Flag_Volt Integer 1 Kind of Voltage
1: Line-Line Voltage (120°)
2: Line-Ground Voltage (120°)
3: Line-Line Voltage (180°)
4: Line-Ground Voltage (180°)
Un Double Vn kV 1 Rated Voltage
Uop Double Vop kV 0 Network Operating Voltage
f Double f Hz 50 Frequency
Temp_Line Double Tline °C 20 Overhead Line Conductor Temperature
AmbTemp_Line Double Atline °C 20 Ambient Temperature of Overhead Line
TempSun_Line Double dtsun °C 20 Temperature Increase due to Sun at Overhead
Line
Temp_Cable Double Tcable °C 20 Cable Conductor Temperature
AmbTemp_Cable Double Atcable °C 20 Ambient Temperature of Cable
Load Profile/Load Development
Flag_LimitRes Integer 0 Limit Results of Time Loop Simulations
0: Off
1: On
Short Circuit
Flag_Sc Integer Short Circuit 1 Calculate Short Circuit
0: No
1: Yes

80 April 2019
SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

Flag_CurStp Integer Calc. NP 1 Calculate Current through Neutral Points


0: No
1: Yes
Flag_Usc Integer VVDE 1 Voltage Data due to VDE/IEC
1: c-value
2: Source voltage
c Double c 1 0 c Value
Uk Double Vsc kV 0 Source Voltage
ts Double ts s 0,1 Switch Delay
Ipmax Double Ipmax kA 0 Maximum Admissible Peak Current
Ikmax Double Ik"max kA 0 Maximum Admissible Initial Short Circuit
Current
Iamax Double Ibmax kA 0 Maximum Admissible Breaking Current
Flag_Toleranz Integer Volt. Tol. 2 Voltage Tolerance – Low Voltage Networks
1: 6 %
2: 10 %
u_ansi Double Vpre pu 1 Pre-Fault Voltage due to IEEE
AddFaultData_ID Long Integer Fault Data 0 Secondary Key – Additional Fault Data
Optimal Branching
Flag_OptBr Integer Opt. Branching 1 Evaluate Optimal Branching
0: No
1: All terminals
2: At phys. switches
Determination of the Compensation Power
Flag_CompPower Integer Comp. Power 0 Evaluate Compensation Power
0: None
1: Power factor
CosPhi_ind Double cosφi 1 0,95 Cosinus Phi Maximum – Inductive
CosPhi_kap Double cosφc 1 -0,95 Cosinus Phi Maximum – Capacitive
Load Balancing
Flag_Balance Integer Bal. Con. 1 Balance Consumption
0: No
1: Yes
Harmonics
HarDistLimit_ID Long Integer 0 Secondary Key – Harmonic Distortion Limit
hmax_THD Integer νmax 1 0 Maximum Harmonic Number for Considering in
THD
Ripple Control
fRD Double fr Hz 50 Ripple Control Frequency
Arc Resistances for Protection Settings Determination
Flag_Arc_I Integer Arc_I 0 Arc Resistance at Impedance Measurement
0: None
1: Factor R from X
2: R Arc
3: Minimum R/X
I_Fkt_R Double I_fR pu 1,5 Factor R from X at Impedance Measurement
I_R Double I_R Ohm 4 Arc Resistance at Impedance Measurement
I_R_X Double I_fRX pu 0,25 Factor R/X at Impedance Measurement
Flag_Arc_M Integer Arc_M 0 Arc Resistance at Modified Impedance
Measurement
0: None
1: Factor R from X
2: R Arc
3: Minimum R/X
M_Fkt_R Double M_fR pu 1,5 Factor R from X at Modified Impedance
Measurement
M_R Double M_R Ohm 4 Arc Resistance at Modified Impedance
Measurement

April 2019 81
PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

M_R_X Double M_fRX pu 0,25 Factor R/X at Modified Impedance


Measurement
Flag_Arc_K Integer Arc_K 0 Arc Resistance at Conductance Measurement
0: None
1: Factor R from X
2: R Arc
3: Minimum R/X
K_Fkt_R Double K_fR pu 1,5 Factor R from X at Conductance Measurement
K_R Double K_R Ohm 4 Arc Resistance at Conductance Measurement
K_R_X Double K_fRX pu 0,25 Factor R/X at Conductance Measurement
Flag_Arc_P Integer Arc_P 0 Arc Resistance at Impedance Quadrilateral
0: None
1: Factor R from X
2: R Arc
3: Minimum R/X
P_Fkt_R Double P_fR pu 1,5 Factor R from X at Impedance Quadrilateral
P_R Double P_R Ohm 4 Arc Resistance at Impedance Quadrilateral
P_R_X Double P_fRX pu 0,25 Factor R/X at Impedance Quadrilateral
Flag_Arc_MHO Integer Arc_MHO 0 Arc Resistance at MHO Circle
0: None
1: Factor R from X
2: R Arc
3: Minimum R/X
MHO_Fkt_R Double H_fR pu 1,5 Factor R from X at MHO Circle
MHO_R Double H_R pu 4 Arc Resistance at MHO Circle
MHO_R_X Double H_fRX pu 0,25 Factor R/X at MHO Circle
Flag_Arc_Comb Integer Arc_Comb 0 Arc Resistance at Combined Measurement
0: None
1: Factor R from X
2: R Arc
3: Minimum R/X
Comb_Fkt_R Double C_fR pu 1,5 Factor R from X at Combined Measurement
Comb_R Double C_R Ohm 4 Arc Resistance at Combined Measurement
Comb_R_X Double C_fRX pu 0,25 Factor R/X at Combined Measurement
Overload Release Check
LF_Safety_I Double fI % 20 Safety Addition Current
LF_Safety_Phi Double dφ ° 5 Safety Addition Angle
LF_Safety_Z Double fZ % 20 Safety Reduction Impedance
Udgr Double Vdgr kV 0 Voltage for I/t Diagram
Reliability
Flag_Reliability Integer Def. Data 0 Default Data for Elements
0: No
1: Yes
SwitchBay1_ID Long Integer Switchbay B 0 Secondary Key – Switchbay Type Busbar
SwitchBay2_ID Long Integer Switchbay F 0 Secondary Key – Switchbay Type Feeder
BusbarType_ID Long Integer Busbar Type 0 Secondary Key – Busbar Type Reliability
LineType_ID Long Integer Line Type 0 Secondary Key – Overhead Line Type
Reliability
CableType_ID Long Integer Cable Type 0 Secondary Key – Cable Type Reliability
TransformerType_I Long Integer Transf. Type 0 Secondary Key – Transformer Type Reliability
D
SupplyType_ID Long Integer Supply Type 0 Secondary Key – Supply Type Reliability
DCInfeederType_ID Long Integer DC Inf. 0 Secondary Key – DC Infeeder Type Reliability
LoadDurCurve_ID Long Integer Load Dur. 0 Secondary Key – Annual Load Duration Curve
Curve

82 April 2019
SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

Flag_LP Integer Load Priority 3 Load Priority


1: High
2: Medium
3: Normal
4: Small
5: Low
Flag_DCInfeeder Integer 0 Ignore DC Infeeder in Reliability
0: No
1: Yes

Network Area (NetworkGroup)

Attribute name Data type Short name Unit Std. Description


Basic Data
Group_ID Long Integer 0 Primary Key – Network Area
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Name Text (50) Name Name – Network Area
ShortName Text (8) Short Name Short Name – Network Area
ParentGroup_ID Long Integer Parent 0 Secondary Key – Parent Network Area
Load Profile/Load Development
Flag_LimitRes Integer 0 Limit Results of Time Loop Simulations
0: Off
1: On
Transfer
Flag_IC Integer 0 Transfer Active
0: No
1: Yes
ICGenerator_ID Long Integer Gen 0 Secondary Key – Generator for Area
Interchange
Pdes Double Pdes MW 0 Interchange Leaving the Area
Ptol Double Ptol MW 10 Interchange Tolerance Bandwidth
Operating Points
DayOpSer_ID Long Integer Profile 1 0 Secondary Key – Profile 1
YearOpSer_ID Long Integer Profile 2 0 Secondary Key – Profile 2
WeekOpSer_ID Long Integer OP 0 Secondary Key – Operating Points
IncrSer_ID Long Integer Load Incr. 0 Secondary Key – Load Increase
Transmission
Flag_TRM Integer 0 User Defined Transmission Reliability Margin
0: Off
1: On
TRM Double TRM MW 0 Transmission Reliability Margin
Flag_ImpMaxP Integer 0 User Defined Maximum Import Power
0: Off
1: On
ImpMaxP Double Pimp MW 0 Maximum Import Power
Flag_ExpMaxP Integer 0 User Defined Maximum Export Power
0: Off
1: On
ExpMaxP Double Pexp MW 0 Maximum Export Power

April 2019 83
PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

Contingency Analysis
Flag_CausedForeig Integer Marked 1 Marked for Caused Malfunction
n Caused 0: No
1: Yes
Flag_Malfunc Integer Malfunc. 0 Malfunction
0: None
1: All elements
2: Loaded elements
3: All lines
4: Loaded lines
5: All lines and transformers
6: Loaded lines and transformers
Flag_Connectors Integer Connectors 1 Consider Connectors in Malfunction and
Caused Malfunction
0: No
1: Yes
Util_BaseLimit Double I/Irb % 95 Base Utilization Limit
Flag_CausedMalfu Integer Caused Malf. 0 Caused Malfunction
nc 0: None
1: Marked areas
2: Own area
Flag_CausedElem Integer Elements 1 Caused Elements
1: Loaded elements
2: Loaded lines
3: Loaded lines and transformers
Util_CausedLimit Double I/Irc % 95 Caused Utilization Limit
Flag_Unavailability Integer 0 Use Unavailability
1: None
2: Single failure (short)
3: Single failure (long)
Unavailability Double Qu min/a 0 Unavailability
Flag_Util Integer Show Limits 1 Show Elements outside Limits
0: None
1: Elements and nodes
2: Elements
3: Lines, transformers and nodes
4: Lines and transformers
5: Lines and nodes
6: Lines
Display Options I/t Diagram
Flag_IthDamage Integer 0 Display Option for Damage Curve
0: Parent
1: Show Ith
2: Hide Ith
Flag_CurRange Integer 0 Display Option for Current Range
0: Parent
1: Device
2: Area
3: Voltage

Network Area Transfer (NetworkGroupTrans)

Attribute name Data type Short name Unit Std. Description


Basic Data
GroupTrans_ID Long Integer 0 Primary Key – Network Area Transfer
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes

84 April 2019
SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

Flag_State Integer Active 0 Transfer Active


0: No
1: Yes
Name Text (50) Name 0 Name – Zone
ShortName Text (8) Short Name 0 Short Name – Zone
GroupFrom_ID Long Integer From 0 Secondary Key – Network Area from
GroupTo_ID Long Integer To 0 Secondary Key – Network Area to
Ptran Double Ptrans MW 0 Power Transfer
Operating Points
DayOpSer_ID Long Integer Profile 1 0 Secondary Key – Profile 1
YearOpSer_ID Long Integer Profile 2 0 Secondary Key – Profile 2
WeekOpSer_ID Long Integer OP 0 Secondary Key – Operating Points
IncrSer_ID Long Integer Incr 0 Secondary Key – Transfer Increase
Transfer Capacity
Flag_TransCap Integer 0 Determinig Transfer Capacity
0: No
1: Import
2: Export
3: Import/Export

Network Zone (NetworkZone)

Attribute name Data type Short name Unit Std. Description


Basic Data
Zone_ID Long Integer 0 Primary Key – Network Zone
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Name Text (50) Name 0 Name – Network Zone
ShortName Text (8) Short Name 0 Short Name – Network Zone

Network Element Group (RelGroup)

Attribute name Data type Short name Unit Std. Description


Basic Data
Group_ID Long Integer 0 Primary Key – Group
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Name Text (50) Name Name – Group
ShortName Text (8) Short Name Short Name – Group

April 2019 85
PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

Flag_Group Integer Group Type of Group


0: Common group
1: Common mode group (overhead lines)
2: Common mode group (general)
3: Function group
4: Voltage curve
5: Load group
6: Malfunction group
7: Protection route
8: Multi-section line group
9: Controlling group
10: Multi-terminal DC line
11: Boundary set
T_VERZ Double tdis h 1000 Time to Disintegration
Flag_Auf Integer Dissolving Pri. 3 Priority for Disintegration
1: High
2: Medium
3: Normal
4: Small
5: Low
L_VER Double Lcur km 0 Length of Common Course
H_U Double FCm 1/a 0 Common Mode Failure – Failure Rate
T_U Double TCm h 0 Common Mode Failure – Duration
Flag_Ctrl Integer 1 Control Mode
1: Sequentiell
2: Deviation
Order_Ctrl Integer 0 Control Order
Additional Data
Set1Name Text (16) 0 Setting 1 – Name
Set1Val Double 0 Setting 1 – Value
Set1Unit Text (8) 0 Setting 1 – Unit
Set2Name Text (16) 0 Setting 2 – Name
Set2Val Double 0 Setting 2 – Value
Set2Unit Text (8) 0 Setting 2 – Unit
Set3Name Text (16) 0 Setting 3 – Name
Set3Val Double 0 Setting 3 – Value
Set3Unit Text (8) 0 Setting 3 – Unit
Set4Name Text (16) 0 Setting 4 – Name
Set4Val Double 0 Setting 4 – Value
Set4Unit Text (8) 0 Setting 4 – Unit

Network Element Group Relationship (RelGroupRelationship)

Attribute name Data type Short name Unit Std. Description


RelGroupRel_ID Long Integer 0 Primary Key – Group Relationship
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Group_ID Long Integer Group 0 Secondary Key – Group
Flag_Typ Integer Relationship 1 Type of Relationship
1: Node
2: Element
Node_ID Long Integer Node/Busbar 0 Secondary Key – Node
Element_ID Long Integer Element 0 Secondary Key – Network Element
Pos Long Integer Pos 1 0 Position

86 April 2019
SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

Manipulation (Manipulation)

Attribute name Data type Short name Unit Std. Description


Mpl_ID Long Integer 0 Primary Key – Manipulation
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Name Text (50) Name – Manipulation

P Double P MW 0 Active Power – Additional Value


fP Double fP 1 0 Factor – Active Power
Q Double Q Mvar 0 Reactive Power – Additional Value
fQ Double fQ 1 0 Factor – Reactive Power
u Double v % 0 Voltage – Additional Value
fu Double fv 1 0 Factor – Voltage
delta Double δ ° 0 Voltage Angle – Addition Value
fdelta Double fδ 1 0 Factor – Voltage Angle
phi Double φ ° 0 Phase Angle Additional Value
fphi Double fφ 1 0 Factor – Angle
I Double I kA 0 Current – Additional Value
fI Double fI 1 0 Factor – Current
S Double S MVA 0 Apparent Power – Additional Value
fS Double fS 1 0 Factor – Apparent Power
cosphi Double cosφ 1 0 Power Factor – Additional Value
fcosphi Double fcosφ 1 0 Factor – Power Factor
P_Pn Double P/Pn pu 0 Utilization – Additional Value
fP_Pn Double fP/Pn 1 0 Factor Utilization
E Double E MWh 0 Energy Consumption Addition Value
fE Double fE 1 0 Factor – Energy Consumption
t Double t s 0 Utilization Period – Additional Value
ft Double ft 1 0 Factor – Utilization Period
Eap Double EP kWh 0 Annual Active Power – Consumption Additional
Value
fEap Double fEP 1 0 Factor Annual Active Power – Consumption
Erq Double EQ kvarh 0 Annual Reactive Power – Consumption
Additional Value
fErq Double fEQ 1 0 Factor Annual Reactive Power – Consumption
Eapcon Double Pi kW 0 Max. Consumption Active Power – Additional
Value
fEapcon Double fPi 1 0 Factor Max. Consumption – Active Power
Erpcon Double Qi kvar 0 Max. Consumption Reactive Power – Additional
Value
fErpcon Double fQi 1 0 Factor Max. Consumption – Reactive Power
Flag_Typ Integer 0 Manipulation Type 1
Flag_OS Integer 0 Manipulation Type 1
Flag_Active Long Integer 0 Manipulation Type 1

April 2019 87
PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

Include Network (InclDatabase)

Attribute name Data type Short name Unit Std. Description


InclDB_ID Long Integer 0 Primary Key – Network Include Network
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Flag_State Integer State 1 State
0: Off
1: On
DBType Integer DB Type 1 Database Type
1: MS Access
2: Oracle
3: SQL Server Express Local
4: SQL Server Express
5: SQL Server
6: SQLite
Name Text (255) File/Service File Name/Service Name
Pwd Text (255) Password Password
UserName Text (255) User Name User Name

Element State (ElementState)

Attribute name Data type Short name Unit Std. Description


ElementState_ID Long Integer 0 Primary Key – Element State
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Element_ID Long Integer Element 0 Secondary Key – Element
Name Text (20) Name 0 Name
Flag_State Integer State 0 State of Element
1: In Service
2: Out of Service
StateDate TS 0 Date

Scenario (Scenario)

Attribute name Data type Short name Unit Std. Description


Scenario_ID Long Integer 0 Primary Key – Scencario
Variant_ID Long Integer Secondary Key – Variant
Flag_Variant Integer Element of Current Variant
Name Text (50) Name 0 Name
Comments Comment Comment
Flag_State Integer 1 Consider for all Calculations using Scenarios
0: Off
1: On
Flag_StateLFSCN Integer 1 Consider for Scenario Calculations
0: Off
1: On

88 April 2019
SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

Scenario File (ScenarioFile)

Attribute name Data type Short name Unit Std. Description


ScenarioFile_ID Long Integer 0 Primary Key – Scencario File
Variant_ID Long Integer Secondary Key – Variant
Flag_Variant Integer Element of Current Variant
Scenario_ID Long Integer 0 Secondary Key – Scenario
Name Text (50) 0 Name
Flag_State Integer 1 Status
0: Off
1: On
FileName Text (255) 0 File Name
Pos Integer 0 Order
Flag_OperatingStat Integer 0 Enable Operating State
e 0: Off
1: On
OperatingState Integer 0 Operating State
0: Off
1: On
Flag_Ti Integer 0 Enable Establishment Date
0: Off
1: On
Ti Ti 0 Establishment Date
Flag_Ts Integer 0 Enable Shutdown Date
0: Off
1: On
Ts Ts 0 Shutdown Date

Owner (Owner)

Attribute name Data type Short name Unit Std. Description


Owner_ID Long Integer 0 Primary Key – Owner
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Name Text (50) Name 0 Name – Owner
ShortName Text (8) Short Name 0 Short Name – Owner

Owner Relation (OwnerRel)

Attribute name Data type Short name Unit Std. Description


OwnerRel_ID Long Integer 0 Primary Key – Owner Relationship
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Owner_ID Long Integer Owner 0 Secondary Key – Owner
Flag_Type Integer Type 1 Type of Relationship
1: Node
2: Network element
3: Station

April 2019 89
PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

Node_ID Long Integer Node 0 Secondary Key – Node


Element_ID Long Integer Element 0 Secondary Key – Element
Fraction Double Frac % 0 Fraction of Ownership
EcoStation_ID Long Integer Station 0 Secondary Key – Substation

Description (Description)

Attribute name Data type Short name Unit Std. Description


Description_ID Long Integer 0 Primary Key – Description
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Name Text (8) Name 0 Name – Description
Description Desc. 0 Description Text

Binary Large Object Data (BlobData)

Attribute name Data type Short name Unit Std. Description


BLOB_ID Long Integer Blob 0 Primary Key – Blob
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Flag_Type Integer Blob 0 Type of Blob
Name Text (50) Desc. 0 Description
BLOB_Data Data 0 Blob Data

2.2.2 Supplementary Data for Elements

Element supplementary data include additional information for the network elements such as fuses,
controllers or characteristics.

Table name ID Description


Busbar 177 Busbar
Breaker 176 Breaker
MeasureData 170 Measurement data
LineSeg 192 Line segment
CoupledLine 28 Coupled line
CouplingData 206 Coupling data
NeutralPointImp 41 Neutral point impedance
CompImp 175 Compensation impedance
LineReactor 172 Line reactor
DCConverter 195 AC/DC converter
EnergyStorage 210 Energy storage
CapInstall 40 Available capacitors
TransformerTap 43 Transformer tap

90 April 2019
SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

TransformerTapValue 44 Transformer tap values


TransformerCon 212 Transformer control
TransformerConValue 213 Transformer control values
CtrlRange 233 Control range
OptNetLink 201 Optimal network structure links
Characteristic 45 Characteristics
CharacteristicValue 46 Characteristics values
LineTempIDH_DB_CHAR 220 Line temperature characteristics
LineTempValue 221 Line temperature characteristics values
LoadCustomer 14 Load customer
PowerLimit 47 Power limit
PowerLimitValue 48 Power limit values
ShuntSwitchTime 39 Switch time dynamics
PowerRel 158 Load development
Op 215 Operating point
OpSer 159 Operating points/profiles
OpSerVal 160 Operating point/profile values
IncrSer 154 Load increase
IncrSerVal 155 Load increase values
PowerSer 156 Power default
PowerSerVal 157 Power default values
ElementExt 37 Extended element data
NodeExt 200 Extended node data
MasterResource 189 Master resource

Busbar (Busbar)

Attribute name Data type Short name Unit Std. Description


Busbar_ID Long Integer 0 Primary Key – Busbar
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Name Text (50) Name 0 Name – Node
ShortName Text (8) Short Name 0 Short Name – Node
Flag_Type Integer Type 1 Busbar Type
1: Single busbar
2: Double busbar
3: Multiple busbar

Breaker (Breaker)

Attribute name Data type Short name Unit Std. Description


Basic Data
Breaker_ID Long Integer 0 Primary Key – Breaker
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes

April 2019 91
PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

Terminal_ID Long Integer Terminal 0 Secondary Key – Terminal


EcoElement_ID Long Integer 0 Secondary Key – Operational Device
Name Text (50) Name 0 Name of Breaker
Flag_Typ Integer Type 0 Breaker Type
0: Breaker
1: Power circuit-breaker
2: Disconnector
Typ Text (50) Name 0 Breaker Type Name
Flag_Remote Integer 0 Remote Controlled Breaker
0: No
1: Yes
Flag_SwitchMode Integer 1 Switch all Phases or Individual Phases
1: All phases
2: Individual phases
Flag_State Integer State 1 Breaker State
0: Opened
1: Closed
Flag_StateL1 Integer L1 1 Breaker State L1
0: Opened
1: Closed
Flag_StateL2 Integer L2 1 Breaker State L2
0: Opened
1: Closed
Flag_StateL3 Integer L3 1 Breaker State L3
0: Opened
1: Closed
Flag_MainDir Integer 1 Main Protection Direction
1: Non-directional
2: Forward
3: Reverse
Macro_ID Long Integer Model 0 Secondary Key – Switching Model
I_n Double Ith kA 0 Thermal Limit Current
Ith1 Double Ith1 kA 0 First Additional Limit Current
Ith2 Double Ith2 kA 0 Second Additional Limit Current
Ith3 Double Ith3 kA 0 Third Additional Limit Current
ts Double ts s 0,1 Switch Delay
Ipmax Double Ipmax kA 0 Maximum Admissible Peak Current
Iamax Double Ibmax kA 0 Maximum Admissible Breaking Current
S_C Double Sc € 0 Switch Costs
Optimization
Flag_OptBr Integer Consider OB 1 Consider in Optimal Branching
0: Unlocked
1: Locked
Switch Time Dynamics
ShuntSwitchTime_I Long Integer 0 Secondary Key – Switching Time
D

Measurement Data (MeasureData)

Attribute name Data type Short name Unit Std. Description


Basic Data
MeasData_ID Long Integer 0 Primary Key – Measurement Data
Variant_ID Long Integer 1 Secondary Key – Variant

92 April 2019
SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

Flag_Variant Integer 1 Element of Current Variant


0: No
1: Yes
Flag_State Integer OP State 1 State
0: Off
1: On
Terminal_ID Long Integer Terminal 0 Secondary Key – Terminal
Name Text (50) Name Name of Data Location
Flag_Phase Integer Phase 7 Phase
1: L1
2: L2
3: L3
7: L123
Flag_Typ Integer Show 1 Show in Graphic
0: No
1: Yes
Trimming
Flag_Val Integer Value 1 Measured Value
1: Current
2: Apparent power
3: Active and reactive power
Flag_Direction Integer Dir 1 Measurement Direction
1: Element
2: Node
I Double I A 0 Current
I_min Double Imin A 0 Minimum Current
S Double S kVA 0 Apparent Power
S_min Double Smin kVA 0 Minimum Apparent Power
cos_phi Double cosφ 1 0,95 Power Factor
cos_phi_min Double cpmin 1 0,75 Power Factor for Minimum
P Double P kW 0 Active Power
P_min Double Pmin kW 0 Minimum Active Power
Q Double Q kvar 0 Reactive Power
Q_min Double Qmin kvar 0 Minimum Reactive Power
Measurement Data
Im Double Im A 0 Current
phiIm Double φIm ° 0 Current Angle
U Double Vm kV 0 Voltage
phiU Double φVm ° 0 Voltage Angle
Tcon Double Tcon °C 0 Temperature of Device
Tenv Double Tenv °C 0 Temperature of Environment
Operating Points
DayOpSer_ID Long Integer Profile 1 0 Secondary Key – Profile 1
YearOpSer_ID Long Integer Profile 2 0 Secondary Key – Profile 2
WeekOpSer_ID Long Integer OP 0 Secondary Key – Operating Points
IncrSer_ID Long Integer Load Incr. 0 Secondary Key – Load Increase

Line Segment (LineSeg)

Attribute name Data type Short name Unit Std. Description


LineSeg_ID Long Integer 0 Primary Key – Line Segment
Variant_ID Long Integer 1 Secondary Key – Variant

April 2019 93
PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

Flag_Variant Long Integer 1 Element of Current Variant


0: No
1: Yes
Line_ID Long Integer Line 0 Secondary Key – Line
Name Text (50) Name 0 Name – Line Segment
ShortName Text (8) Short Name 0 Short Name – Line Segment
LineType Text (40) Type Name 0 Name of Line Type
Flag_LineTyp Integer Line Type 1 Line Type
1: Cable
2: Overhead line
3: Connector
4: Coupling data
NoSeg Integer Nr 0 Number of Line Segment in Line
l Double l km 0 Length
r Double r Ohm/km 1 Resistance
Flag_Vart Integer CL 1 Cable Location
1: Ground
2: Air
x Double x Ohm/km 0,1 Reactance
c Double c nF/km 0,4 Capacitance
Un Double Vn kV 0 Rated Voltage
va Double va kW/km 0 Leakage Losses to Ground
LineInfo Text (20) Cond. Info 0 Conductor Information
alpha Double α 1/°C 0,004 Temperature Coefficient for Temperature
Dependent Resistance Change
Ith Double Ith kA 0 Thermal Limit Current
r0 Double r0 Ohm/km 0 Resistance – Zero-Phase Sequence
x0 Double x0 Ohm/km 0 Reactance – Zero-Phase Sequence
c0 Double c0 nF/km 0 Capacitance in Zero-Phase Sequence
Flag_Ground Integer Ground Ret. 0 Ground Return
0: No
1: Yes

Coupled Line (CoupledLine)

Attribute name Data type Short name Unit Std. Description


CoupledLine_ID Long Integer 0 Primary Key – Coupled Line
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Element_ID1 Long Integer Line 1 0 Secondary Key – Element 1
Element_ID2 Long Integer Line 2 0 Secondary Key – Element 2
R0 Double R0M Ohm 1 Coupled Resistance – Zero-Phase Sequence
X0 Double X0M Ohm 1 Coupled Reactance – Zero-Phase Sequence
Comments1 Text (50) Comment 1 Comment 1
Comments2 Text (50) Comment 2 Comment 2

94 April 2019
SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

Coupling Data (CouplingData)

Attribute name Data type Short name Unit Std. Description


Basic Data
CoupData_ID Long Integer 0 Primary Key – Coupling Data
Variant_ID Long Integer 0 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Name Text (50) Name 0 Name of Coupled System
Description Text (50) Desc. 0 Description
ProjName Text (50) Proj 0 Name of Leika Project
Harmonics
Flag_Har Integer 0 State – Harmonics
0: Pre-defined dependency
1: Quality – R constant
2: Quality – X/R constant
qr Double qr 1 1 Quality – R Constant
ql Double ql 1 0 Quality – X/R Constant

Neutral Point Impedance (NeutralPointImp)

Attribute name Data type Short name Unit Std. Description


Stp_ID Long Integer 0 Primary Key – Neutral Point Impedance
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Flag_Switch Integer OP State 1 Operating State
0: Off
1: On
Name Text (50) Name Neutral Point Name
ComStp_ID Long Integer Com. NP 0 Secondary Key – Common Neutral Point
Impedance
Flag_Type Integer Type 3 Type of Neutral Point Impedance
1: Element
2: Node
3: Common NP
Node_ID Long Integer Node 0 Secondary Key – Fault Location Node
Element_ID Long Integer Element 0 Secondary Key – Element
Flag_Gra Integer Show 0 Show in Graphic
0: No
1: Yes
Flag_Curr Integer Calc. Cur. 0 Calculate Current
0: No
1: Yes
RE Double RE Ohm 0 Neutral Point Resistance
XE Double XE Ohm 0 Neutral Point Reactance
Flag_Ground Integer ZG 0 Ground Impedance
0: No
1: Yes
RG Double RG Ohm 0 Ground Resistance
XG Double XG Ohm 0 Ground Reactance

April 2019 95
PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

Compensation Impedance (CompImp)

Attribute name Data type Short name Unit Std. Description


CompImp_ID Long Integer 0 Primary Key – Compensation Impedance
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Name Text (50) Name 0 Name – Compensation Impedance
Flag_Data Integer Data 1 Impedance Data Definition
1: Balanced
2: Unbalanced
r Double R Ohm 0 Resistance L1, L2 and L3
x Double X Ohm 0 Reactance L1, L2 and L3
r1 Double R1 Ohm 0 Resistance L1
x1 Double X1 Ohm 0 Reactance L1
r2 Double R2 Ohm 0 Resistance L2
x2 Double X2 Ohm 0 Reactance L2
r3 Double R3 Ohm 0 Resistance L3
x3 Double X3 Ohm 0 Reactance L3

Line Reactor (LineReactor)

Attribute name Data type Short name Unit Std. Description


Basic Data
LineReactor_ID Long Integer 0 Primary Key – Line Reactor
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Flag_State Integer OP State 1 State
0: Off
1: On
Terminal_ID Long Integer Terminal 0 Secondary Key – Terminal
EcoElement_ID Long Integer 0 Secondary Key – Operational Device
Name Text (50) Name 0 Name of Line Reactor
Flag_Typ Integer Show 1 Show in Graphic
0: No
1: Yes
Sn Double Sn MVA 0 Rated Apparent Power
Vcu Double Vcu kW 0 Copper Losses
Vfe Double Vfe kW 0 Iron Losses
Zero-Phase Sequence
Flag_Z0 Integer Grounding 0 Grounding
0: Not grounded
1: Fixed grounded
2: Grounded w. impedances
Flag_Z0_Input Integer 1 Zero-Phase Sequence Input Data
1: Z0/Z1 and R0/X0
2: R0 and X0
3: Z0 identical Z1
Z0_Z1 Double Z0/Z1 pu 1 Ratio Zero-Phase to Positive-Phase Sequence
Impedance
R0_X0 Double R0/X0 pu 0 Ratio R/X – Zero-Phase Sequence

96 April 2019
SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

R0 Double R0 Ohm 0 Resistance – Zero-Phase Sequence


X0 Double X0 Ohm 0 Reactance – Zero-Phase Sequence
Stp_ID Long Integer Neutral Point 0 Secondary Key – Neutral Point Impedance
Harmonics
Flag_Har Integer 0 State – Harmonics
0: Pre-defined dependency
1: Quality – R constant
2: Quality – X/R constant
3: Impedance characteristics
qr Double qr 1 1 Quality – R Constant
ql Double ql 1 0 Quality – X/R Constant
HarImp_ID Long Integer 0 Secondary Key – Impedance Characteristics

AC/DC Converter (DCConverter)

Attribute name Data type Short name Unit Std. Description


Basic Data
DCConverter_ID Long Integer 0 Primary Key – AC/DC Converter
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Name Text (50) Name 0 AC/DC Converter Name
EcoElement_ID Long Integer 0 Secondary Key – Operational Device
Flag_Type Integer 1 Type of DC Converter
1: PSS E
2: CSC
3: VSC
n_Bridges Integer Bridges 1 Number of Bridges
max_fiireangle Double famax ° 180 Maximum Firing Angle
lf_fireangle Double falf ° 120 Load Flow Firing Angle
R_ComTrans Double Rct Ohm 0 Resistance Commutating Transformer
X_ComTrans Double Xct Ohm 0 Reactance Commutating Transformer
Xc_Com Double Xc Ohm 0 Commutating Capacitor Reactance
Usmin Double Vmin % 80 Minimum Secondary Voltage
Usmax Double Vmax % 110 Maximum Secondary Voltage
Node_ID Long Integer Node 0 Secondary Key – Measuring Node
Ur_ac Double Vrp kV 0 Primary Base AC Voltage – Converter
Sbase Double Sb MVA 1 Base Power
Valves Integer 1 Number of Valves in Converter
Udcr Double Vdcr kV 1 Rated Voltage on DC Side
Udcmax Double Vdcmax kV 1 Maximum Voltage on DC Side
Udcmin Double Vdcmin kV 1 Minimum Voltage on DC Side
U0valve Double V0valve kV 1 Valve Threshold Voltage
PidleLoss Double Pil MW 0 Active Idle Power Losses in Pole
ResLoss Double Prl MW 0 Resistive Power Losses
SwiLoss Double Psl MW 0 Switching Power Losses
Flag_VsPpcc Integer 1 Ppcc Control for VS Converter
1: Pcc
2: Vdc
3: Ppcc and Vdc droop
4: Ppcc and Vdc droop (compensation)
5: Ppcc and Vdc droop pilot

April 2019 97
PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

Flag_VsQpcc Integer 1 Qpcc Control for VS Converter


1: Reactive Pcc
2: Voltage Pcc
3: Powerfactor Pcc
Flag_CsPpcc Integer 1 Ppcc Control for CS Converter
1: Active Power
2: DC Voltage
3: DC Current
PpccTarget Double Ppcc MW 0 Active Power Injection Target AC Grid
UdcTarget Double Vdc kV 1 Target Value for DC Voltage
alphamax Double αmax ° 0 Maximum Fire Angle
alphamin Double αmin ° 0 Minimum Fire Angle
gammamax Double γmax ° 0 Maximum Extinction Angle
gammamin Double γmin ° 0 Minimum Extinction Angle
Idcr Double Idcr kA 0 Rated Direct Current DC Side
Idcmax Double Idcmax kA 0 Maximum Direct Current DC Side
Idcmin Double Idcmin kA 0 Minimum Direct Current DC Side
alphaTarget Double α ° 0 Target Fire Angle
gammaTarget Double γ ° 0 Target Extinction Angle
IdcTarget Double Idc kA 0 Target Direct Current DC Side
Droop Double Dr pu 0 Droop Constant
DroopComp Double Rd Ohm 0 Droop Compensation Resistance
QShare Double Qsh Mvar 0 Reactive Power Sharing among Converters
QpccTarget Double Qpcc Mvar 0 Reactive Power Injection Target AC Grid
Modmax Double Mmax pu 0 Maximum Modulation AC and DC Voltage
Ivalvemax Double Ivmax kA 0 Maximum Current through Valve
Rdcs Double Rs Ohm 0 DC Smooth Resistance
Xdcs Double Xs Ohm 0 DC Smooth Reactance
Rdcg Double Rg Ohm 0 DC Ground Resistance
Xdcg Double Xg Ohm 0 DC Ground Reactance
Transformer Data
Flag_Trafo Integer Transf. Mod. 0 Transformer Modeling
1: Simplified modeling
2: Real transformer
NetTrans_ID Long Integer Netw. Transf. 0 Secondary Key – Network Transformer
Urp_NetTrans Double Vrp kV 0 Primary AC Voltage – Network Transformer
Urs_NetTrans Double Vrs kV 0 Secondary AC Voltage – Network Transformer
Sr_NetTrans Double Sn MVA 0 Rated Apparent Power – Network Transformer
uk_NetTrans Double vsc % 10 Reference Short Circuit Voltage
ur_NetTrans Double vr % 0 Short Circuit Voltage – Ohmic Part
Flag_roh Integer State Contr. 1 State Controller
0: None
1: Fix
2: Variable
roh_NetTrans Double ρ 0 Present Tap Position
rohl_NetTrans Double ρl 0 Minimum Tap Position – Network Transformer
rohm_NetTrans Double ρm 0 Main Tap Position – Network Transformer
rohu_NetTrans Double ρu 0 Maximum Tap Position – Network Transformer
uroh_NetTrans Double vtap % 0 Additional Voltage per Tap – Network
Transformer
Converter
Flag_Converter Integer 0 Converter Data Active
0: No
1: Yes

98 April 2019
SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

IskPF Double IskPF kA 0 Maximum Source Current at 3-Phase Fault


from Manufacturer
Isk2PF Double Isk2PF kA 0 Maximum Source Current at 2-Phase fault from
Manufacturer
Isk1PF Double Isk1PF kA 0 Maximum Source Current at 1-Phase fault from
Manufacturer
IkPF Double IkPF kA 0 Steady-State Current at 3-Phase Fault from
Manufacturer
Fkt_Isk Double φIsk 1 1 Factor for Converter Currents
Phi_Isk Double fIsk ° 0 Angle for Converter Currents
R2_PF Double R2 Ohm 0 Negative Sequence Resistance due to
Controlling
X2_PF Double X2 Ohm 0 Negative Sequence Reactance due to
Controlling

Energy Storage (EnergyStorage)

Attribute name Data type Short name Unit Std. Description


EnergyStorage_ID Long Integer 0 Primary Key – Energy Storage
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Name Text (50) Name 0 Energy Storage Name
Flag_Type Integer Type 1 Type of Storage
1: Generic
2: Battery
3: Capacitor bank
Emax Double Emax MWh 0 Maximal Energy Storage
Emin Double Emin MWh 0 Minimal Energy Storage
EffIn Double η1 pu 1 Efficiency Input
EffOut Double η2 pu 1 Efficiency Output
Estart Double Estart MWh 0 Start Energy Storage

Available Capacitors (CapInstall)

Attribute name Data type Short name Unit Std. Description


CapInstall_ID Long Integer 0 Primary Key – Available Capacitors
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Flag_State Integer State 1 Installation State
0: Off
1: On
Name Text (50) Name 0 Capacitor Installation Name
Typ_ID Long Integer Type 0 Secondary Key – Standard Type
Flag_Typ_ID Integer 0 Secondary Key – Standard Type State
0: None
1: Global standard type
2: Local standard type
Amount Integer Cnt 1 Amount of Identical Capacitors for Installation
Sn Double Qn Mvar 0 Rated Reactive Power

April 2019 99
PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

Vdi Double Vdi kW 0 Dielectric Losses


Un Double Vn kV 0 Rated Voltage
Ci Double Ci 0 Acquisition Costs

Transformer Tap (TransformerTap)

Attribute name Data type Short name Unit Std. Description


TransformerTap_ID Long Integer 0 Primary Key – Transformer Tap
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Name Text (50) Name 0 Transformer Tap Name
Ubase Double Vb kV 0 Base Voltage for Tap Positions

Transformer Tap Values (TransformerTapValue)

Attribute name Data type Short name Unit Std. Description


TransformerTapVal Long Integer 0 Primary Key – Transformer Tap Value
ue_ID
TransformerTap_ID Long Integer 0 Secondary Key – Transformer Tap
Pos Double Pos 0 Tap Position
uadd Double vadd % 0 Additional Voltage
alpha Double α ° 0 Phase Shift Angle
R Double R Ohm 0 Resistance R at this Tap
X Double X Ohm 0 Reactance X at this Tap

Transformer Control (TransformerCon)

Attribute name Data type Short name Unit Std. Description


TransformerCon_ID Long Integer 0 Primary Key – Transformer Control
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Name Text (50) 0 Transformer Control Name
Flag_Type Integer Type 1 Type of Control
1: Current
2: Active Power
3: Apparent Power
Ubase Double Vb kV 0 Base Voltage for Transformer Control
udelta Double vd % 1 Delta for Target Voltage

100 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

Transformer Control Values (TransformerConValue)

Attribute name Data type Short name Unit Std. Description


TransformerConVal Long Integer 0 Primary Key – Transformer Control Value
ue_ID
TransformerCon_ID Long Integer 0 Secondary Key – Transformer Control
u Double v % 100 Voltage
I Double I kA 0 Current
P Double P MW 0 Active Power
S Double S MVA 0 Apparent Power

Control Range (CtrlRange)

Attribute name Data type Short name Unit Std. Description


CtrlRange_ID Long Integer 0 Primary Key – Control Range
Variant_ID Long Integer Secondary Key – Variant
Flag_Variant Integer Element of Current Variant
Name Text (16) Name 0 Name
Flag_roh Integer State Tap 0 State – Tap Position
0: None
1: Fixed
2: Node
3: Impedance
4: Active power
5: Reactive power
6: Control charact.
7: Manual setting
Node_ID Long Integer 0 Secondary Key – Controlled Node
uul Double vu % 103 Voltage Upper Limit at Controlled Node
ull Double vl % 98 Voltage Lower Limit at Controlled Node
Pul Double Pu 0 Active Power Upper Limit for Controlling
Pll Double Pl 0 Active Power Lower Limit for Controlling
Qul Double Qu 0 Reactive Power Upper Limit for Controlling
Qll Double Ql 0 Reactive Power Lower Limit for Controlling
TransformerCon_ID Long Integer Transf. Ctrl. 0 Secondary Key – Transformer Control
CompImp_ID Long Integer Comp. Imp. 0 Secondary Key – Compensation Impedance
Flag_CompNode Integer Comp. Node 1 Compensation Node
1: Side 1
2: Side 2
3: Side 3

Optimal Network Structure Links (OptNetLink)

Attribute name Data type Short name Unit Std. Description


OptNetLink_ID Long Integer 0 Primary Key – Optimal Network Links
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Flag_State Integer State 0 State
0: Off
1: On

April 2019 101


PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

Name Text (8) Name 0 Name for Primary Substation Link


EcoStation_ID1 Long Integer Substation 1 0 Secondary Key – Substation 1
EcoStation_ID2 Long Integer Substation 2 0 Secondary Key – Substation 2

Characteristics (Characteristic)

Attribute name Data type Short name Unit Std. Description


Char_ID Long Integer 0 Primary Key – Characteristic Curve
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
CharType Integer 1 Characteristic Curve Type
1: Start-up current characteristics
2: Load torque characteristics
3: Torque characteristics
4: Saturation characteristics
5: Current/time characteristics
6: Harmonics impedance area
7: Protection impedance area
8: UI-characteristics for reverse arc voltage
9: et-characteristics for reverse arc voltage
10: Voltage control
11: Active power control
12: Voltage – reactive power control
13: Active – reactive power control
14: Voltage – active power control
Name Text (50) Characteristic Name
fx Double fX 1 1 Factor – All X Values
fy Double fY 1 1 Factor – All Y Values

Line Temperature Characteristics (LineTemp)

Attribute name Data type Short name Unit Std. Description


LineTemp_ID Long Integer 0 Primary Key – Overhead Line/Cable
Temperature
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Name Text (50) Name 0 Overhead Line/Cable Temperature

Line Temperature Characteristics Values (LineTempValue)

Attribute name Data type Short name Unit Std. Description


LineTempValue_ID Long Integer 0 Primary Key – Overhead Line/Cable
Temperature Values
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
LineTemp_ID Long Integer 0 Secondary Key – Overhead Line/Cable
Temperature

102 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

I Double I A 0 Current
Temp Double dTemp °C 0 Temperature Increase

Characteristics Values (CharacteristicValue)

Attribute name Data type Short name Unit Std. Description


CharValue_ID Long Integer 0 Primary Key – Characteristic Curve Values
Char_ID Long Integer 0 Secondary Key – Characteristic Curve
n Double No. 0 Value-Pair Number
x Double X 0 X Value
y Double Y 0 Y Value

Load Customer (LoadCustomer)

Attribute name Data type Short name Unit Std. Description


Customer_ID Long Integer 0 Primary Key – Customer Data
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
CustomerNo Text (16) Cust. No. Customer Number
Branch Text (16) Industry Industry
Tarif Text (16) Tariff Tariff
SubName Text (16) Subname Subname
Text1 Text (80) Text 1
Text2 Text (80) Text 2
Text3 Text (80) Text 3
Flag_Phase Integer Phasing 7 Phasing
1: L1
2: L2
3: L3
4: L12
5: L23
6: L31
7: L123
8: N
Flag_Lf Integer Load Flow 1 Load Flow Type
Type 1: P and Q
2: EP and EQ
3: Pi and Qi
P Double P MW 0 Active Power
Q Double Q Mvar 0 Reactive Power
fP Double fP 1 1 Multiplication Factor – Active Power
fQ Double fQ 1 1 Multiplication Factor – Reactive Power
Eap Double EP kWh 0 Annual Active Power – Consumption
Erp Double EQ kvarh 0 Annual Reactive Power – Consumption
fEap Double fEP 1 1 Multiplication Factor – Annual Active Power
Consumption
fErp Double fEQ 1 1 Multiplication Factor – Annual Reactive Power
Consumption
Eapcon Double Pi kW 0 Maximum Consumption – Active Power
Erpcon Double Qi kvar 0 Maximum Consumption – Reactive Power

April 2019 103


PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

fEapcon Double fPi 1 1 Multiplication Factor – Maximum Consumption


Active Power
fErpcon Double fQi 1 1 Multiplication Factor – Maximum Consumption
Reactive Power
IncrSer_ID Long Integer Load Incr. 0 Secondary Key – Load Increase
DayOpSer_ID Long Integer Profile 1 0 Secondary Key – Profile 1
WeekOpSer_ID Long Integer OP 0 Secondary Key – Operating Points
YearOpSer_ID Long Integer Profile 2 0 Secondary Key – Profile 2

Power Limit (PowerLimit)

Attribute name Data type Short name Unit Std. Description


PowerLimit_ID Long Integer 0 Primary Key – Power Limit
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Name Text (50) Name 0 Power Limit Name

Power Limit Values (PowerLimitValue)

Attribute name Data type Short name Unit Std. Description


PowerLimitValue_I Long Integer 0 Primary Key – Power Limit Value
D
PowerLimit_ID Long Integer 0 Secondary Key – Power Limit
P Double P MW 0 Active Power
Qind Double Qind Mvar 0 Maximum Inductive Reactive Power
Qcap Double Qcap Mvar 0 Maximum Capacitive Reactive Power

Switch Time Dynamics (ShuntSwitchTime)

Attribute name Data type Short name Unit Std. Description


ShuntSwitchTime_I Long Integer Switch Time Primary Key – Element Switch Time
D
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Breaker_ID Long Integer 0 Breaker
Flag_Mode Integer 0 Switching Action
0: Switch Off
1: Switch On
Flag_CondSwitchO Integer Cond. Close 1 Conditions Switch Close
n 0: None
1: Default
2: Time
3: Voltage
4: Voltage and time delay
ton Double tclose s 0 Switch Time Close
On_Node_ID Long Integer Node 0 Secondary Key – Close Node

104 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

On_FlagPhase Integer Phase Close 1 Close Phase


1: L1
2: L2
3: L3
On_ValFlag Integer Value 1 Close Voltage
1: Minimum
2: Maximum
3: User-defined
On_Voltage Double Vclose pu 0 Close Voltage
On_dT1 Double dt1 s 0 Close Time Delay Next Phase
On_dT2 Double dt2 s 0 Close Time Delay Previous Phase
Flag_CondSwitchOf Integer Cond. Open 0 Conditions Switch Open
f 0: None
1: Default
2: Time
3: Current
4: Current and time delay
toff Double topen s 0 Switch Time Open
Off_Current Double Iopen MVA 0 Open Current
Off_FlagPhase Integer Phase Open 1 Open Phase
1: L1
2: L2
3: L3
Off_dT1 Double dt1 s 0 Open Time Delay Next Phase
Off_dT2 Double dt2 s 0 Open Time Delay Previous Phase
On_Arc_UI_ID Long Integer 0 Secondary Key – UI Characteristics for
Reverse Arc Voltage
On_Arc_et_ID Long Integer 0 Secondary Key – et Characteristics for Reverse
Arc Voltage

Load Development (PowerRel)

Attribute name Data type Short name Unit Std. Description


PowerRel_ID Long Integer 0 Primary Key – Load Development
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Name Text (50) Name 0 Name of Load Development
Shortname Text (8) Short Name 0 Short Name – Load Development
Flag_Typ Integer Type 1 Type
1: Load polygon
2: Power polygon
3: Load group
LoadPol_ID Long Integer Load Polygon 0 Secondary Key – Load Polygon
PowerPol_ID Long Integer Power Polygon 0 Secondary Key – Power Polygon
LoadGroup_ID Long Integer Load Group 0 Secondary Key – Load Group
IncrSer_ID Long Integer Load Incr. 0 Secondary Key – Load Increase
LoadPowerSer_ID Long Integer Add. Load 0 Secondary Key – Additional Load
SecurePowerSer_I Long Integer Firm Power 0 Secondary Key – Firm Power
D
DayOpSer_ID Long Integer Profile 1 0 Secondary Key – Profile 1
WeekOpSer_ID Long Integer OP 0 Secondary Key – Operating Points
YearOpSer_ID Long Integer Profile 2 0 Secondary Key – Profile 2

April 2019 105


PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

Operating Point (Op)

Attribute name Data type Short name Unit Std. Description


Op_ID Long Integer Primary Key – Operating Point
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Name Text (50) Name Name – Operating Point
Shortname Text (8) Short Name Short Name – Operating Point
Flag_State Integer State 1 State
0: Off
1: On

Operating Points/Profiles (OpSer)

Attribute name Data type Short name Unit Std. Description


Basic Data
OpSer_ID Long Integer 0 Primary Key – Load Profile
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Name Text (50) Name 0 Name of Load Profile
Shortname Text (8) Short Name 0 Short Name – Load Profile
Flag_Typ Integer Funct. 1 Function
1: Factor
2: Factor P and Q
3: Power
4: V and P
5: Factor V and P
6: Controller profile
7: Ind. controller profile
8: Measured current
9: Measured active power
10: Measured apparent power
11: Loss costs
Flag_Ser Integer Type 1 Series Type
1: Daily series
2: Weekly series
3: Yearly series
4: Operating series
BaseT Double Tb h 0 Base Duration of Series
Power_a1 Double a1 1 0 Parameter a1 to Evaluate Power from Energy
Power_b1 Double b1 1 0 Parameter b1 to Evaluate Power from Energy
Reduce_a2 Double a2 1 0 Parameter a2 to Evaluate Reduction
Reduce_b2 Double b2 1 0 Parameter b2 to Evaluate Reduction
Additional Data
Tarif Text (50) Tariff Name of Tariff
Branch Text (50) Industry Name of Industry
SubName Text (50) Subname Subname

106 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

Operating Point/Profile Values (OpSerVal)

Attribute name Data type Short name Unit Std. Description


OpSerVal_ID Long Integer 0 Primary Key – Load Profile Values
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
OpSer_ID Long Integer OP Series 0 Secondary Key – Load Profile
OpTime Double t h 0 Time
Op_ID Long Integer OP Point 0 Secondary Key – Operating Point
Flag_Curve Integer Curve 1 Curve
1: Continuous
2: Discrete
3: Standard
4: Minimum
5: Maximum
Factor Double f pu 1 Factor
P Double P kW 0 Active Power
Q Double Q kvar 0 Reactive Power
roh1 Double ρ1 0 Tap Position 1
roh2 Double ρ2 0 Tap Position 2
roh3 Double ρ3 0 Tap Position 3
I Double I A 0 Current
S Double S kVA 0 Appearent Power
cosphi Double cosφ 1 0 Power Factor
Ce Double ce 0 Energy Costs

Load Increase (IncrSer)

Attribute name Data type Short name Unit Std. Description


IncrSer_ID Long Integer 0 Primary Key – Load Increase
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Name Text (50) Name 0 Name of Load Increase
Shortname Text (8) Short Name 0 Short Name – Load Increase
Flag_Typ Integer Type 1 Type
1: Relative – factor
2: Relative – power
3: Absolute – power
4: Absolute – factor
5: Absolute – factor P and Q
6: Relative – loss costs
7: Absolute – loss costs
8: Relative – measured current
9: Absolute – measured current
10: Relative – measured active and reactive
power
11: Absolute – measured active and reactive
power
12: Relative – measured apparent power
13: Absolute – measured apparent power
BaseP Double Pb kW 0 Base Value Active Power
BaseQ Double Qb kvar 0 Base Value Reactive Power

April 2019 107


PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

Ce Double ce 0 Energy Costs

Load Increase Values (IncrSerVal)

Attribute name Data type Short name Unit Std. Description


IncrSerVal_ID Long Integer 0 Primary Key – Load Increase Values
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
IncrSer_ID Long Integer Load Incr. 0 Secondary Key – Load Increase
IncrDate T 0 Date
Factor Double f pu 1 Factor
P Double P kW 0 Active Power
Q Double Q kvar 0 Reactive Power
I Double I A 0 Current
S Double S kVA 0 Appearent Power
cosphi Double cosφ 1 0 Power Factor
Ce Double ce 0 Energy Costs

Power Default (PowerSer)

Attribute name Data type Short name Unit Std. Description


PowerSer_ID Long Integer 0 Primary Key – Power Default
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Name Text (50) Name 0 Name of Power Default
Shortname Text (8) Short Name 0 Short Name – Power Default
Flag_Typ Integer Type 1 Type
1: Additional load
2: Firm power

Power Default Values (PowerSerVal)

Attribute name Data type Short name Unit Std. Description


PowerSerVal_ID Long Integer 0 Primary Key – Power Default Values
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
PowerSer_ID Long Integer Power Series 0 Secondary Key – Power Default
PowerDate T 0 Date
P Double P kW 0 Active Power
Q Double Q kvar 0 Reactive Power

108 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

Extended Element Data (ElementExt)

Attribute name Data type Short name Unit Std. Description


ElementExt_ID Long Integer 0 Primary Key – Extended Data
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Element_ID Long Integer 0 Secondary Key – Element
Name Text (8) 0 Name of Attribute
Flag_Type Integer Type 1 Type of Value
1: Number
2: Text
Value1 Double Nval 0 Numeric Value
Unit Text (8) 0 Unit
Value2 Tval 0 Text Value

Extended Node Data (NodeExt)

Attribute name Data type Short name Unit Std. Description


NodeExt_ID Long Integer 0 Primary Key – Extended Data
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Node_ID Long Integer 0 Secondary Key – Node
Name Text (8) 0 Name of Attribute
Flag_Type Integer Type 1 Type of Value
1: Number
2: Text
Value1 Double Nval 0 Numeric Value
Unit Text (8) 0 Unit
Value2 Tval 0 Text Value

Master Resource (MasterResource)

Attribute name Data type Short name Unit Std. Description


MasterResource_ID Long Integer 0 Primary Key – Master Resource
RowType Integer 0 Row Type
Row_ID Long Integer 0 Secondary Key – Data
ResValue Text (60) 0 Master Resource Value for Identification
Category Text (40) 0 Category of Master Resource Value

April 2019 109


PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

2.2.3 Standard Types

Standard types administers the input data of network elements in an external database (standard
database). It can centrally administer the input data of often used standardized equipment such as
lines, transformers etc.. For a detailed description of how standard types work and how they are
used, see the section on Standard Types in Screen Forms in the chapter on Screen Forms in the
System Manual.

Table name ID Description


StdSynchronousMachine 2 Standard synchronous machine
StdPowerUnit 3 Standard power unit
StdInfeeder 14 Standard infeeder
StdAsynchronousMachine 4 Standard asynchronous machine
StdShuntCondensator 13 Standard shunt capacitor
StdShuntReactor 12 Standard shunt reactor
StdLine 5 Standard line
StdTwoWindingTransformer 6 Standard two-winding transformer
StdThreeWindingTransformer 7 Standard three-winding transformer
StdEcoStation 8 Standard substation
StdEcoField 10 Standard bay
StdEcoElement 9 Standard operational device
StdRoute 11 Standard route

Standard Synchronous Machine (StdSynchronousMachine)

Attribute name Data type Short name Unit Std. Description


Basic Data
Element_ID Long Integer 0 Secondary Key – Network Element
Flag_Calc Long Integer 0 State
InsertTime TimeStamp t Time
SynmTyp Text (40) Name Name – Standard Type
UserName Text (50) User Name 0 User Name
Sn Double Sn MVA 1000 Rated Apparent Power
Un Double Vn kV 0 Rated Voltage
R_X Double R/X pu 0,1 Ratio R/X – Positive-Phase Sequence
xd2sat Double xd"sat % 20 Saturated Subtransient Reactance
UGmax Double vGmax % 100 Maximum Generator Voltage
cosphin Double cosφn 1 0,9 Rated Power Factor
Zero-Phase Sequence
Flag_Z0_Input Integer Zero-Phase Sequence Input Data
1: Z0/Z1 and R0/X0
2: R0 and X0
Flag_Z0 Integer Grounding
0: Not grounded
1: Fixed grounded
2: Grounded w. impedances
Z0_Z1 Double Z0/Z1 pu 0 Ratio Zero-Phase to Positive-Phase Sequence
Impedance
R0_X0 Double R0/X0 pu 0 Ratio R/X – Zero-Phase Sequence
R0 Double R0 Ohm 0 Resistance – Zero-Phase Sequence
X0 Double X0 Ohm 0 Reactance – Zero-Phase Sequence

110 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

Stp_ID Long Integer 0 Secondary Key – Neutral Point Impedance


Negative-Phase Sequence
X22 Double x2" % 22 Reactance – Negative-Phase Sequence
R2_X2 Double R2/X2 pu 0 Ratio R/X – Negative-Phase Sequence
Control Range
Flag_LfLimit Integer Lim 0 Limits in Load Flow
0: None
1: V
2: V and P
3: V and Q
4: V and P, Q
5: P and Q
6: V and P, cosφ
7: P and cosφ
ull Double vll % 98 Voltage Lower Limit
uul Double vul % 103 Voltage Upper Limit
Pmin Double Pmin MW 0 Active Power – Lower Limit
Pmax Double Pmax MW 0 Active Power – Upper Limit
Qmin Double Qmin Mvar 0 Reactive Power – Lower Limit
Qmax Double Qmax Mvar 0 Reactive Power – Upper Limit
cosphi_lim Double cosφl 1 0,85 Limit Power Factor
Dynamics
Flag_Dyn_Input Integer Dynamic Input Data
1: Coil data
2: Compensation data
etan Double ηn 1 0,95 Rated Efficiency
speedn Double nsyn 1/min 1500 Synchronous Speed
fn Double f Hz 50 Frequency
Flag_Inertia Integer Inertia Input
1: Starting time power unit data
2: Momentum power unit data
3: Inertia J
4: Inertia H
Tam Double tam s 0,5 Starting Time Power Unit Data
GD2 Double GD2 MPm2 1000 Momentum Power Unit Data
J Double J kgm² 100 Inertia J
H Double H s 0 Inertia H
Tg Double Tg s 5 Direct Current Time Constant
ra Double rs pu 0,25 Armature Resistance
ras Double xas pu 0,025 Armature Leakage Reactance
u01 Double v01 pu 0 Excitation Voltage 01
u02 Double v02 pu 0,64 Excitation Voltage 02
u03 Double v03 pu 0,85 Excitation Voltage 03
u04 Double v04 pu 1 Excitation Voltage 04
u05 Double v05 pu 1,12 Excitation Voltage 05
u06 Double v06 pu 1,24 Excitation Voltage 06
u07 Double v07 pu 1,36 Excitation Voltage 07
u08 Double v08 pu 1,51 Excitation Voltage 08
i01 Double i01 pu 0 Excitation Current 01
i02 Double i02 pu 0,64 Excitation Current 02
i03 Double i03 pu 0,9 Excitation Current 03
i04 Double i04 pu 1,16 Excitation Current 04
i05 Double i05 pu 1,44 Excitation Current 05
i06 Double i06 pu 1,9 Excitation Current 06
i07 Double i07 pu 2,5 Excitation Current 07

April 2019 111


PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

i08 Double i08 pu 4,05 Excitation Current 08


rfd Double rfd pu 0,000 Resistance of Field Winding – Direct Axis
5
rfq Double rfq pu 0,005 Resistance of Field Winding – Quadrature Axis
rDd Double rDd pu 0,02 Resistance of Damper Winding – Direct Axis
rDq Double rDq pu 0,2 Resistance of Damper Winding – Quadrature
Axis
xfds Double xfds pu 0,15 Leakage Resistance of Field Winding – Direct
Axis
xfqs Double xfqs pu 1,5 Leakage Resistance of Field Winding –
Quadrature Axis
xDds Double xDds pu 0,01 Leakage Resistance of Damper Winding –
Direct Axis
xDqs Double xDqs pu 0,1 Leakage Resistance of Damper Winding –
Quadrature Axis
xhd Double xhd pu 2 Magnetizing Reactance – Direct Axis
xhq Double xhq pu 0,01 Magnetizing Reactance – Quadrature Axis
xfDds Double xfDq pu 1,7 Coupling Reactance – Direct Axis
xfDqs Double xfDd pu 0 Coupling Reactance – Quadrature Axis
xd2 Double xd" pu 0,13 Subtransient Reactance
xq2 Double xq" pu 0,15 Subtransient Reactance – Quadrature Axis
xd1 Double xd' pu 0,23 Transient Reactance – Direct Axis
xq1 Double xq' pu 1,23 Transient Reactance – Quadrature Axis
xd Double xd pu 3,18 Synchronous Reactance – Direct Axis
xq Double xq pu 1,5 Synchronous Reactance – Quadrature Axis
Td1 Double Td' s 0,66 Transient Short Circuit Time Constant – Direct
Axis
Tq1 Double Tq' s 0,6 Transient Short Circuit Time Constant –
Quadrature Axis
Td2 Double Td" s 0,05 Subtransient Short Circuit Time Constant –
Direct Axis
Tq2 Double Tq" s 0,019 Subtransient Short Circuit Time Constant –
Quadrature Axis

Standard Power Unit (StdPowerUnit)

Attribute name Data type Short name Unit Std. Description


Basic Data
Element_ID Long Integer 0 Secondary Key – Network Element
Flag_Calc Long Integer 0 State
InsertTime TimeStamp t Time
PUnitTyp Text (40) Name Name – Standard Type
UserName Text (50) User Name 0 User Name
Sn Double Sn MVA 1000 Rated Apparent Power
Un Double Vn kV 0 Rated Voltage
R_X Double R/X pu 0,1 Ratio R/X – Positive-Phase Sequence
xd2 Double xd" % 20 Subtransient Reactance
UGmax Double vGmax % 100 Maximum Generator Voltage
Zero-Phase Sequence
Flag_Z0_Input Integer Zero-Phase Sequence Input Data
1: Z0/Z1 and R0/X0
2: R0 and X0

112 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

Z0_Z1 Double Z0/Z1 pu 0 Ratio Zero-Phase to Positive-Phase Sequence


Impedance
R0_X0 Double R0/X0 pu 0 Ratio R/X – Zero-Phase Sequence
R0 Double R0 Ohm 0 Resistance – Zero-Phase Sequence
X0 Double X0 Ohm 0 Reactance – Zero-Phase Sequence
Transformer Unit
Un2 Double VnT2 kV 0 Rated Voltage Transformer – Network Side
Un1 Double VnT1 kV 0 Rated Voltage Transformer – Generator Side
UnG Double VnG kV 0 Rated Voltage Generator
Snt Double Sn MVA 0 Rated Apparent Power
Smax Double Smax MVA 0 Full Load Power
uk Double vsc % 8 Reference Short Circuit Voltage
ur Double vr % 0 Short Circuit Voltage – Ohmic Part
Vfe Double Vfe kW 0 Iron Losses
VecGrp Integer VecGrp Vector Group
1: DD0, 2: DZ0, 3: DZN0, 4: YNY0, 5: YNYN0,
6: YY0, 7: YYN0, 8: ZD0, 9: ZND0, 10: DYN1,
11: DZ1, 12: DZN1, 13: YD1, 14: YND1,
15: YNZN1, 16: YZ1, 17: YZN1, 18: ZD1,
19: ZND1, 20: ZNYN1, 21: ZY1, 22: ZYN1,
23: DY5, 24: DYN5, 25: YD5, 26: YND5,
27: YNZ5, 28: YNZN5, 29: YZ5, 30: YZN5,
31: ZNY5, 32: ZNYN5, 33: ZY5, 34: ZYN5,
35: DD6, 36: DZ6, 37: DZN6, 38: YNY6,
39: YNYN6, 40: YY6, 41: YYN6, 42: ZD6,
43: ZND6, 44: DY7, 45: DYN7, 46: DZ7,
47: DZN7, 48: YD7, 49: YND7, 50: YNZN7,
51: YZ7, 52: YZN7, 53: ZD7, 54: ZND7,
55: ZNYN7, 56: ZY7, 57: ZYN7, 58: DY11,
59: DYN11, 60: YD11, 61: YND11, 62: YNZ11,
63: YNZN11, 64: YZ11, 65: YZN11, 66: ZNY11,
67: ZNYN11, 68: ZY11, 69: ZYN11
cosphin Double cosφn 1 0,9 Rated Power Factor
Transformer Controller
Flag_roh Integer State – Tap Position
1: Fixed
2: Variable
rohl Double ρl 1 0 Minimum Tap Position
rohu Double ρu 1 0 Maximum Tap Position
alpha Double α ° 0 Additional Voltage Angle
ukr Double vtap % 0 Additional Voltage per Tap Position
Control Range
Flag_LfLimit Integer Lim 0 Limits in Load Flow
0: None
1: V
2: V and P
3: V and Q
4: V and P, Q
5: P and Q
6: V and P, cosφ
7: P and cosφ
ull Double vll % 98 Voltage Lower Limit
uul Double vul % 103 Voltage Upper Limit
Pmin Double Pmin MW 0 Active Power – Lower Limit
Pmax Double Pmax MW 0 Active Power – Upper Limit
Qmin Double Qmin Mvar 0 Reactive Power – Lower Limit
Qmax Double Qmax Mvar 0 Reactive Power – Upper Limit
cosphi_lim Double cosφl 1 0,85 Limit Power Factor

April 2019 113


PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

Standard Infeeder (StdInfeeder)

Attribute name Data type Short name Unit Std. Description


Basic Data
Element_ID Long Integer 0 Secondary Key – Network Element
Flag_Calc Long Integer 0 State
InsertTime TimeStamp t Time
InfeedTyp Text (40) Name Name – Standard Type
UserName Text (50) User Name 0 User Name
R Double R Ohm 0 Active Resistance
Rmax Double R Ohm 0 Maximum Resistance
Rmin Double R Ohm 0 Minimum Resistance
X Double X Ohm 0 Reactance
Xmax Double X Ohm 0 Maximum Reactance
Xmin Double X Ohm 0 Minimum Reactance
Sk2 Double Sk" MVA 1000 Short Circuit Power
Sk2max Double Sk" MVA 1000 Max. Short Circuit Power
Sk2min Double Sk" MVA 1000 Minimum Short Circuit Power
R_X Double R/X pu 0,1 Resistance/Reactance
R_Xmax Double R/X pu 0,1 Ratio R/X – Maximum Short Circuit Power
R_Xmin Double R/X pu 0,1 Ratio R/X – Minimum Short Circuit Power
cact Double vc 1 1 Voltage for Evaluating Short Circuit Power
cmax Double vc 1 1,1 Voltage for Evaluating Maximum Short Circuit
Power
cmin Double vc 1 1 Voltage for Evaluating Minimum Short Circuit
Power
xi Double xi % 0 Internal Reactance
Operating State
Flag_Lf Integer LF Type 3 Load Flow Type
1: |I| and φ
2: P and Q
3: |vsrc| and δ
4: |S| and cosφ
5: P and |vterm|
6: |Vsrc| and δ
7: P and |Vterm|
8: |vterm| and δ
9: |Vterm| and δ
10: P and cosφ
11: P and |vsrc|
12: P and |Vsrc|
13: P and |vterm|= f(Q)
14: P and |Vterm|= f(Q)
Start_P Double Pst MW 0 Initial Value Active Power
Start_Q Double Qst Mvar 0 Initial Value Reactive Power
P Double P MW 0 Active Power
Q Double Q Mvar 0 Reactive Power
S Double S MVA 0 Apparent Power
I Double I kA 0 Basic Current Source
delta Double δ ° 0 Voltage Angle
cosphi Double cosφ 1 1 Power Factor
phi Double φ ° 0 Phase Angle
u Double v % 100 Voltage
Ug Double V kV 0 Voltage

114 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

Zero-Phase Sequence
Flag_Z0_Input Integer 1 Zero-Phase Sequence Input Data
1: Z0/Z1 and R0/X0
2: R0 and X0
3: Z0 identical Z1
Flag_Z0 Integer 0 Grounding
0: Not grounded
1: Fixed grounded
2: Grounded w. impedances
Z0_Z1 Double Z0/Z1 pu 0 Ratio Zero-Phase to Positive-Phase Sequence
Impedance
Z0_Z1max Double Z0/Z1 pu 0 Ratio Zero-Phase to Positive-Phase Sequence
Impedance at Sk"max
Z0_Z1min Double Z0/Z1 pu 0 Ratio Zero-Phase to Positive-Phase Sequence
Impedance at Sk"min
R0_X0 Double R0/X0 pu 0 Ratio R/X – Zero-Phase Sequence
R0_X0max Double R0/X0 pu 0 Ratio R/X – Maximum Short Circuit Power in
Zero-Phase Sequence
R0_X0min Double R0/X0 pu 0 Ratio R/X – Minimum Short Circuit Power in
Zero-Phase Sequence
R0 Double R0 Ohm 0 Resistance – Zero-Phase Sequence
R0max Double R0max Ohm 0 Maximum Resistance – Zero-Phase Sequence
R0min Double R0min Ohm 0 Minimum Resistance – Zero-Phase Sequence
X0 Double X0 Ohm 0 Reactance – Zero-Phase Sequence
X0max Double X0max Ohm 0 Maximum Reactance – Zero-Phase Sequence
X0min Double X0min Ohm 0 Minimum Reactance – Zero-Phase Sequence
Control Range
Flag_LfLimit Integer Lim 0 Limits in Load Flow
0: None
1: V
2: V and P
3: V and Q
4: V and P, Q
5: P and Q
6: V and P, cosφ
7: P and cosφ
ull Double vll % 98 Voltage Lower Limit
uul Double vul % 103 Voltage Upper Limit
Pmin Double Pmin MW 0 Active Power – Lower Limit
Pmax Double Pmax MW 0 Active Power – Upper Limit
Qmin Double Qmin Mvar 0 Reactive Power – Lower Limit
Qmax Double Qmax Mvar 0 Reactive Power – Upper Limit
cosphi_lim Double cosφl 1 0,85 Limit Power Factor

Standard Asynchronous Machine (StdAsynchronousMachine)

Attribute name Data type Short name Unit Std. Description


Basic Data
Element_ID Long Integer Element 0 Secondary Key – Network Element
Flag_Calc Long Integer 0 State
InsertTime TimeStamp t Time
AsynmTyp Text (40) Name Name – Standard Type
UserName Text (50) User Name 0 User Name

April 2019 115


PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

Flag_Typ Integer Input Type Input Type


1: Pn
2: In
3: NEMA
Pn Double Pn MW 0,001 Rated Active Power
Inm Double In kA 0,001 Rated Current
Un Double Vn kV 0,3 Rated Voltage
speedn Double nn 1/min 1500 Rated Speed
pol Double p 1 1 Pole Pair Number
cosphin Double cosφn 1 1 Rated Power Factor
etan Double ηn pu 0,95 Rated Efficiency
Ia_In Double Ia/In pu 5 Current Ratio at Start-Up
R_X Double R/X pu 0,15 Ratio R/X – Positive-Phase Sequence
Flag_Nema Integer 2 Nema Type
0: Impedance data
1: Type A
2: Type B
3: Type C
4: Type D
5: Type E
r_stator Double rs pu 0,03 Armature Resistance
x_stator Double xs pu 0,09 Armature Reactance
x_magnet Double xm pu 2,8 Magnetizing Reactance
r_inner Double pu 0,025 Inner Cage Resistance
x_inner Double pu 0,11 Inner Cage Reactance
r_outer Double ra pu 0,15 Outer Cage Resistance
x_outer Double xa pu 0,04 Outer Cage Reactance
qbc Double q pu 0 Q Value for Tripping Current
theta Double τ s 1 Time Constant
Flag_Inertia Integer Inertia Input
1: Starting time power unit data
2: Momentum power unit data
3: Inertia J
4: Inertia H
Tam Double tam s 0,5 Starting Time Power Unit Data
GD2 Double GD2 MPm2 1000 Momentum Power Unit Data
J Double J kgm² 100 Inertia J
H Double H s 0 Inertia H
Zero-Phase Sequence
Flag_Z0_Input Integer Zero-Phase Sequence Input Data
1: Z0/Z1 and R0/X0
2: R0 and X0
Flag_Z0 Integer Grounding
0: Not grounded
1: Fixed grounded
2: Grounded w. impedances
Z0_Z1 Double Z0/Z1 pu 0 Ratio Zero-Phase to Positive-Phase Sequence
Impedance
R0_X0 Double R0/X0 pu 0 Ratio R/X – Zero-Phase Sequence
R0 Double R0 Ohm 0 Resistance – Zero-Phase Sequence
X0 Double X0 Ohm 0 Reactance – Zero-Phase Sequence
Negative-Phase Sequence
Ia2_In Double Ia2/In pu 22 Current Ratio at Start-Up
R2_X2 Double R2/X2 pu 0 Ratio R/X – Negative-Phase Sequence
Dynamics
fn Double f Hz 50 Frequency

116 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

Tg Double Tg s 5 Direct Current Time Constant


ra Double rs pu 0,25 Armature Resistance
ras Double xas pu 0,25 Armature Leakage Reactance
Dynamic Parameters
Flag_Dyn_Input Integer Input Data Dynamic
1: Park
2: Equivalent norm.
3: Equivalent opt.
4: Park (LF)
5: Equivalent norm. (LF)
6: Equivalent opt. (LF)
7: DFIG
8: DFIG (LF)
r2n Double r2 pu 0 Rotor Resistance – Nominal Slip
x2n Double x2s pu 0 Rotor Stray Reactance – Nominal Slip
r2 Double r2 pu 0 Rotor Resistance – Start-Up
x2s Double x2s pu 0 Rotor Stray Reactance – Start-Up
i0 Double i0 pu 0 Unsaturated No Load Current
x2 Double x2 pu 0 Equivalent Reactance X2
x3 Double x3 pu 0 Equivalent Reactance X3
r4 Double r4 pu 0 Equivalent Resistance R4
x4 Double x4 pu 0 Equivalent Reactance X4
r5 Double r5 pu 0 Equivalent Resistance R5
x5 Double x5 pu 0 Equivalent Reactance X5
Isat_Ia Double Isat/Ir pu 0 Beginning Saturation Current
xsat Double xsat pu 0 Saturation Reactance
No-Load Saturation Curve
Flag_NoLoadChar Integer 0 No Load Characteristics
0: No
1: Yes
u01 Double v01 pu 0 Excitation Voltage 01
u02 Double v02 pu 0,5 Excitation Voltage 02
u03 Double v03 pu 0,75 Excitation Voltage 03
u04 Double v04 pu 0,9 Excitation Voltage 04
u05 Double v05 pu 1 Excitation Voltage 05
u06 Double v06 pu 1,1 Excitation Voltage 06
u07 Double v07 pu 1,2 Excitation Voltage 07
u08 Double v08 pu 1,35 Excitation Voltage 08
i01 Double i01 pu 0 Excitation Current 01
i02 Double i02 pu 0,5 Excitation Current 02
i03 Double i03 pu 0,795 Excitation Current 03
i04 Double i04 pu 1,09 Excitation Current 04
i05 Double i05 pu 1,32 Excitation Current 05
i06 Double i06 pu 1,6 Excitation Current 06
i07 Double i07 pu 2,1 Excitation Current 07
i08 Double i08 pu 5 Excitation Current 08
Motor Start-Up
fsat Double fsat 1 0,95 Saturation Factor
cosphil Double cosφl 1 1 Power Factor – Reduced
Isd Double Iy/d kA 0 Changeover Current for Wye to Delta Circuitry
ConRun Integer Circuitry for Nominal Data
1: Wye
2: Delta

April 2019 117


PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

Standard Shunt Capacitor (StdShuntCondensator)

Attribute name Data type Short name Unit Std. Description


Basic Data
Element_ID Long Integer 0 Primary Key – Shunt Capacitor
Flag_Calc Long Integer 0 State
InsertTime TimeStamp t 0 Time
TypeName Text (40) Name 0 Name
UserName Text (50) User Name 0 User Name
Sn Double Qn Mvar 0 Rated Reactive Power
Vdi Double Vdi kW 0 Dielectric Losses
Un Double Vn kV 0 Rated Voltage
Ci Double Ci 0 Acquisition Costs
Zero-Phase Sequence
Flag_Z0_Input Integer 1 Zero-Phase Sequence Input Data
1: Z0/Z1 and R0/X0
2: R0 and X0
Z0_Z1 Double Z0/Z1 pu 0 Ratio Zero-Phase to Positive-Phase Sequence
Impedance
R0_X0 Double R0/X0 pu 0 Ratio R/X – Zero-Phase Sequence
R0 Double R0 Ohm 0 Resistance – Zero-Phase Sequence
X0 Double X0 Ohm 0 Reactance – Zero-Phase Sequence
Controller
rohl Double ρl 0 Minimum Tap Position
rohm Double ρm 0 Main Tap Position
rohu Double ρu 0 Maximum Tap Position
deltaS Double ΔS 0 Additional Apparent Power

Standard Shunt Reactor (StdShuntReactor)

Attribute name Data type Short name Unit Std. Description


Basic Data
Element_ID Long Integer 0 Primary Key – Shunt Reactor
Flag_Calc Long Integer 0 State
InsertTime TimeStamp t 0 Time
TypeName Text (40) Name 0 Name
UserName Text (50) User Name 0 User Name
Sn Double Qn Mvar 0 Rated
Reactive Power
Vcu Double Vcu kW 0 Copper Losses
Vfe Double Vfe kW 0 Iron Losses
Un Double Vn kV 0 Rated Voltage
Ci Double Ci 0 Acquisition Costs
Zero-Phase Sequence
Flag_Z0_Input Integer 1 Zero-Phase Sequence Input Data
1: Z0/Z1 and R0/X0
2: R0 and X0
3: Z0 identical Z1
Z0_Z1 Double Z0/Z1 pu 0 Ratio Zero-Phase to Positive-Phase Sequence
Impedance

118 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

R0_X0 Double R0/X0 pu 0 Ratio R/X – Zero-Phase Sequence


R0 Double R0 Ohm 0 Resistance – Zero-Phase Sequence
X0 Double X0 Ohm 0 Reactance – Zero-Phase Sequence
Controller
rohl Double ρl 0 Minimum Tap Position
rohm Double ρm 0 Main Tap Position
rohu Double ρu 0 Maximum Tap Position
deltaS Double ΔS 0 Additional Apparent Power

Standard Line (StdLine)

Attribute name Data type Short name Unit Std. Description


Basic Data
Element_ID Long Integer 0 Secondary Key – Network Element
Flag_Calc Long Integer State 0 State
InsertTime TimeStamp Time
LineTyp Text (40) Type Line Name
UserName Text (50) User Name 0 User Name
Flag_LineTyp Integer Line Type Line Type
1: Cable
2: Overhead line
3: Connector
Flag_Ll Integer WER 0 Wave Resistance Equation
0: No
1: Yes
r Double r Ohm/km 0,1 Resistance
x Double x Ohm/km 0,4 Reactance
c Double c nF/km 0 Capacitance
va Double va kW/km 0 Leakage Losses to Ground
fn Double fn Hz 50 Rated Frequency
Un Double Vn kV 0 Rated Voltage
Ith Double Ith kA 0 Thermal Limit Current
Ith1 Double Ith1 kA 0 First Additional Limit Current
Ith2 Double Ith2 kA 0 Second Additional Limit Current
Ith3 Double Ith3 kA 0 Third Additional Limit Current
I1s Double I1s kA 0 Admissible Short Circuit Power (1 Second)
q Double q mm² 0 Cross Section
LineInfo Text (20) Cond. Info 0 Conductor Information
alpha Double α 1/°C 0,004 Temperature Coefficient for Temperature
Dependent Resistance Change
Flag_Vart Integer CL 1 Cable Location
1: Ground
2: Air
Umax Double Vmax kV 0 Maximum Voltage
d Double d cm 50 Distance between Conductors
da Double da cm 50 Mean Conductor Spacing
Zero-Phase Sequence
Flag_Z0_Input Integer Zero-Phase Sequence Input Data
1: x0/x1 and r0/r1
2: r0 and x0
3: rR and xR
R0_R1 Double R0/R1 pu 0 Ratio Zero-Phase to Positive-Phase Resistance

April 2019 119


PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

X0_X1 Double X0/X1 pu 0 Ratio Zero-Phase to Positive-Phase Reactance


r0 Double r0 Ohm/km 0 Resistance – Zero-Phase Sequence
x0 Double x0 Ohm/km 1e-06 Reactance – Zero-Phase Sequence
c0 Double c0 nF/km 0 Capacitance in Zero-Phase Sequence
rR Double rR Ohm/km 0 Resistance – Return Conductor
xR Double xR Ohm/km 0 Reactance – Return Conductor
cR Double cR nF/km 0 Capacitance – Return Conductor
q0 Double q0 mm² 0 Zero Conductor Cross Section
Flag_Ground Integer Ground Ret. 0 Ground Return
0: No
1: Yes

Standard Two-Winding Transformer (StdTwoWindingTransformer)

Attribute name Data type Short name Unit Std. Description


Basic Data
Element_ID Long Integer 0 Secondary Key – Network Element
Flag_Calc Long Integer 0 State
InsertTime TimeStamp t 0 Time
TwotTyp Text (40) Name 0 Name – Standard Type
UserName Text (50) User Name 0 User Name
Un1 Double Vn1 kV 0 Rated Voltage (Side 1)
Un2 Double Vn2 kV 0 Rated Voltage (Side 2)
Sn Double Sn MVA 0 Rated Apparent Power
Smax Double Smax MVA 0 Full Load Power
Smax1 Double Smax1 MVA 0 First Additional Full Load Power
rohm Double ρm 0 Main Tap Position
Smax3 Double Smax3 MVA 0 Third Additional Full Load Power
uk Double vsc % 8 Reference Short Circuit Voltage
ur Double vr % 0 Short Circuit Voltage – Ohmic Part
Vfe Double Vfe kW 0 Iron Losses
i0 Double i0 % 0 No Load Current
VecGrp Integer VecGrp Vector Group
1: DD0, 2: DZ0, 3: DZN0, 4: YNY0, 5: YNYN0,
6: YY0, 7: YYN0, 8: ZD0, 9: ZND0, 10: DYN1,
11: DZ1, 12: DZN1, 13: YD1, 14: YND1,
15: YNZN1, 16: YZ1, 17: YZN1, 18: ZD1,
19: ZND1, 20: ZNYN1, 21: ZY1, 22: ZYN1,
23: DY5, 24: DYN5, 25: YD5, 26: YND5,
27: YNZ5, 28: YNZN5, 29: YZ5, 30: YZN5,
31: ZNY5, 32: ZNYN5, 33: ZY5, 34: ZYN5,
35: DD6, 36: DZ6, 37: DZN6, 38: YNY6,
39: YNYN6, 40: YY6, 41: YYN6, 42: ZD6,
43: ZND6, 44: DY7, 45: DYN7, 46: DZ7,
47: DZN7, 48: YD7, 49: YND7, 50: YNZN7,
51: YZ7, 52: YZN7, 53: ZD7, 54: ZND7,
55: ZNYN7, 56: ZY7, 57: ZYN7, 58: DY11,
59: DYN11, 60: YD11, 61: YND11, 62: YNZ11,
63: YNZN11, 64: YZ11, 65: YZN11, 66: ZNY11,
67: ZNYN11, 68: ZY11, 69: ZYN11, 70: DY1,
71: Y0, 72: YN0, 73: D0, 74: ZNY1, 75: ZNY7,
76: DDN0, 77: DND0, 78: DNYN1,
79: DNYN11, 80: YNDN1, 81: YNDN11

120 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

Zero-Phase Sequence
Flag_Z0_Input Integer 0 Zero-Phase Sequence Input Data
1: Z0/Z1 and R0/X0
2: R0 and X0
3: R0/R1 and X0/X1
4: ZABNL, ZBANL and ZABSC
Z0_Z1 Double Z0/Z1 pu 0 Ratio Zero-Phase to Positive-Phase Sequence
Impedance
R0_X0 Double R0/X0 pu 0 Ratio R/X – Zero-Phase Sequence
R0 Double R0 Ohm 0 Resistance – Zero-Phase Sequence
X0 Double X0 Ohm 0 Reactance – Zero-Phase Sequence
X0_X1 Double X0/X1 pu 0 Ratio Zero-Phase to Positive-Phase Reactance
R0_R1 Double R0/R1 pu 0 Ratio Zero-Phase to Positive-Phase Resistance
ZABNL Double ZABNL Ohm 0 Impedance between A and B in No Load
ZBANL Double ZBANL Ohm 0 Impedance between B and A in No Load
ZABSC Double ZABSC Ohm 0 Impedance between A and B in Short Circuit
Flag_Ct Integer 0 Center Tapped
0: No
1: Yes
uk_Ct Double vscct % 16 Ref. Short Circuit Voltage Half Winding
ur_Ct Double vrct % 0 SC Voltage – Ohmic Part Half Winding
Transformer Controller
Flag_roh Integer State – Tap Position
1: Fixed
2: Variable
rohl Double ρl 0 Minimum Tap Position
Smax2 Double Smax2 MVA 0 Second Additional Full Load Power
rohu Double ρu 0 Maximum Tap Position
alpha Double α ° 0 Additional Voltage Angle
ukr Double vtap % 0 Additional Voltage per Tap Position
phi Double φ ° 0 Voltage Phase Shift per Tap Pos
ukl Double vscl % 0 Short Circuit Voltage at Minimum Tap Position
uku Double vscu % 0 Short Circuit Voltage at Maximum Tap Position

Standard Three-Winding Transformer (StdThreeWindingTransformer)

Attribute name Data type Short name Unit Std. Description


Basic Data
Element_ID Long Integer 0 Secondary Key – Network Element
Flag_Calc Long Integer 0 Input State
InsertTime TimeStamp t Time
ThreetTyp Text (40) Name Name – Standard Type
UserName Text (50) User Name User Name
Un1 Double Vn1 kV 0,1 Rated Voltage (Side 1)
Un2 Double Vn2 kV 0,1 Rated Voltage (Side 2)
Un3 Double Vn3 kV 0,1 Rated Voltage (Side 3)
Sn12 Double Sn12 MVA 0,1 Rated Apparent Through Power (Side 1-2)
Sn23 Double Sn23 MVA 0,1 Rated Apparent Through Power (Side 2-3)
Sn31 Double Sn31 MVA 0,1 Rated Apparent Through Power (Side 3-1)
Smax12 Double Smax1 MVA 0 Full Load Power (Side 1)
Smax23 Double Smax2 MVA 0 Full Load Power (Side 2)
Smax31 Double Smax3 MVA 0 Full Load Power (Side 3)

April 2019 121


PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

Smax1_1 Double Smax1-1 MVA 0 First Additional Full Load Power (Side 1)
Smax2_1 Double Smax2-1 MVA 0 First Additional Full Load Power (Side 2)
Smax3_1 Double Smax3-1 MVA 0 First Additional Full Load Power (Side 3)
Smax1_2 Double Smax1-2 MVA 0 Second Additional Full Load Power (Side 1)
Smax2_2 Double Smax2-2 MVA 0 Second Additional Full Load Power (Side 2)
Smax3_2 Double Smax3-2 MVA 0 Second Additional Full Load Power (Side 3)
Smax1_3 Double Smax1-3 MVA 0 Third Additional Full Load Power (Side 1)
Smax2_3 Double Smax2-3 MVA 0 Third Additional Full Load Power (Side 2)
Smax3_3 Double Smax3-3 MVA 0 Third Additional Full Load Power (Side 3)
uK12 Double vsc12 % 8 Reference Short Circuit Voltage (Side 1-2)
uk23 Double vsc23 % 8 Reference Short Circuit Voltage (Side 2-3)
uk31 Double vsc31 % 8 Reference Short Circuit Voltage (Side 3-1)
ur12 Double vr12 % 0,001 Ohmic Short Circuit Voltage (Side 1-2)
ur23 Double vr23 % 0,001 Ohmic Short Circuit Voltage (Side 2-3)
ur31 Double vr31 % 0,001 Ohmic Short Circuit Voltage (Side 3-1)
i0 Double i0 % 0 No Load Current
Vfe Double Vfe kW 0 Iron Losses
VecGrp1 Integer VecGrp 1 Vector Group (Side 1)
1: Y0, 2: YN0, 3: Y6, 4: YN6, 5: D1, 6: D5,
7: D7, 8: D11, 9: Z1, 10: ZN1, 11: Z5, 12: ZN5,
13: Z7, 14: ZN7, 15: Z11, 16: ZN11, 17: ATN,
18: AT
VecGrp2 Integer VecGrp 2 Vector Group (Side 2)
1: Y0, 2: YN0, 3: Y6, 4: YN6, 5: D1, 6: D5,
7: D7, 8: D11, 9: Z1, 10: ZN1, 11: Z5, 12: ZN5,
13: Z7, 14: ZN7, 15: Z11, 16: ZN11, 17: ATN,
18: AT
VecGrp3 Integer VecGrp 3 Vector Group (Side 3)
1: Y0, 2: YN0, 3: Y6, 4: YN6, 5: D1, 6: D5,
7: D7, 8: D11, 9: Z1, 10: ZN1, 11: Z5, 12: ZN5,
13: Z7, 14: ZN7, 15: Z11, 16: ZN11, 17: ATN,
18: AT
Zero-Phase Sequence
Flag_Z0_Input Integer Input
1: Z0/Z1 and R0/X0
2: R0 and X0
3: R0/R1 and X0/X1
Z0_Z1_12 Double Z0/Z1 pu 0 Ratio Zero-Phase to Positive-Phase Sequence
Impedance
Z0_Z1_23 Double Z0/Z1 pu 0 Ratio Zero-Phase to Positive-Phase Sequence
Impedance
Z0_Z1_31 Double Z0/Z1 pu 0 Ratio Zero-Phase to Positive-Phase Sequence
Impedance
R0_X0_12 Double R0/X0 pu 0 Ratio R/X – Zero-Phase Sequence
R0_X0_23 Double R0/X0 pu 0 Ratio R/X – Zero-Phase Sequence
R0_X0_31 Double R0/X0 pu 0 Ratio R/X – Zero-Phase Sequence
R0_12 Double R0 Ohm 0 Resistance – Zero-Phase Sequence
R0_23 Double R0 Ohm 0 Resistance – Zero-Phase Sequence
R0_31 Double R0 Ohm 0 Resistance – Zero-Phase Sequence
X0_12 Double X0 Ohm 0 Reactance – Zero-Phase Sequence
X0_23 Double X0 Ohm 0 Reactance – Zero-Phase Sequence
X0_31 Double X0 Ohm 0 Reactance – Zero-Phase Sequence
X0_X1_12 Double X0/X1 pu 0 Ratio Zero-Phase to Positive-Phase Reactance
X0_X1_23 Double X0/X1 pu 0 Ratio Zero-Phase to Positive-Phase Reactance
X0_X1_31 Double X0/X1 pu 0 Ratio Zero-Phase to Positive-Phase Reactance
R0_R1_12 Double R0/R1 pu 0 Ratio Zero-Phase to Positive-Phase Resistance

122 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

R0_R1_23 Double R0/R1 pu 0 Ratio Zero-Phase to Positive-Phase Resistance


R0_R1_31 Double R0/R1 pu 0 Ratio Zero-Phase to Positive-Phase Resistance
Transformer Controller
Flag_roh1 Integer State – Tap Position
1: Fixed
2: Variable
Flag_roh2 Integer State – Tap Position
1: Fixed
2: Variable
Flag_roh3 Integer State – Tap Position
1: Fixed
2: Variable
rohl1 Double ρl1 0 Minimum Tap Position (Side 1)
rohl2 Double ρl2 0 Minimum Tap Position (Side 2)
rohl3 Double ρl3 0 Minimum Tap Position (Side 3)
rohm1 Double ρm1 0 Main Tap Position (Side 1)
rohm2 Double ρm2 0 Main Tap Position (Side 2)
rohm3 Double ρm3 0 Main Tap Position (Side 3)
rohu1 Double ρu1 0 Maximum Tap Position (Side 1)
rohu2 Double ρu2 0 Maximum Tap Position (Side 2)
rohu3 Double ρu3 0 Maximum Tap Position (Side 3)
alpha1 Double α1 ° 0 Additional Voltage Angle (Side 1)
alpha2 Double α2 ° 0 Additional Voltage Angle (Side 2)
alpha3 Double α3 ° 0 Additional Voltage Angle (Side 3)
uk1 Double vtap1 % 0 Additional Voltage per Tap Position (Side 1)
uk2 Double vtap2 % 0 Additional Voltage per Tap Position (Side 2)
uk3 Double vtap3 % 0 Additional Voltage per Tap Position (Side 3)
phi1 Double φ1 ° 0 Phase Shift per Tap Position (Side 1)
phi2 Double φ2 ° 0 Phase Shift per Tap Position (Side 2)
phi3 Double φ3 ° 0 Phase Shift per Tap Position (Side 3)
ukl12 Double vscl12 % 0 Short Circuit Voltage 1 – 2 at Minimum Tap
Position (Side 1)
ukl23 Double vscl23 % 0 Short Circuit Voltage 2 – 3 at Minimum Tap
Position (Side 2)
ukl31 Double vscl31 % 0 Short Circuit Voltage 3 – 1 at Minimum Tap
Position (Side 3)
uku12 Double vscu12 % 0 Short Circuit Voltage 1 – 2 at Maximum Tap
Position (Side 1)
uku23 Double vscu23 % 0 Short Circuit Voltage 2 – 3 at Maximum Tap
Position (Side 2)
uku31 Double vscu31 % 0 Short Circuit Voltage 3 – 1 at Maximum Tap
Position (Side 3)
d_ukl31 Double dvscl31 % 0 Dependent Short Circuit Voltage 3 – 1 at
Minimum Tap Position (Side 1)
d_ukl12 Double dvscl12 % 0 Dependent Short Circuit Voltage 1 – 2 at
Minimum Tap Position (Side 2)
d_ukl23 Double dvscl23 % 0 Dependent Short Circuit Voltage 2 – 3 at
Minimum Tap Position (Side 3)
d_uku31 Double dvscu31 % 0 Dependent Short Circuit Voltage 3 – 1 at
Maximum Tap Position (Side 1)
d_uku12 Double dvscu12 % 0 Dependent Short Circuit Voltage 1 – 2 at
Maximum Tap Position (Side 2)
d_uku23 Double dvscu23 % 0 Dependent Short Circuit Voltage 2 – 3 at
Maximum Tap Position (Side 3)

April 2019 123


PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

Standard Substation (StdEcoStation)

Attribute name Data type Short name Unit Std. Description


Element_ID Long Integer Std. Substation 0 Primary Key – Std. Substation
InsertTime t 0 Time
TypName Text (40) Name 0 Name – Standard Type
UserName Text (50) User Name 0 User Name
Flag_Typ Integer Type 1 Substation Type
1: Net station
2: Primary substation
3: Switching station
4: General plant
5: Distribution station
Cb Double Cib 0 Acquisition Costs Building
ci Double Ci 0 Acquisition Costs
Cs Double Cs 0 Shutdown Costs
cm Double cm 0 Annual Maintenance Costs
Tl Double Tl y 0 Calculatory Life Span

Standard Bay (StdEcoField)

Attribute name Data type Short name Unit Std. Description


Element_ID Long Integer 0 Primary Key – Std. Bay
InsertTime t 0 Time
TypName Text (40) Name 0 Name – Standard Type
UserName Text (50) User Name 0 User Name
Flag_Typ Integer Type 1 Bay Type
1: Circuit-breaker bay
2: Disconnecting switch bay
3: Connect bay
4: Measuring bay
ci Double Ci 0 Acquisition Costs
Cs Double Cs 0 Shutdown Costs
cm Double cm 0 Annual Maintenance Costs
Tl Double Tl y 0 Calculatory Life Span
Theta_i Double Thi 1 0 Serial Unavailable Energy Factor
Theta_u Double Thu 1 0 Shunt Unavailable Energy Factor

Standard Operational Device (StdEcoElement)

Attribute name Data type Short name Unit Std. Description


Element_ID Long Integer Std. Op. 0 Primary Key – Std. Operational Device
Device
InsertTime t 0 Time
TypName Text (40) Name 0 Name – Standard Type
UserName Text (50) User Name 0 User Name
ci Double Ci 0 Acquisition Costs
Cs Double Cs 0 Shutdown Costs
cm Double cm 0 Annual Maintenance Costs
Tl Double Tl y 0 Calculatory Life Span

124 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

Theta_i Double Thi 1 0 Serial Unavailable Energy Factor


Theta_u Double Thu 1 0 Shunt Unavailable Energy Factor

Standard Route (StdRoute)

Attribute name Data type Short name Unit Std. Description


Element_ID Long Integer 0 Primary Key – Standard Route
InsertTime t 0 Time
TypName Text (40) Name 0 Name – Standard Type
UserName Text (50) User Name 0 User Name
Flag_Type Integer Type 1 Type of Route
1: Cable route
2: Overhead line route
ci_l Double cil €/m 0 Acquisition Costs per Length
Lmax Integer Lmax 1 1 Maximum Number of Lines
Umin Double Vmin kV 0 Min. Admissible Voltage for Route
Umax Double Vmax kV 0 Max. Admissible Voltage for Route

2.2.4 Fault Definitions

Faults define faults for PSS SINCAL multiple fault, dynamic calculations and simulation
coordination.

Table name ID Description


FaultSummary 167 Fault event
ProtOCFault 82 Fault observation
AddFaultData 219 Additional fault data

Fault Event (FaultSummary)

Attribute name Data type Short name Unit Std. Description


FaultSum_ID Long Integer 0 Primary Key – Fault Event
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
FaultSumName Text (50) Name 0 Fault Event Name
Flag_State Integer OP State 1 Operating State
0: Off
1: On

Fault Observation (ProtOCFault)

Attribute name Data type Short name Unit Std. Description


Basic Data
FaultInv_ID Long Integer 0 Primary Key – Fault Observation

April 2019 125


PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

Variant_ID Long Integer 1 Secondary Key – Variant


Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Flag_State Integer OP State 1 Operating State
0: Off
1: On
FlagType Integer Location 1 Fault Location
1: Node
2: Branch
Node_ID Long Integer Node 0 Secondary Key – Fault Location Node
Terminal_ID Long Integer Terminal 0 Secondary Key – Fault Location
Name Text (50) Name Name
FaultSum_ID Long Integer Fault Event 0 Secondary Key – Fault Event
Flag_FaultPhase Integer Faulty Phases 7 Faulty Phases
0: None
1: L1
2: L2
3: L3
4: L23
5: L31
6: L12
7: L123
Flag_InterPhase Integer Interruption 0 Interrupted Phases
0: None
1: L1
2: L2
3: L3
4: L23
5: L31
6: L12
7: L123
8: N
9: L123N
len Double Dist. % 0 Distance
AddFaultData_ID Long Integer Fault Data 0 Secondary Key – Additional Fault Data
Flag_RetFault Integer Ret. Fault 1 Fault to Return Conductor
1: Short Circuit
2: Return Circuit
3: Ground Circuit
4: Return and Ground Circuit
Flag_GndFault Integer Grd. Fault 1 Fault to Ground
1: Short Circuit
2: Return Circuit
3: Ground Circuit
4: Return and Ground Circuit
Dynamics
Flag_RefPhase Integer Ref. Phase 0 Reference Phase
0: None
1: L1
2: L2
3: L3
Flag_CondFaultOn Integer Fault On 1 Conditions Fault On
0: None
1: Default
2: Time
3: Voltage
4: Voltage and time delay
ton Double ton s 0 Time On
On_Node_ID Long Integer Node 0 Secondary Key – On Node

126 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

On_FlagPhase Integer Phase 1 On Phase


1: L1
2: L2
3: L3
On_ValFlag Integer Voltage 1 On Voltage
1: Minimum
2: Maximum
3: User-defined
On_Voltage Double Voltage pu 0 On Voltage
On_dT1 Double dt1 s 0 On Time Delay – Next Phase
On_dT2 Double dt2 s 0 On Time Delay – Previous Phase
Flag_CondFaultOff Integer Fault Off 0 Conditions Fault Off
0: None
1: Default
2: Time
3: Current
4: Current and time delay
toff Double toff s 0 Time Off
Off_Current Double Ioff MVA 0 Off Current

Additional Fault Data (AddFaultData)

Attribute name Data type Short name Unit Std. Description


Basic Data
AddFaultData_ID Long Integer 0 Primary Key – Fault Summary
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 0 Element of Current Variant
0: No
1: Yes
Name Text (50) Name 0 Fault Summary Name
Flag_State Integer State 1 Operating State
0: Deactivated
1: Arc Impedances
2: Ground Impedances
3: Arc and Ground Impedances
Arc Impedance
Rle1 Double Ra Ohm 0 Arc Impedances – 1-Phase Ground Fault –
Resistance Phase
Xle1 Double Xa Ohm 0 Arc Impedances – 1-Phase Ground Fault –
Reactance Phase
Ree1 Double Rar Ohm 0 Arc Impedances – 1-Phase Ground Fault –
Resistance Return
Xee1 Double Xar Ohm 0 Arc Impedances – 1-Phase Ground Fault –
Reactance Return
Rle2 Double Ra Ohm 0 Arc Impedances – 2-Phase Ground Fault –
Resistance Phase
Xle2 Double Xa Ohm 0 Arc Impedances – 2-Phase Ground Fault –
Reactance Phase
Ree2 Double Rar Ohm 0 Arc Impedances – 2-Phase Ground Fault –
Resistance Return
Xee2 Double Xar Ohm 0 Arc Impedances – 2-Phase Ground Fault –
Reactance Return
Rle3 Double Ra Ohm 0 Arc Impedances – 3-Phase Ground Fault –
Resistance Phase
Xle3 Double Xa Ohm 0 Arc Impedances – 3-Phase Ground Fault –
Reactance Phase

April 2019 127


PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

Ree3 Double Rar Ohm 0 Arc Impedances – 3-Phase Ground Fault –


Resistance Return
Xee3 Double Xar Ohm 0 Arc Impedances – 3-Phase Ground Fault –
Reactance Return
Rlsc2 Double Ra Ohm 0 Arc Impedances – 2-Phase Short Circuit –
Resistance Phase
Xlsc2 Double Xa Ohm 0 Arc Impedances – 2-Phase Short Circuit –
Reactance Phase
Rlsc3 Double Ra Ohm 0 Arc Impedances – 3-Phase Short Circuit –
Resistance Phase
Xlsc3 Double Xa Ohm 0 Arc Impedances – 3-Phase Short Circuit –
Reactance Phase
Ground Impedance
Rgrnd Double Re Ohm 0 Ground Resistance
Xrnd Double Xe Ohm 0 Ground Reactance
Pickup
FktI Double fI 1 1 Factor Pickup Current Overcurrent Protection
Devices

Harmonics and Ripple Control

Harmonics data are supplementary data added to the network elements that PSS SINCAL requires
for harmonics calculations. Ripple control data provide supplementary information for ripple control
calculations.

Table name ID Description


HarImpedance 50 Harmonics impedance characteristics
HarImpedanceValue 49 Harmonics impedance characteristics values
HarCurrent 54 Harmonics current source
HarCurrentValue 53 Harmonics current source values
HarVoltage 52 Harmonics voltage source
HarVoltageValue 51 Harmonics voltage source values
HarDistLimit 186 Harmonics distortion limit
HarDistLimitValue 187 Harmonics distortion limit values
HarFreqChar 31 Harmonics frequency characteristics
HarPCCdata 241 Harmonics PCC configuration

Harmonics Impedance Characteristics (HarImpedance)

Attribute name Data type Short name Unit Std. Description


HarImp_ID Long Integer 0 Primary Key – Impedance Characteristics
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Name Text (50) Name Name – Characteristic Curve
Flag_Input Integer 1 Input Data
1: Referenced
2: R and X
3: Z and angle
4: Area

128 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

Flag_Zhar Integer 1 Determine Impedance


1: Vmax
2: Imax
deltaZ Double Step Ohm 10 Impedance Step

Harmonics Impedance Characteristics Values (HarImpedanceValue)

Attribute name Data type Short name Unit Std. Description


HarImpValue_ID Long Integer 0 Primary Key – Impedance Value
HarImp_ID Long Integer 0 Secondary Key – Impedance Characteristics
f Double f Hz 0 Frequency
r Double R/R0 pu 0 R/R0
l Double L/L0 pu 0 L/L0
c Double C/C0 pu 0 C/C0
absR Double R Ohm 0 Resistance
absX Double X Ohm 0 Reactance
absZ Double Z Ohm 0 Impedance
PhiZ Double φZ ° 0 Angle of Impedance
Char_ID Long Integer Area 0 Area

Harmonics Current Source (HarCurrent)

Attribute name Data type Short name Unit Std. Description


HarCur_ID Long Integer 0 Primary Key – Current Source
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Name Text (50) Name Name – Current Source
Flag_DefAngle Integer Def. Angle Det. 1 Default Angle Determination
0: No
1: Yes
Flag_I Integer Cur. Source St. 2 Current Source State
1: Current in A
2: Current in %

Harmonics Current Source Values (HarCurrentValue)

Attribute name Data type Short name Unit Std. Description


HarCurValue_ID Long Integer 0 Primary Key – Current Source Value
HarCur_ID Long Integer 0 Secondary Key – Current Source
n Double ν 1 0 Harmonic Number
I Double I A 0 Current Source
ir Double i % 0 Current Source
phi Double φ ° 0 Phase Angle

April 2019 129


PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

Harmonics Voltage Source (HarVoltage)

Attribute name Data type Short name Unit Std. Description


HarVolt_ID Long Integer 0 Primary Key – Voltage Source
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Name Text (50) Name Name – Voltage Source
Flag_DefAngle Integer Def. Angle Det. 0 Default Angle Determination
0: No
1: Yes

Harmonics Voltage Source Values (HarVoltageValue)

Attribute name Data type Short name Unit Std. Description


HarVoltValue_ID Long Integer 0 Primary Key – Voltage Source Value
HarVolt_ID Long Integer 0 Secondary Key – Voltage Source
n Double ν 1 0 Harmonic Number
u Double v % 0 Voltage Source
phi Double φ ° 0 Phase Angle

Harmonics Distortion Limit (HarDistLimit)

Attribute name Data type Short name Unit Std. Description


HarDistLimit_ID Long Integer 0 Primary Key – Harmonic Distortion Limit
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Name Text (50) Name 0 Harmonic Distortion Limit Name
Flag_Norm Integer 1 Standard used for Evaluation and Diagram
0: None
1: IEC
2: IEEE
3: Global
LimitType Integer 1 Limit Type
1: Total Harmonic Distortion – THD
2: Total Demand Distortion – TDD

Harmonics Distortion Limit Values (HarDistLimitValue)

Attribute name Data type Short name Unit Std. Description


HarDistLimitValue_I Long Integer 0 Primary Key – Harmonic Distortion Limit Value
D
HarDistLimit_ID Long Integer 0 Secondary Key – Harmonic Distortion Limit
h Double ν 1 0 Harmonic Number
umax Double vmax % 0 Maximum Harmonic Voltage
imax Double imax % 0 Maximum Harmonic Current

130 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

Harmonics Frequency Characteristics (HarFreqChar)

Attribute name Data type Short name Unit Std. Description


FreqChar_ID Long Integer 0 Primary Key – Frequency Response
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Flag_State Integer OP State 1 Operating State
0: Off
1: On
Node_ID Long Integer Node 0 Secondary Key – Node
RefNode_ID Long Integer Ref. Node 0 Secondary Key – Ref. Network Node
Flag_Loop Integer Loop 0 Impedance Loop
0: L123
1: L1-G
2: L2-G
3: L3-G
4: L12
5: L23
6: L31
Flag_Impedance Integer 1 Impedance Type
1: Minimum
2: Maximum
fs Double fi Hz 50 Initial Frequency
fe Double fe Hz 2000 End Frequency
deltafmax Double dfmax Hz 50 Large Frequency Step
deltafmin Double dfmin Hz 5 Small Frequency Step

Harmonics PCC Configuration (HarPCCdata)

Attribute name Data type Short name Unit Std. Description


HarPCCdata_ID Long Integer 0 Primary Key – Point of Common Coupling Data
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Name Text (50) Name 0 Name – PCC Configuration Data
Flag_Input Integer 1 Input Data
1: IL and ISC/IL
2: IL
I_mL_Isc Double ISC/IL 1 0 Ratio Maximum Short Circuit Current over
Maximum Demand Load Current
I_maxLoad Double IL kA 0 Maximum Demand Load Current
HarDistLimit_ID Long Integer 0 Secondary Key – Harmonic Distortion Limit

2.2.5 Contingency Analysis

This table has the required data for contingency analysis.

Table name ID Description


MalFuncScenario 190 Malfunction scenario
MalFuncScenarioDef 191 Malfunction scenario definition

April 2019 131


PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

Malfunction Scenario (MalFuncScenario)

Attribute name Data type Short name Unit Std. Description


MalFuncScenario_I Long Integer 0 Primary Key – Malfunction Scenario
D
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Name Text (50) Name 0 Malfunction Scenario Name
Flag_Type Integer Type 0 Type of Scenario
1: Malfunction
2: Resupply
Flag_State Integer State 1 Malfunction Scenario State
0: Off
1: On

Malfunction Scenario Definition (MalFuncScenarioDef)

Attribute name Data type Short name Unit Std. Description


MalFuncScenarioD Long Integer 0 Primary Key – Malfunction Scenario Definition
ef_ID
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
MalFuncScenario_I Long Integer 0 Secondary Key – Malfunction Scenario
D
Element_ID Long Integer Element 0 Secondary Key – Element
Flag_Operate Integer Operating 1 Operating
1: Malfunction
2: Reconnect
3: Shutdown
Flag_MalfuncType Integer 0 Malfunction Type
1: Elements
2: Nodes
3: Station
Node_ID Long Integer 0 Malfunction Node
Station_ID Long Integer 0 Malfunction Substation

2.2.6 Protection

These tables have the required data for protection simulation. These data include the settings and
locations of the overcurrent-protection devices, the distance-protection devices and the differential
protection devices.

Table name ID Description


ProtLocation 86 Protection location
ProtPickup 168 Pickup
VoltageTransformer 85 Voltage transformer

132 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

CurrentTransformer 84 Current transformer


LoopImpData 222 Loop impedance data
ProtInterlock 92 Teleprotection
ProtInterlockGrp 231 Teleprotection group
ProtZone 94 Protection zone
ProtOCSetting 81 Overcurrent protection settings
ProtDIRelais 93 Distance protection settings
ProtDISetting 87 Distance protection settings user-defined
ProtDICharSiemens 88 Characteristics – Siemens distance protection
ProtDICharArea 89 Characteristics – area distance protection
ProtVoltTrip 207 Voltage protection
ProtFrqTrip 232 Protection frequency
ProtDiffSetting 202 Differential protection settings
Equipment 184 Arc flash configuration
ProtGroundFct 234 Protection ground factor

Type Databases for Protection Devices

The following tables describe the characteristics of overcurrent protection devices. Select these
PSS SINCAL protection devices by name and type in the data screen form.

Table name ID Description


ProtVersion 601 Version
ProtOCDevice 602 Protection device
ProtOCCharacteristic 603 Device tripping characteristics
ProtOCSettingValue 604 Settings for protection device
ProtOCCurve 605 Tripping characteristics
ProtOCCurveValue 606 Tripping characteristics values
ProtOCFuncValue 607 Values for tripping characteristics

The structure of this type of databases is as follows:

ProtOCDevice ProtOCCharacteristic ProtOCSettingValue

ProtOCCurve ProtOCCurveValue

ProtOCFuncValue

April 2019 133


PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

Protection Location (ProtLocation)

Attribute name Data type Short name Unit Std. Description


Basic Data
ProtLoc_ID Long Integer 0 Primary Key – Built-In Protection Device
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Flag_Type Integer Dev. Type 1 Protection Device Type
1: Overcurrent protection
2: Distance protection
3: Differential protection
4: Device protection
Flag_Deny Integer Malfunction 0 Malfunction ON/OFF for Protection Device
0: No malfunction
1: Device malfunction
2: Breaker malfunction
Flag_State Integer Active 1 Active
0: Off
1: On
Terminal_ID Long Integer Terminal 0 Secondary Key – Location at Terminal
EcoElement_ID Long Integer 0 Secondary Key – Operational Device
Name Text (50) Name Name – Protection Device
Flag_Alias Integer 0 Use Alias Type Name
0: No
1: Yes
AliasTypeName Text (50) Type Name 0 Type Name
TextVal VarString Comment
Instrument Transformers – Phase
CurrentTranP_ID Long Integer Cur. Transf. P 0 Secondary Key – Current Transformer (Phase
Fault)
AddCTP_1 Long Integer 0 Secondary Key – First Additional Current
Transformer (Phase Fault)
AddCTP_2 Long Integer 0 Secondary Key – Second Additional Current
Transformer (Phase Fault)
AddCTP_3 Long Integer 0 Secondary Key – Third Additional Current
Transformer (Phase Fault)
VoltTranP_ID Long Integer Volt. Transf. P 0 Secondary Key – Voltage Transformer (Phase
Fault)
Instrument Transformers – Ground
CurrentTranE_ID Long Integer Cur. Transf. G 0 Secondary Key – Current Transformer (Ground
Fault)
AddCTE_1 Long Integer 0 Secondary Key – First Additional Current
Transformer (Ground Fault)
AddCTE_2 Long Integer 0 Secondary Key – Second Additional Current
Transformer (Ground Fault)
AddCTE_3 Long Integer 0 Secondary Key – Third Additional Current
Transformer (Ground Fault)
VoltTranE_ID Long Integer Volt. Transf. G 0 Secondary Key – Voltage Transformer (Ground
Fault)
Directional Element
Flag_MainDir Integer Prot. Dir. 1 Main Protection Direction
1: Non-directional
2: Forward
3: Reverse

134 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

Flag_DirOp Integer Direction Determining


1: Normal
2: Modify V
3: Modify V and I
4: Train
5: Train modified I
6: Isolated
Directional Element – Phase
p_winkey Integer 1 Key for Angle Evaluation – Directional Element
(Phase Fault)
1: Actual voltage
2: Load voltage
p_win_n Double ° -45 Retarded Angle Forward (Phase Fault)
p_win_v Double ° 135 Advanced Angle Forward (Phase Fault)
p_win_n2 Double ° 135 Retarded Angle Reverse (Phase Fault)
p_win_v2 Double ° 315 Advanced Angle Reverse (Phase Fault)
Directional Element – Ground
e_winkey Integer 1 Key for Angle Evaluation – Directional Element
(Ground Fault)
1: Actual voltage
2: Load voltage
e_win_n Double ° -45 Retarded Angle Forward (Ground Fault)
e_win_v Double ° 135 Advanced Angle Forward (Ground Fault)
e_win_n2 Double ° 135 Retarded Angle Reverse (Ground Fault)
e_win_v2 Double ° 315 Advanced Angle Reverse (Ground Fault)
Impedances
Pa_LoopImp_ID Long Integer 0 Phase Tripping Impedances Condition
IL1+IL2+IL3 equal to 0.0
Pb_LoopImp_ID Long Integer 0 Phase Tripping Impedances Condition
IL1+IL2+IL3 not equal to 0.0
Flag_GrndData Integer 1 Factor Ground Impedance
1: Ratios Re and Xe
2: Ratio Ze and angle
zezzl Double Ze/Zl 1 0 Ratio Ground to Phase Impedance
phi_zezzl Double φ ° 0 Angle Impedance Ratio
rezrl Double Re/Rl 1 0 Ratio Ground to Phase Resistance
xezxl Double Xe/Xl 1 0 Ratio Ground to Phase Reactance
Extended Settings
I1sec Double I1sec kA 0 One-Second Short Circuit Current
S_C Double Sc € 0 Switch Costs
Flag_Diag Integer Diagr. 1 Show at Selective Grading Diagram
0: No
1: Yes
Switch Time
t_on Double ton s 0 Time Switch On
t_off Double toff s 0 Time Switch Off
t_rv Double tr s 0 Reset Time
t_chk_off Double tchkoff s 0,05 Check Time Switch Off
Registered Fault Data
Flag_FLR Integer Recorded Data 1 Recorded Data
1: None
2: R and X
3: Z
4: Z and φ
5: X

April 2019 135


PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

Flag_FLMode Integer 2 Data Type


1: Primary
2: Secondary
R_FL Double R Ohm 0 Detected Resistance for Determining Fault
Locations
X_FL Double X Ohm 0 Detected Reactance for Determining Fault
Locations
Z_FL Double Z Ohm 0 Detected Impedance for Determining Fault
Locations
Phi_FL Double φ ° 0 Detected Angle for Determining Fault Locations

Pickup (ProtPickup)

Attribute name Data type Short name Unit Std. Description


Basic Data
ProtPickup_ID Long Integer 0 Primary Key – Protection Pickup
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
ProtLoc_ID Long Integer Dev. Name 0 Secondary Key – Protection Device
Flag_Set Integer Settings 2 Settings
1: Primary
2: Secondary
Flag_p_pickup_t Integer 1 Tripping Time Behavior Phase Pickup
1: Individual
2: Common
Flag_e_pickup_t Integer 1 Tripping Time Behavior Ground Pickup
1: Individual
2: Common
Phase
Flag_p_imin_dir Integer 0 Direction – Minimum Current Pickup (Phase)
0: None
1: Non-dir.
2: Forward
3: Reverse
p_i_min_g Double Imin A 0 Minimum Current (Phase)
Flag_pdir Integer 0 Direction – Directional Current Pickup (Phase)
0: None
1: Non-dir.
2: Forward
3: Reverse
p_i_dir Double i4 A 0 Minimum Current – Directional Current Pickup
(Phase)
p_t_dir Double t4 s 0 Time – Directional Current Pickup (Phase)
Flag_pnodir Integer 0 Non-Directional Current Pickup (Phase)
0: No
1: Yes
p_i_min_p Double i5 A 0 Minimum Current (Phase Fault)
p_t_nodir Double t5 s 0 Time – Non-Directional Pickup (Phase Fault)
Flag_uipp Integer 0 UI Pickup (Phase-Phase)
0: None
1: UI none-dir.
2: UI forward
3: UI backward
4: UI φ none-dir.
5: UI φ forward
6: UI φ backward

136 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

t_ui_uipp Double tui s 0 Time – UI Pickup (Phase-Phase)


t_ui_uipp_nodir Double tui nd s 0 Non Directional Pickup Time
u_g_uipp Double V> kV 0 Voltage U> – UI Pickup (Phase-Phase)
u_gg_uipp Double V>> kV 0 Voltage U>> – UI Pickup (Phase-Phase)
i_g_uipp Double I> A 0 Current I> – UI Pickup (Phase-Phase)
i_gg_uipp Double I>> A 0 Current I>> – UI Pickup (Phase Fault)
phi_uipp Double φ ° 0 Angle – UI Pickup (Phase-Phase)
Flag_upp Integer 0 Voltage Pickup (Phase-Phase)
0: No
1: Yes
t_upp Double tu s 0 Time – Voltage Pickup (Phase-Phase)
u_g_upp Double V< kV 0 Voltage V< – Voltage Pickup (Phase-Phase)
i_g_upp Double I> A 0 Current I> – Voltage Pickup (Phase-Phase)
Transformer Polarity Phase
Flag_CTP Integer CTp pol 0 Polarity Current Transformer (Phase)
0: Normal
1: Invers
Flag_AddCTP1 Integer CT1p pol 0 Polarity First Additional Current Transformer
(Phase)
0: Ignore
1: Normal
2: Invers
Flag_AddCTP2 Integer CT2p pol 0 Polarity Second Additional Current Transformer
(Phase)
0: Ignore
1: Normal
2: Invers
Flag_AddCTP3 Integer CT3p pol 0 Polarity Third Additional Current Transformer
(Phase)
0: Ignore
1: Normal
2: Invers
Phase Area
Flag_parea Integer 0 Area Pickup (Phase Fault)
0: None
1: Non-dir.
2: Forward
3: Reverse
p_tnodir_area Double t6 s 1 Non-Directional Time – Area Pickup (Phase
Fault)
p_tdir_area Double t6d s 1 Directional Time – Area Pickup (Phase Fault)
p_x_pa Double X+A Ohm 1,5 Setting X+A (Phase Fault)
p_x_ma Double X-A Ohm 1,2 Setting X-A (Phase Fault)
p_ra1 Double RA1 Ohm 0,7 Setting RA1 (Phase Fault)
p_ra2 Double RA2 Ohm 1 Setting RA2 (Phase Fault)
p_phi Double φ ° 30 Setting Phi (Phase Fault)
p_alpha_poly Double α ° 0 Protection Device Setting Angle Alpha –
Polygon Chamfer (Phase)
p_phi_poly Double φp ° 90 Protection Device Setting Angle Phi – Polygon
Chamfer (Phase)
p_i_min_area Double Imin A 0 Minimum Current (Phase Fault)
Ground
Flag_e_imin_dir Integer 0 Direction – Minimum Current Pickup (Ground)
0: None
1: Non-dir.
2: Forward
3: Reverse
e_i_min_g Double Imin A 0 Minimum Current (Ground)

April 2019 137


PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

Flag_edir Integer 0 Direction – Directional Current Pickup (Ground)


0: None
1: Non-dir.
2: Forward
3: Reverse
e_i_dir Double i4 A 0 Minimum Current – Directional Current Pickup
(Ground)
e_t_dir Double t4 s 0 Time – Directional Current Pickup (Ground)
Flag_enodir Integer 0 Non-Directional Current Pickup (Ground)
0: No
1: Yes
e_i_min_p Double i5 A 0 Minimum Current (Ground Fault)
e_t_nodir Double t5 s 0 Time – Non-Directional Pickup (Ground Fault)
Flag_uipe Integer 0 UI Pickup (Phase-Ground)
0: None
1: UI none-dir.
2: UI forward
3: UI backward
4: UI φ none-dir.
5: UI φ forward
6: UI φ backward
t_ui_uipe Double tui s 0 Time – UI Pickup (Phase-Ground)
t_ui_uipe_nodir Double tui nd s 0 Non Directional Pickup Time
u_g_uipe Double V> kV 0 Voltage U> – UI Pickup (Phase-Ground)
u_gg_uipe Double V>> kV 0 Voltage U>> – UI Pickup (Phase-Ground)
i_g_uipe Double I> A 0 Current I> – UI Pickup (Phase-Ground)
i_gg_uipe Double I>> A 0 Current I>> – UI Pickup (Phase-Ground)
phi_uipe Double φ ° 0 Angle – UI Pickup (Phase-Ground)
Flag_upe Integer 0 Voltage Pickup (Phase-Ground)
0: No
1: Yes
t_upe Double tu s 0 Time – Voltage Pickup (Phase-Ground)
u_g_upe Double V< kV 0 Voltage V< – Voltage Pickup (Phase-Ground)
i_g_upe Double I> A 0 Current I> – Voltage Pickup (Phase-Ground)
Transformer Polarity Ground
Flag_CTE Integer CTe pol 0 Polarity Current Transformer (Ground)
0: Normal
1: Invers
Flag_AddCTE1 Integer CT1e pol 0 Polarity First Additional Current Transformer
(Ground)
0: Ignore
1: Normal
2: Invers
Flag_AddCTE2 Integer CT2e pol 0 Polarity Second Additional Current Transformer
(Ground)
0: Ignore
1: Normal
2: Invers
Flag_AddCTE3 Integer CT3e pol 0 Polarity Third Additional Current Transformer
(Ground)
0: Ignore
1: Normal
2: Invers
Ground Area
Flag_earea Integer 0 Area Pickup (Ground Fault)
0: None
1: Non-dir.
2: Forward
3: Reverse
e_tnodir_area Double t6 s 1 Non-Directional Time – Area Pickup (Ground
Fault)

138 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

e_tdir_area Double t6d s 1 Directional Time – Area Pickup (Ground Fault)


e_x_pa Double X+A Ohm 1,5 Setting X+A (Ground Fault)
e_x_ma Double X-A Ohm 1,2 Setting X-A (Ground Fault)
e_ra1 Double RA1 Ohm 0,7 Setting RA1 (Ground Fault)
e_ra2 Double RA2 Ohm 1 Setting RA2 (Ground Fault)
e_phi Double φ ° 30 Setting Phi (Ground Fault)
e_alpha_poly Double α ° 0 Protection Device Setting Angle Alpha –
Polygon Chamfer (Ground)
e_phi_poly Double φp ° 90 Protection Device Setting Angle Phi – Polygon
Chamfer (Ground)
e_i_min_area Double Imin A 0 Minimum Current (Ground Fault)
GrndFct_ID Long Integer 0 Secondary Key – Factor Ground Impedance

Voltage Transformer (VoltageTransformer)

Attribute name Data type Short name Unit Std. Description


VoltageTran_ID Long Integer 0 Primary Key – Voltage Transformer
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Node_ID Long Integer Node 0 Secondary Key – Transformer Location at Node
EcoElement_ID Long Integer 0 Secondary Key – Operational Device
Stp_ID Long Integer NP 0 Secondary Key – Neutral Point Impedance
Name Text (16) Name Name – Transformer
Flag_Gra Integer Show 0 Show in Graphic
0: No
1: Yes
Upri Double Vpri kV 1 Rated Voltage – Primary Voltage Transformer
Usec Double Vsec kV 1 Rated Voltage – Secondary Voltage
Transformer
FactUpri Double fVpri 1 1 Factor for Rated Voltage – Primary Voltage
Transformer

Current Transformer (CurrentTransformer)

Attribute name Data type Short name Unit Std. Description


Basic Data
CurrentTran_ID Long Integer 0 Primary Key – Current Transformer
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Terminal_ID Long Integer Terminal 0 Secondary Key – Transformer Location at
Terminal
EcoElement_ID Long Integer 0 Secondary Key – Operational Device
Stp_ID Long Integer NP 0 Secondary Key – Neutral Point Impedance
Name Text (16) Name Name – Transformer
Flag_Gra Integer Show 0 Show in Graphic
0: No
1: Yes

April 2019 139


PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

Ipri Double Ipri A 1 Rated Current – Primary Current Transformer


Isec Double Isec A 1 Rated Current – Secondary Current
Transformer
FactIpri Double fIpri 1 1 Factor for Rated Current – Primary Current
Transformer (Phase Fault)
Dynamics
SatChar_ID Long Integer Sat 0 Secondary Key – Saturation
Rprim Double Rpri Ohm 0 Primary Resistance
Rsek Double Rsec Ohm 0 Secondary Resistance
Xh Double Xh kOhm 0 Main Reactance
ResFlux1 Double Φ1 pu 0 Residual Flux Phase L1
ResFlux2 Double Φ2 pu 0 Residual Flux Phase L2
ResFlux3 Double Φ3 pu 0 Residual Flux Phase L3

Loop Impedance Data (LoopImpData)

Attribute name Data type Short name Unit Std. Description


LoopImp_ID Long Integer 0 Primary Key – Loop Impedance Data
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 0 Element of Current Variant
0: No
1: Yes
Name Text (50) Name 0 Loop Impedance Data Name
Flag_L12 Integer L1-L2 0 Loop Impedance L1-L2
0: No
1: Yes
Flag_L23 Integer L2-L3 0 Loop Impedance L2-L3
0: No
1: Yes
Flag_L31 Integer L3-L1 0 Loop Impedance L3-L1
0: No
1: Yes
Flag_L1e Integer L1-G 0 Loop Impedance L1-Ground
0: No
1: Yes
Flag_L2e Integer L2-G 0 Loop Impedance L2-Ground
0: No
1: Yes
Flag_L3e Integer L3-G 0 Loop Impedance L3-Ground
0: No
1: Yes

Teleprotection (ProtInterlock)

Attribute name Data type Short name Unit Std. Description


ProtInterlock_ID Long Integer 0 Primary Key – Teleprotection
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Flag_State Integer State 1 State
0: Off
1: On

140 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

Flag_Type Integer Type 1 Type


1: Interlock
2: Transfer trip
3: Tripping
LockGrp_ID Long Integer 0 Secondary Key – Teleprotection Group
ProtLoc1_ID Long Integer Device 0 Secondary Key – Protection Device 1
(Receiver)
Flag_Step1 Integer Zone/Element 1 Zone/Element (Receiver)
0: None
1: DI predefined zone 1
2: DI predefined zone 2
3: DI predefined zone 3
4: DI predefined tele-prot.
5: DI user-defined zone 1
6: DI user-defined zone 2
7: DI user-defined zone 3
8: Pickup forward
9: DI named zone
10: OC tripping Ip
11: OC tripping I>
12: OC tripping I>>
13: OC tripping I>>>
14: Pickup reverse
15: Pickup non-directional
16: DI predefined zone 4
17: DI predefined zone 5
18: DI predefined zone 6
19: Directional current pickup
20: Non-directional current pickup
21: Underimpedance pickup
22: Undervoltage pickup
23: Area pickup
24: Minimum current pickup
b_bez1 Text (16) Zone Name Zone Name (Receiver)
b_open1 Integer Tripping 1 Tripping (Receiver)
1: Phase
2: Ground
ProtLoc2_ID Long Integer Device 0 Secondary Key – Protection Device 2 (Sender)
Flag_Step2 Integer Zone/Element 1 Zone/Element (Sender)
1: DI predefined zone 1
2: DI predefined zone 2
3: DI predefined zone 3
4: DI predefined tele-prot.
5: DI user-defined zone 1
6: DI user-defined zone 2
7: DI user-defined zone 3
8: Pickup forward
9: DI named zone
10: OC tripping Ip
11: OC tripping I>
12: OC tripping I>>
13: OC tripping I>>>
14: Pickup reverse
15: Pickup non-directional
16: DI predefined zone 4
17: DI predefined zone 5
18: DI predefined zone 6
19: Directional current pickup
20: Non-directional current pickup
21: Underimpedance pickup
22: Undervoltage pickup
23: Area pickup
24: Minimum current pickup
25: Breaker malfunction
b_bez2 Text (16) Zone Name Zone Name (Sender)

April 2019 141


PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

b_open2 Integer Tripping 1 Tripping (Sender)


1: Phase
2: Ground
b_signal2 Integer Signal Type 1 Signal Type (Sender)
(Sender) 1: Pick up – No
2: Pick up – Yes
3: Tripping – No
4: Tripping – Yes
t_trip Double t s 0,005 Tripping Time

Teleprotection Group (ProtInterlockGrp)

Attribute name Data type Short name Unit Std. Description


LockGrp_ID Long Integer 0 Primary Key – Teleprotection Group
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 0 Element of Current Variant
0: No
1: Yes
Name Text (50) Name 0 Teleprotection Group Name
ParentLockGrp_ID Long Integer Parent 0 Secondary Key – Parent Teleprotection Group
Flag_State Integer State 1 State
0: Off
1: On

Protection Zone (ProtZone)

Attribute name Data type Short name Unit Std. Description


ProtZone_ID Long Integer 0 Primary Key – Protection Zone
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Name Text (50) Name Name

Overcurrent Protection Settings (ProtOCSetting)

Attribute name Data type Short name Unit Std. Description


Phase
ProtSet_ID Long Integer 0 Primary Key – Settings
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
ProtLoc_ID Long Integer Dev. Name 0 Secondary Key – Location
ProtCharP_ID Long Integer 0 Secondary Key – Characteristic Curve Opening
(Phase)
typ Integer 0 Type ID
p_nam Text (16) Behav. Protection Device Behavior (Phase)
ProtCharP2_ID Long Integer 0 Secondary Key – Characteristic Curve Opening
(Phase)

142 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

i_nenn Double In A 0 Rated Current – Low Voltage Protection Device


(Phase)
fi_nenn Double fIn 1 1,8 Factor for Rated Current – Low Voltage
Protection Device (Phase)
p_i_nenn Double In Dev. A 0 Rated Current – Protection Device (Phase)
sw1 Integer Ip Trip. 0 Tripping Ip (Phase)
0: Off
1: Phase
3: Pos
5: Neg
7: Phase (-)
9: Pos (-)
11: Neg (-)
p_dir1 Integer Ip Dir. Elem. Directional Element Ip (Phase)
0: Non-directional
1: Forward
2: Reverse
Flag_tp Integer Ip TTB 1 Tripping Time Behavior Ip (Phase)
1: Individual
2: Common
ip Double Ip Cur. I 0 Current Ip (Phase)
f_ip Double Ip Fact. I 0 Factor for Current Ip (Phase)
tp Double Ip1 Time t s 0 Time tp (Phase)
tp2 Double Ip2 Time t s 1 Time tp2 (Phase)
f_tp Double Ip Fact. t 0 Factor for Time tp (Phase)
sq1 Integer Ip I²t Char. 1 I²t Supplementary Characteristics Ip (Phase)
1: On
2: Endless
i1 Double Ip I²t Cur. I 0 Current – I²t Tripping Ip (Phase)
t1 Double Ip I²t Time t 0 Time – I²t Tripping tp (Phase)
add_tp Double tp1 s 0 Additional Time Ip (Phase)
add_tp2 Double tp2 s 0 Additional Time Ip2 (Phase)
sw2 Integer I> Trip. 0 Tripping I> (Phase)
0: Off
1: Phase
2: Phase Lim
3: Pos
4: Pos Lim
5: Neg
6: Neg Lim
7: Phase (-)
8: Phase (-) Lim
9: Pos (-)
10: Pos (-) Lim
11: Neg (-)
12: Neg (-) Lim
p_dir2 Integer I> Dir. Elem. Directional Element I> (Phase)
0: Non-directional
1: Forward
2: Reverse
Flag_t1p Integer I> TTB 1 Tripping Time Behavior I> (Phase)
1: Individual
2: Common
ip_g Double I> Cur. I 0 Current I> (Phase)
f_ip_g Double I> Fact. I 0 Factor for Current I> (Phase)
tp_g Double I> Time t s 0 Time t> (Phase)
f_tp_g Double I> Fact. t 0 Factor for Time t> (Phase)
sq2 Integer I> I²t Char. 1 I²t Supplementary Characteristics I> (Phase)
1: On
2: Endless
i2 Double I> I²t Cur. I 0 Current – I²t Tripping I> (Phase)

April 2019 143


PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

t2 Double I> I²t Time t 0 Time – I²t Tripping t> (Phase)


add_tg Double tg s 0 Additional Time I> (Phase)
sw3 Integer I>> Trip. 0 Tripping I>> (Phase)
0: Off
1: Phase
2: Phase Lim
3: Pos
4: Pos Lim
5: Neg
6: Neg Lim
7: Phase (-)
8: Phase (-) Lim
9: Pos (-)
10: Pos (-) Lim
11: Neg (-)
12: Neg (-) Lim
p_dir3 Integer I>> Dir. Elem. Directional Element I>> (Phase)
0: Non-directional
1: Forward
2: Reverse
Flag_t2p Integer I>> TTB 1 Tripping Time Behavior I>> (Phase)
1: Individual
2: Common
ip_2g Double I>> Cur. I 0 Current I>> (Phase)
f_ip_2g Double I>> Fact. I 0 Factor for Current I>> (Phase)
tp_2g Double I>> Time t s 0 Time t>> (Phase)
f_tp_2g Double I>> Fact. t 0 Factor for Time t>> (Phase)
sq3 Integer I>> I²t Char. 1 I²t Supplementary Characteristics I>> (Phase)
1: On
2: Endless
i3 Double I>> I²t Cur. I 0 Current – I²t Tripping I>> (Phase)
t3 Double I>> I²t Time t 0 Time – I²t Tripping t>> (Phase)
add_t2g Double t2g s 0 Additional Time I>> (Phase)
sw4 Integer I>>> Trip. 0 Tripping I>>> (Phase)
0: Off
1: Phase
2: Phase Lim
3: Pos
4: Pos Lim
5: Neg
6: Neg Lim
7: Phase (-)
8: Phase (-) Lim
9: Pos (-)
10: Pos (-) Lim
11: Neg (-)
12: Neg (-) Lim
p_dir4 Integer I>>> Dir. Elem. Directional Element I>>> (Phase)
0: Non-directional
1: Forward
2: Reverse
Flag_t3p Integer I>>> TTB 1 Tripping Time Behavior I>>> (Phase)
1: Individual
2: Common
ip_3g Double I>>> Cur. I 0 Current I>>> (Phase)
f_ip_3g Double I>>> Fact. I 0 Factor for Current I>>> (Phase)
tp_3g Double I>>> Time t s 0 Time t>>> (Phase)
f_tp_3g Double I>>> Fact. t 0 Factor for Time t>>> (Phase)
sq4 Integer I>>> I²t Char. 1 I²t Supplementary Characteristics I>>> (Phase)
1: On
2: Endless
i4 Double I>>> I²t Cur. I 0 Current – I²t Tripping I>>> (Phase)

144 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

t4 Double I>>> I²t Time t 0 Time – I²t Tripping t>>> (Phase)


add_t3g Double t3g s 0 Additional Time I>>> (Phase)
s_cyc2 Integer Cyc2 1 1 Switching Cycles (Section 2 – Phase)
s_cyc1 Integer Cyc1 1 1 Switching Cycles (Section 1 – Phase)
s_cyc3 Integer Cyc3 1 0 Switching Cycles (Section 3 – Phase)
Flag_Ifinal Integer TCCF 1 Final Tripping Characteristic (Phase)
1: Ip1
2: I>
3: I>>
4: Ip2
s_cyc4 Integer Cyc4 1 0 Switching Cycles (Section 4 – Phase)
t_open1 Double topen1 s 0 Temporary Open Time (Section 1 – Phase)
t_open2 Double topen2 s 0 Temporary Open Time (Section 2 – Phase)
t_open3 Double topen3 s 0 Temporary Open Time (Section 3 – Phase)
t_open4 Double topen4 s 0 Temporary Open Time (Section 4 – Phase)
Flag_Icyc1 Integer TCC1 4 Tripping Characteristic Temporary Open
(Section 1 – Phase)
1: Ip1
2: I>
3: I>>
4: Ip1, I>
5: Ip1, I>>
6: Ip1, I>, I>>
7: I>, I>>
8: Ip2
9: Ip2, I>
10: Ip2, I>>
11: Ip2, I>, I>>
Flag_Icyc2 Integer TCC2 1 Tripping Characteristic Temporary Open
(Section 2 – Phase)
1: Ip1
2: I>
3: I>>
4: Ip1, I>
5: Ip1, I>>
6: Ip1, I>, I>>
7: I>, I>>
8: Ip2
9: Ip2, I>
10: Ip2, I>>
11: Ip2, I>, I>>
Flag_Icyc3 Integer TCC3 1 Tripping Characteristic Temporary Open
(Section 3 – Phase)
1: Ip1
2: I>
3: I>>
4: Ip1, I>
5: Ip1, I>>
6: Ip1, I>, I>>
7: I>, I>>
8: Ip2
9: Ip2, I>
10: Ip2, I>>
11: Ip2, I>, I>>

April 2019 145


PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

Flag_Icyc4 Integer TCC4 4 Tripping Characteristic Temporary Open


(Section 4 – Phase)
1: Ip1
2: I>
3: I>>
4: Ip1, I>
5: Ip1, I>>
6: Ip1, I>, I>>
7: I>, I>>
8: Ip2
9: Ip2, I>
10: Ip2, I>>
11: Ip2, I>, I>>
Flag_Ilockout Integer TCCL 0 Lockout Tripping Characteristic (Phase)
0: None
1: I>>>
Ground
ProtCharE_ID Long Integer 0 Secondary Key – Characteristic Curve Opening
(Ground)
e_nam Text (16) E Behav. Protection Device Behavior (Ground)
ProtCharE2_ID Long Integer 0 Secondary Key – Characteristic Curve Opening
(Ground)
ie_nenn Double Ien A 0 Rated Current – Low Voltage Protection Device
(Ground)
fie_nenn Double fIen 1 0 Factor for Rated Current – Low Voltage
Protection Device (Ground)
e_i_n Double Ien Dev. A 0 Rated Current – Protection Device (Ground)
esw1 Integer Iep Trip. 0 Tripping Iep (Ground)
0: Off
1: On
e_dir1 Integer Iep Dir. Elem. Directional Element Iep (Ground)
0: Non-directional
1: Forward
2: Reverse
Flag_te Integer Iep TTB 1 Tripping Time Behavior Iep (Ground)
1: Individual
2: Common
iep Double Iep Cur. I 0 Current Iep (Ground)
f_iep Double Iep Fact. I 0 Factor for Current Iep (Ground)
tep Double Iep1 Time t s 0 Time tep1 (Ground)
tep2 Double Iep2 Time t s 1 Time tep2 (Ground)
f_tep Double Iep Fact. t 0 Factor for Time tep (Ground)
esq1 Integer Iep I²t Char. 1 I²t Supplementary Characteristics Iep (Ground)
1: On
2: Endless
ei1 Double Iep I²t Cur. I 0 Current – I²t Tripping Iep (Ground)
et1 Double Iep I²t Time t 0 Time – I²t Tripping tep (Ground)
add_tep Double tep1 s 0 Additional Time Iep1 (Ground)
add_tep2 Double tep2 s 0 Additional Time Iep2 (Ground)
esw2 Integer Ie> Trip. 0 Tripping Ie> (Ground)
0: Off
1: On
2: Lim
e_dir2 Integer Ie> Dir. Elem. Directional Element Ie> (Ground)
0: Non-directional
1: Forward
2: Reverse
Flag_t1e Integer Ie> TTB 1 Tripping Time Behavior Ie> (Ground)
1: Individual
2: Common
iep_g Double Ie> Cur. I 0 Current Ie> (Ground)

146 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

f_iep_g Double Ie> Fact. I 0 Factor for Current Ie> (Ground)


tep_g Double Ie> Time t s 0 Time te> (Ground)
f_tep_g Double Ie> Fact. t 0 Factor for Time te> (Ground)
esq2 Integer Ie> I²t Char. 1 I²t Supplementary Characteristics Ie> (Ground)
1: On
2: Endless
ei2 Double Ie> I²t Cur. I 0 Current – I²t Tripping Ie> (Ground)
et2 Double Ie> I²t Time t 0 Time – I²t Tripping te> (Ground)
add_teg Double teg s 0 Additional Time Ie> (Ground)
esw3 Integer Ie>> Trip. 0 Tripping Ie>> (Ground)
0: Off
1: On
2: Lim
e_dir3 Integer Ie>> Dir. Elem. Directional Element Ie>> (Ground)
0: Non-directional
1: Forward
2: Reverse
Flag_t2e Integer Ie>> TTB 1 Tripping Time Behavior Ie>> (Ground)
1: Individual
2: Common
iep_2g Double Ie>> Cur. I 0 Current Ie>> (Ground)
f_iep_2g Double Ie>> Fact. I 0 Factor for Current Ie>> (Ground)
etp_2g Double Ie>> Time t s 0 Time te>> (Ground)
esq3 Integer Ie>> I²t Char. 1 I²t Supplementary Characteristics Ie>>
(Ground)
1: On
2: Endless
f_tep_2g Double Ie>> Fact. t 0 Factor for Time te>> (Ground)
ei3 Double Ie>> I²t Cur. I 0 Current – I²t Tripping Ie>> (Ground)
et3 Double Ie>> I²t Time t 0 Time – I²t Tripping te>> (Ground)
add_te2g Double te2g s 0 Additional Time Ie>> (Ground)
esw4 Integer Ie>>> Trip. 0 Tripping Ie>>> (Ground)
0: Off
1: On
2: Lim
e_dir4 Integer Ie>>> Dir. Directional Element Ie>>> (Ground)
Elem. 0: Non-directional
1: Forward
2: Reverse
Flag_t3e Integer Ie>>> TTB 1 Tripping Time Behavior Ie>>> (Ground)
1: Individual
2: Common
iep_3g Double Ie>>> Cur. I 0 Current Ie>>> (Ground)
f_iep_3g Double Ie>>> Fact. I 0 Factor for Current Ie>>> (Ground)
tep_3g Double Ie>>> Time t s 0 Time te>>> (Ground)
f_tep_3g Double Ie>>> Fact. t 0 Factor for Time te>>> (Ground)
esq4 Integer Ie>>> I²t Char. 1 I²t Supplementary Characteristics Ie>>>
(Ground)
1: On
2: Endless
ei4 Double Ie>>> I²t Cur. I 0 Current – I²t Tripping Ie>>> (Ground)
et4 Double Ie>>> I²t Time t 0 Time – I²t Tripping te>>> (Ground)
add_te3g Double te3g s 0 Additional Time Ie>>> (Ground)
se_cyc1 Integer Cyc1 1 1 Switching Cycles (Section 1 – Ground)
se_cyc2 Integer Cyc2 1 1 Switching Cycles (Section 2 – Ground)
se_cyc3 Integer Cyc3 1 0 Switching Cycles (Section 3 – Ground)
se_cyc4 Integer Cyc4 1 0 Switching Cycles (Section 4 – Ground)
te_open1 Double topen1 s 0 Temporary Open Time (Section 1 – Ground)

April 2019 147


PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

te_open2 Double topen2 s 0 Temporary Open Time (Section 2 – Ground)


te_open3 Double topen3 s 0 Temporary Open Time (Section 3 – Ground)
te_open4 Double topen4 s 0 Temporary Open Time (Section 4 – Ground)
Flag_Iecyc1 Integer TCC1 4 Tripping Characteristic Temporary Open
(Section 1 – Ground)
1: Ip1
2: I>
3: I>>
4: Ip1, I>
5: Ip1, I>>
6: Ip1, I>, I>>
7: I>, I>>
8: Ip2
9: Ip2, I>
10: Ip2, I>>
11: Ip2, I>, I>>
Flag_Iecyc2 Integer TCC2 1 Tripping Characteristic Temporary Open
(Section 2 – Ground)
1: Ip1
2: I>
3: I>>
4: Ip1, I>
5: Ip1, I>>
6: Ip1, I>, I>>
7: I>, I>>
8: Ip2
9: Ip2, I>
10: Ip2, I>>
11: Ip2, I>, I>>
Flag_Iecyc3 Integer TCC3 1 Tripping Characteristic Temporary Open
(Section 3 – Ground)
1: Ip1
2: I>
3: I>>
4: Ip1, I>
5: Ip1, I>>
6: Ip1, I>, I>>
7: I>, I>>
8: Ip2
9: Ip2, I>
10: Ip2, I>>
11: Ip2, I>, I>>
Flag_Iecyc4 Integer TCC4 4 Tripping Characteristic Temporary Open
(Section 4 – Ground)
1: Ip1
2: I>
3: I>>
4: Ip1, I>
5: Ip1, I>>
6: Ip1, I>, I>>
7: I>, I>>
8: Ip2
9: Ip2, I>
10: Ip2, I>>
11: Ip2, I>, I>>
Ie_final Integer TCCF 1 Final Tripping Characteristic (Ground)
1: Ip1
2: I>
3: I>>
4: Ip2
Flag_IeLockout Integer TCCL 0 Lockout Tripping Characteristic (Ground)
0: None
1: I>>>
Fuse
ifuse_nenn Double In Fuse A 0 Rated Current of Fuse

148 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

Current Limiting
Flag_Limit Integer Limiting 0 Current Limiting
0: None
1: Individual
2: IEEE 1584
ip_min Double Ipstart kA 0 Minimum RMS Value of Prospective Short
Circuit Current
ic_min Double Icstart kA 0 Minimum Peak Value of Short Circuit Current
ip_max Double Ipmax kA 0 Maximum RMS Value of Prospective Short
Circuit Current
ic_max Double Icmax kA 0 Maximum Peak Value of Short Circuit Current
Flag_BreakerType Integer Breaker 1 Breaker Type
1: Molded-case CB
2: Insulated-case CB
3: Low-voltage power CB
Flag_TripUnit Integer Unit 1 Trip Unit Type
1: Thermal-magnetic
2: Magnetic
3: Electronic
Flag_Electronic Integer Electronic 1 Electronic Trip Unit Characteristics
1: Long
2: Short
3: Instantaneous
4: Long/short
5: Long/instantaneous
6: Short/instantaneous
7: Long/short/instantaneous
Flag_FuseClass Integer Class 1 Fuse Class
1: Class L
2: Class RK1
Tolerance
Flag_Tol Integer Tols 0 Tolerances
0: No
1: Yes
Tol_Ip Double Tol Ip % 0 Tolerance Current Ip Tripping
Transformer Polarity
Flag_CTP Integer CTp pol 0 Polarity Current Transformer (Phase)
0: Normal
1: Invers
Flag_AddCTP1 Integer CT1p pol 0 Polarity First Additional Current Transformer
(Phase)
0: Ignore
1: Normal
2: Invers
Flag_AddCTP2 Integer CT2p pol 0 Polarity Second Additional Current Transformer
(Phase)
0: Ignore
1: Normal
2: Invers
Flag_AddCTP3 Integer CT3p pol 0 Polarity Third Additional Current Transformer
(Phase)
0: Ignore
1: Normal
2: Invers
Flag_CTE Integer CTe pol 0 Polarity Current Transformer (Ground)
0: Normal
1: Invers
Flag_AddCTE1 Integer CT1e pol 0 Polarity First Additional Current Transformer
(Ground)
0: Ignore
1: Normal
2: Invers

April 2019 149


PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

Flag_AddCTE2 Integer CT2e pol 0 Polarity Second Additional Current Transformer


(Ground)
0: Ignore
1: Normal
2: Invers
Flag_AddCTE3 Integer CT3e pol 0 Polarity Third Additional Current Transformer
(Ground)
0: Ignore
1: Normal
2: Invers
t_lockout Double tlo s 0 Manual Lockout Time

Distance Protection Settings (ProtDIRelais)

Attribute name Data type Short name Unit Std. Description


Basic Data
ProtRelais_ID Long Integer 0 Primary Key – Protection Device
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
ProtLoc_ID Long Integer Dev. Name 0 Secondary Key – Location
Flag_State Integer 1 State
0: Off
1: On
Flag_Relais Integer Prot. Dev. Type 1 Protection Device Type
1: 7SA500, 2: 7SA501, 3: 7SA502, 4: 7SA510,
5: 7SA511, 6: 7SL13, 7: 7SL17, 8: 7SL24,
9: 7SL70, 10: 7SL73, 11: LZ91, 12: LZ92,
13: PD531, 14: R1KZ4, 15: R1KZ4A,
16: R1KZ7, 17: R1KZ7G, 18: R1Z25,
19: R1Z25A, 20: R1Z27, 21: RK4, 22: RK4A,
23: RD10, 24: SD14, 25: SD14A, 26: SD14B,
27: SD124, 28: SD135, 29: SD35, 30: SD35A,
31: SD35C, 32: SD36, 33: 7SA513,
34: 7SA522, 35: 7SA610, 36: 7SA611,
37: 7SA612, 38: 7SA631, 39: 7SA632,
40: REL316, 41: REL521, 42: REL561,
43: PD532, 44: PD551, 45: PD552,
46: EPAC3100, 47: EPAC3400,
48: EPAC3500, 49: EPAC3600,
50: EPAC3700, 51: SD34A, 52: SD135A,
53: R1Z23B, 54: SEL-321, 55: SEL-311A,
56: SEL-311B, 57: SEL-311C-1, 58: SEL-311C-
2, 59: SEL-311C-3, 60: 7SA64, 61: 7SA84,
62: 7SA86, 63: 7SA87, 64: 7ST6, 65: REL511,
66: GRL100, 67: RED670, 68: MiCOM P44x,
69: MiCOM P54x, 70: REF630,
9999: (Common)
Flag_ConTyp Integer Meas. Type 1 Measurement Type
1: Impedance
2: Modified impedance
3: Conductance
4: Quadrilateral
5: Quadrilateral R/X>1
6: MHO
7: MHO polarized
8: Reactance
9: Combined
10: MHO limited
11: MHO polarized and limited
12: Impedance and blinder

150 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

Flag_Set Integer Settings 2 Settings


1: Primary
2: Secondary
Flag_pfad Integer 3 Path
1: Phase
2: Ground
3: Phase + ground
Ratio_ab Double b/a 1 1 Ratio b/a – Area Form Lens
k_vor Double kvor % 0 Factor Memory Polarization
s_alpha Double α ° 0 Protection Device Setting Angle Alpha –
Polygon Chamfer
s_Phi Double φ ° 0 Protection Device Setting Angle
radial_st Double sd % 120 Selective Grading – Radial Line
s_c Double c 0 Protection Device Setting Factor
Flag_Mode Integer 1 State of Input Data
1: No data
2: Calculated
3: Manual
Flag_Imp Integer 1 Impedance Methode
1: STD
2: RMD
s1_dir Integer Z1 Dir. 2 Protection Device Setting Direction – Zone 1
0: Off
1: Non-dir.
2: Forward
3: Reverse
s2_dir Integer Z2 Dir. 2 Protection Device Setting Direction – Zone 2
0: Off
1: Non-dir.
2: Forward
3: Reverse
s3_dir Integer Z3 Dir. 2 Protection Device Setting Direction – Zone 3
0: Off
1: Non-dir.
2: Forward
3: Reverse
s4_dir Integer Z4 Dir. 0 Protection Device Setting Direction – Zone 4
0: Off
1: Non-dir.
2: Forward
3: Reverse
s5_dir Integer Z5 Dir. 0 Protection Device Setting Direction – Zone 5
0: Off
1: Non-dir.
2: Forward
3: Reverse
s6_dir Integer Z6 Dir. 0 Protection Device Setting Direction – Zone 6
0: Off
1: Non-dir.
2: Forward
3: Reverse
ip_dir Integer AR Dir. 0 Protection Device Setting Direction – Auto-
Reclosure
0: Off
1: Non-dir.
2: Forward
3: Reverse
pp_dir Integer TP Dir. 0 Protection Device Setting Direction – Tele
Protection
0: Off
1: Non-dir.
2: Forward
3: Reverse

April 2019 151


PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

Flag_s1_t Integer Z1 TTB 1 Tripping Time Behavior – Zone 1


1: Individual
2: Common
Flag_s2_t Integer Z2 TTB 1 Tripping Time Behavior – Zone 2
1: Individual
2: Common
Flag_s3_t Integer Z3 TTB 1 Tripping Time Behavior – Zone 3
1: Individual
2: Common
Flag_s4_t Integer Z4 TTB 1 Tripping Time Behavior – Zone 4
1: Individual
2: Common
Flag_s5_t Integer Z5 TTB 1 Tripping Time Behavior – Zone 5
1: Individual
2: Common
Flag_s6_t Integer Z6 TTB 1 Tripping Time Behavior – Zone 6
1: Individual
2: Common
Flag_ip_t Integer AR TTB 1 Tripping Time Behavior – Auto-Reclosure
1: Individual
2: Common
Flag_pp_t Integer TP TTB 1 Tripping Time Behavior – Tele Protection
1: Individual
2: Common
s1_t Double Z1 t s 0 Selective Time – Zone 1
s2_t Double Z2 t s 0 Selective Time – Zone 2
s3_t Double Z3 t s 0 Selective Time – Zone 3
s4_t Double Z4 t s 0 Selective Time – Zone 4
s5_t Double Z5 t s 0 Selective Time – Zone 5
s6_t Double Z6 t s 0 Selective Time – Zone 6
s1_alpha Double Z1 α ° 60 Protection Device Setting Angle Alpha – Zone 1
s2_alpha Double Z2 α ° 60 Protection Device Setting Angle Alpha – Zone 2
s3_alpha Double Z3 α ° 60 Protection Device Setting Angle Alpha – Zone 3
s4_alpha Double Z4 α ° 60 Protection Device Setting Angle Alpha – Zone 4
s5_alpha Double Z5 α ° 60 Protection Device Setting Angle Alpha – Zone 5
s6_alpha Double Z6 α ° 60 Protection Device Setting Angle Alpha – Zone 6
ip_alpha Double AR α ° 60 Protection Device Setting Angle Alpha – Auto-
Reclosure
pp_alpha Double TP α ° 60 Protection Device Setting Angle Alpha – Tele
Protection
s1_c Double Z1 Factor 0 Protection Device Setting Factor – Zone 1
s2_c Double Z2 Factor 0 Protection Device Setting Factor – Zone 2
s3_c Double Z3 Factor 0 Protection Device Setting Factor – Zone 3
s4_c Double Z4 Factor 0 Protection Device Setting Factor – Zone 4
s5_c Double Z5 Factor 0 Protection Device Setting Factor – Zone 5
s6_c Double Z6 Factor 0 Protection Device Setting Factor – Zone 6
ip_c Double AR Factor 0 Protection Device Setting Factor – Auto-
Reclosure
pp_c Double TP Factor 0 Protection Device Setting Factor – Tele
Protection
s1_R Double Z1 R Ohm 0 Protection Device Setting R – Zone 1
s2_R Double Z2 R Ohm 0 Protection Device Setting R – Zone 2
s3_R Double Z3 R Ohm 0 Protection Device Setting R – Zone 3
s4_R Double Z4 R Ohm 0 Protection Device Setting R – Zone 4
s5_R Double Z5 R Ohm 0 Protection Device Setting R – Zone 5
s6_R Double Z6 R Ohm 0 Protection Device Setting R – Zone 6
ip_R Double AR R Ohm 0 Protection Device Setting R – Auto-Reclosure

152 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

pp_R Double TP R Ohm 0 Protection Device Setting R – Tele Protection


s1_X Double Z1 X Ohm 0 Protection Device Setting X – Zone 1
s2_X Double Z2 X Ohm 0 Protection Device Setting X – Zone 2
s3_X Double Z3 X Ohm 0 Protection Device Setting X – Zone 3
s4_X Double Z4 X Ohm 0 Protection Device Setting X – Zone 4
s5_X Double Z5 X Ohm 0 Protection Device Setting X – Zone 5
s6_X Double Z6 X Ohm 0 Protection Device Setting X – Zone 6
ip_X Double AR X Ohm 0 Protection Device Setting X – Auto-Reclosure
pp_X Double TP X Ohm 0 Protection Device Setting X – Tele Protection
s1_Z Double Z1 Z Ohm 0 Protection Device Setting Z – Zone 1
s2_Z Double Z2 Z Ohm 0 Protection Device Setting Z – Zone 2
s3_Z Double Z3 Z Ohm 0 Protection Device Setting Z – Zone 3
s4_Z Double Z4 Z Ohm 0 Protection Device Setting Z – Zone 4
s5_Z Double Z5 Z Ohm 0 Protection Device Setting Z – Zone 5
s6_Z Double Z6 Z Ohm 0 Protection Device Setting Z – Zone 6
ip_Z Double AR Z Ohm 0 Protection Device Setting Z – Auto-Reclosure
pp_Z Double TP Z Ohm 0 Protection Device Setting Z – Tele Protection
s1_rx Double Z1 R/X 0 Protection Device Setting R/X – Zone 1
s2_rx Double Z2 R/X 0 Protection Device Setting R/X – Zone 2
s3_rx Double Z3 R/X 0 Protection Device Setting R/X – Zone 3
s4_rx Double Z4 R/X 0 Protection Device Setting R/X – Zone 4
s6_rx Double Z6 R/X 0 Protection Device Setting R/X – Zone 6
s5_rx Double Z5 R/X 0 Protection Device Setting R/X – Zone 5
ip_rx Double AR R/X 0 Protection Device Setting R/X – Auto-Reclosure
pp_rx Double TP R/X 0 Protection Device Setting R/X – Tele Protection
s1_m Double Z1 M 0 Protection Device Setting M – Zone 1
s2_m Double Z2 M 0 Protection Device Setting M – Zone 2
s3_m Double Z3 M 0 Protection Device Setting M – Zone 3
s4_m Double Z4 M 0 Protection Device Setting M – Zone 4
s5_m Double Z5 M 0 Protection Device Setting M – Zone 5
s6_m Double Z6 M 0 Protection Device Setting M – Zone 6
ip_m Double AR M 0 Protection Device Setting M – Auto-Reclosure
pp_m Double TP M 0 Protection Device Setting M – Tele Protection
s1_n Double Z1 N 0 Protection Device Setting N – Zone 1
s2_n Double Z2 N 0 Protection Device Setting N – Zone 2
s3_n Double Z3 N 0 Protection Device Setting N – Zone 3
s4_n Double Z4 N 0 Protection Device Setting N – Zone 4
s5_n Double Z5 N 0 Protection Device Setting N – Zone 5
s6_n Double Z6 N 0 Protection Device Setting N – Zone 6
ip_n Double AR N 0 Protection Device Setting N – Auto-Reclosure
pp_n Double TP N 0 Protection Device Setting N – Tele Protection
s1_offset Double Z1 Offs. Ohm 0 Protection Device Setting Offset – Zone 1
s2_offset Double Z2 Offs. Ohm 0 Protection Device Setting Offset – Zone 2
s3_offset Double Z3 Offs. Ohm 0 Protection Device Setting Offset – Zone 3
s4_offset Double Z4 Offs. Ohm 0 Protection Device Setting Offset – Zone 4
s5_offset Double Z5 Offs. Ohm 0 Protection Device Setting Offset – Zone 5
s6_offset Double Z6 Offs. Ohm 0 Protection Device Setting Offset – Zone 6
ip_offset Double AR Offs. Ohm 0 Protection Device Setting Offset – Auto-
Reclosure
pp_offset Double TP Offs. Ohm 0 Protection Device Setting Offset – Tele
Protection
s1_offsetR Double Z1 Offs .R Ohm 0 Protection Device Setting Offset R – Zone 1

April 2019 153


PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

s2_offsetR Double Z2 Offs. R Ohm 0 Protection Device Setting Offset R – Zone 2


s3_offsetR Double Z3 Otfs. R Ohm 0 Protection Device Setting Offset R – Zone 3
s4_offsetR Double Z4 Offs. R Ohm 0 Protection Device Setting Offset R – Zone 4
s5_offsetR Double Z5 Offs. R Ohm 0 Protection Device Setting Offset R – Zone 5
s6_offsetR Double Z6 Offs. R Ohm 0 Protection Device Setting Offset R – Zone 6
ip_offsetR Double IP Offs. R Ohm 0 Protection Device Setting Offset R – Auto-
Reclosure
pp_offsetR Double PP Offs. R Ohm 0 Protection Device Setting Offset R – Tele
Protection
s1_RF Double RF1 Ohm 0 Fault Resistance – Zone 1
s2_RF Double RF2 Ohm 0 Fault Resistance – Zone 2
s3_RF Double RF3 Ohm 0 Fault Resistance – Zone 3
s4_RF Double RF4 Ohm 0 Fault Resistance – Zone 4
s5_RF Double RF5 Ohm 0 Fault Resistance – Zone 5
s6_RF Double RF6 Ohm 0 Fault Resistance – Zone 6
ip_RF Double RFAR Ohm 0 Fault Resistance – Auto-Reclosure
pp_RF Double RFTP Ohm 0 Fault Resistance – Tele Protection
Flag_S1 Integer Zone 1 1 Zone 1
1: St
2: Zb
3: St (φ)
4: Zb (φ)
Flag_S2 Integer Zone 2 1 Zone 2
0: Equal
1: St
2: Zb
Flag_S3 Integer Zone 3 1 Zone 3
0: Equal
1: St
2: Zb
Flag_S4 Integer Zone 4 1 Zone 4
0: Equal
1: St
2: Zb
Flag_S5 Integer Zone 5 1 Zone 5
0: Equal
1: St
2: Zb
Flag_S6 Integer Zone 6 1 Zone 6
0: Equal
1: St
2: Zb
Flag_Interr Integer Auto-Recl. 1 Auto-Reclosure
0: Off
1: St Zmax
2: Zb
3: St Zline
Flag_Pprot Integer Tele Prot. 1 Tele Protection
0: Off
1: St Zmax
2: Zb
3: St Zline
s1_st Double Z1 St % 85 Selective Grading – Zone 1
s2_st Double Z2 St % 85 Selective Grading – Zone 2
s3_st Double Z3 St % 85 Selective Grading – Zone 3
s4_st Double Z4 St % 85 Selective Grading – Zone 4
s5_st Double Z5 St % 85 Selective Grading – Zone 5
s6_st Double Z6 St % 85 Selective Grading – Zone 6
ip_st Double AR St % 120 Selective Grading – Auto-Reclosure

154 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

pp_st Double TP St % 120 Selective Grading – Tele Protection


s1_Rk Double Z1 R-Bound Ohm 0 Boundary Resistance – Zone 1
rs2_Rk Double Z2 R-Bound Ohm 0 Boundary Resistance – Zone 2
rs3_Rk Double Z3 R-Bound Ohm 0 Boundary Resistance – Zone 3
s4_Rk Double Z4 R-Bound Ohm 0 Boundary Resistance – Zone 4
rs5_Rk Double Z5 R-Bound Ohm 0 Boundary Resistance – Zone 5
rs6_Rk Double Z6 R-Bound Ohm 0 Boundary Resistance – Zone 6
rip_Rk Double AR R-Bound Ohm 0 Boundary Resistance Auto-Reclosure
rpp_Rk Double TP R-Bound Ohm 0 Boundary Resistance Tele Protection
s1_Xk Double Z1 X-Bound Ohm 0 Boundary Reactance – Zone 1
rs2_Xk Double Z2 X-Bound Ohm 0 Boundary Reactance – Zone 2
rs3_Xk Double Z3 X-Bound Ohm 0 Boundary Reactance – Zone 3
s4_Xk Double Z4 X-Bound Ohm 0 Boundary Reactance – Zone 4
rs5_Xk Double Z5 X-Bound Ohm 0 Boundary Reactance – Zone 5
rs6_Xk Double Z6 X-Bound Ohm 0 Boundary Reactance – Zone 6
rip_Xk Double AR X-Bound Ohm 0 Boundary Reactance Auto-Reclosure
rpp_Xk Double TP X-Bound Ohm 0 Boundary Reactance Tele Protection
s1_GrndFct_ID Long Integer Z1 Grnd 0 Secondary Key – Factor Ground Impedance –
Zone 1
s2_GrndFct_ID Long Integer Z2 Grnd 0 Secondary Key – Factor Ground Impedance –
Zone 2
s3_GrndFct_ID Long Integer Z3 Grnd 0 Secondary Key – Factor Ground Impedance –
Zone 3
s4_GrndFct_ID Long Integer Z4 Grnd 0 Secondary Key – Factor Ground Impedance –
Zone 4
s5_GrndFct_ID Long Integer Z5 Grnd 0 Secondary Key – Factor Ground Impedance –
Zone 5
s6_GrndFct_ID Long Integer Z6 Grnd 0 Secondary Key – Factor Ground Impedance –
Zone 6
ip_GrndFct_ID Long Integer AR Grnd 0 Secondary Key – Factor Ground Impedance –
Auto-Reclosure
pp_GrndFct_ID Long Integer TP Grnd 0 Secondary Key – Factor Ground Impedance –
Tele Protection
Transformer Polarity
Flag_CT Integer CT pol 0 Polarity Current Transformer
0: Normal
1: Invers
Flag_AddCT1 Integer CT1 pol 0 Polarity First Additional Current Transformer
0: Ignore
1: Normal
2: Invers
Flag_AddCT2 Integer CT2 pol 0 Polarity Second Additional Current Transformer
0: Ignore
1: Normal
2: Invers
Flag_AddCT3 Integer CT3 pol 0 Polarity Third Additional Current Transformer
0: Ignore
1: Normal
2: Invers

Distance Protection Settings User-Defined (ProtDISetting)

This table is obsolete and is only provided for historical reasons to ensure compatibility with old
data sets. This table is no longer used in new networks. Table ProtDIRelais with Flag_Relais =
(General) is used instead. This enables use of all available DI setting values.

April 2019 155


PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

Attribute name Data type Short name Unit Std. Description


Basic Data
ProtSet_ID Long Integer 0 Primary Key – Settings
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
typ Text (50) Type ID
ProtLoc_ID Long Integer Dev. Name 0 Secondary Key – Protection Device
Flag_Set Integer Set. 1 Settings
1: Primary
2: Secondary
Flag_Meas Integer Meas. Type 1 Measurement Type
1: Impedance
2: Modified impedance
3: Conductance
mi_r Double fR 1 1 Factor – R Values for Modified Impedance
Measurement
mi_x Double fX 1 1 Factor – X Values for Measuring Modified
Impedance
Phase
Flag_Ph Integer Trip. act. 1 Phase Tripping
0: Off
1: On
Flag_D1p Integer Z1 Dir. 1 Direction – Zone 1 (Phase Fault)
1: Non-dir.
2: Forward
3: Reverse
Flag_p_st1t Integer Z1 TTB 1 Tripping Time Behavior – Zone 1 (Phase Fault)
1: Individual
2: Common
Flag_A1p Integer Z1 Area 1 Area Description – Zone 1
1: I
2: A
p_st1t Double Z1 Trip. t s 0,25 Tripping Time – Zone 1 (Phase Fault)
p_st1r Double Z1 Res. Ohm 1 Active Resistance – Zone 1 (Phase Fault)
p_st1x Double Z1 React. Ohm 1 Reactance – Zone 1 (Phase Fault)
Flag_D2p Integer Z2 Dir. 1 Direction – Zone 2 (Phase Fault)
1: Non-dir.
2: Forward
3: Reverse
Flag_p_st2t Integer Z2 TTB 1 Tripping Time Behavior – Zone 2 (Phase Fault)
1: Individual
2: Common
Flag_A2p Integer Z2 Area 1 Area Description – Zone 2
1: I
2: A
p_st2t Double Z2 Trip. t s 0,5 Tripping Time – Zone 2 (Phase Fault)
p_st2r Double Z2 Res. Ohm 1 Active Resistance – Zone 2 (Phase Fault)
p_st2x Double Z2 React. Ohm 1 Reactance – Zone 2 (Phase Fault)
Flag_D3p Integer Z3 Dir. 1 Direction – Zone 3 (Phase Fault)
1: Non-dir.
2: Forward
3: Reverse
Flag_p_st3t Integer Z3 TTB 1 Tripping Time Behavior – Zone 3 (Phase Fault)
1: Individual
2: Common
Flag_A3p Integer Z3 Area 1 Area Description – Zone 3
1: I
2: A

156 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

p_st3t Double Z3 Trip. t s 0,75 Tripping Time – Zone 3 (Phase Fault)


p_st3r Double Z3 Res. Ohm 1 Active Resistance – Zone 3 (Phase Fault)
p_st3x Double Z3 React. Ohm 1 Reactance – Zone 3 (Phase Fault)
Ground
Flag_Er Integer E Trip. act. 1 Ground Tripping
0: Off
1: On
Flag_D1e Integer E Z1 Dir. 1 Direction – Zone 1 (Ground Fault)
1: Non-dir.
2: Forward
3: Reverse
Flag_e_st1t Integer E Z1 TTB 1 Tripping Time Behavior – Zone 1 (Ground
Fault)
1: Individual
2: Common
Flag_A1e Integer E Z1 Area 1 Area Description – Zone 1
1: I
2: A
e_st1t Double E Z1 Trip. t s 0,25 Tripping Time – Zone 1 (Ground Fault)
e_st1r Double E Z1 Res. Ohm 1 Active Resistance – Zone 1 (Ground Fault)
e_st1x Double E Z1 React. Ohm 1 Reactance – Zone 1 (Ground Fault)
Flag_D2e Integer E Z2 Dir. 1 Direction – Zone 2 (Ground Fault)
1: Non-dir.
2: Forward
3: Reverse
Flag_e_st2t Integer E Z2 TTB 1 Tripping Time Behavior – Zone 2 (Ground
Fault)
1: Individual
2: Common
Flag_A2e Integer E Z2 Area 1 Area Description – Zone 2
1: I
2: A
e_st2t Double E Z2 Trip. t s 0,5 Tripping Time – Zone 2 (Ground Fault)
e_st2r Double E Z2 Res. Ohm 1 Active Resistance – Zone 2 (Ground Fault)
e_st2x Double E Z2 React. Ohm 1 Reactance – Zone 2 (Ground Fault)
Flag_D3e Integer E Z3 Dir. 1 Direction – Zone 3 (Ground Fault)
1: Non-dir.
2: Forward
3: Reverse
Flag_e_st3t Integer E Z3 TTB 1 Tripping Time Behavior – Zone 3 (Ground
Fault)
1: Individual
2: Common
Flag_A3e Integer E Z3 Area 1 Area Description – Zone 3
1: I
2: A
e_st3t Double E Z3 Trip. t s 0,75 Tripping Time – Zone 3 (Ground Fault)
e_st3r Double E Z3 Res. Ohm 1 Active Resistance – Zone 3 (Ground Fault)
e_st3x Double E Z3 React. Ohm 1 Reactance – Zone 3 (Ground Fault)
st1_GrndFct_ID Long Integer Z1 Grnd 0 Secondary Key – Factor Ground Impedance –
Zone 1
st2_GrndFct_ID Long Integer Z2 Grnd 0 Secondary Key – Factor Ground Impedance –
Zone 2
st3_GrndFct_ID Long Integer Z3 Grnd 0 Secondary Key – Factor Ground Impedance –
Zone 3
Basic Data
ProtSet_ID Long Integer 0 Primary Key – Settings
Variant_ID Long Integer 1 Secondary Key – Variant

April 2019 157


PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

Flag_Variant Integer 1 Element of Current Variant


0: No
1: Yes
typ Text (50) Type ID
ProtLoc_ID Long Integer Dev. Name 0 Secondary Key – Protection Device
Flag_Set Integer Set. 1 Settings
1: Primary
2: Secondary
Flag_Meas Integer Meas. Type 1 Measurement Type
1: Impedance
2: Modified impedance
3: Conductance
mi_r Double fR 1 1 Factor – R Values for Modified Impedance
Measurement
mi_x Double fX 1 1 Factor – X Values for Measuring Modified
Impedance
Phase
Flag_Ph Integer Trip. act. 1 Phase Tripping
0: Off
1: On
Flag_D1p Integer Z1 Dir. 1 Direction – Zone 1 (Phase Fault)
1: Non-dir.
2: Forward
3: Reverse
Flag_p_st1t Integer Z1 TTB 1 Tripping Time Behavior – Zone 1 (Phase Fault)
1: Individual
2: Common
Flag_A1p Integer Z1 Area 1 Area Description – Zone 1
1: I
2: A
p_st1t Double Z1 Trip. t s 0,25 Tripping Time – Zone 1 (Phase Fault)
p_st1r Double Z1 Res. Ohm 1 Active Resistance – Zone 1 (Phase Fault)
p_st1x Double Z1 React. Ohm 1 Reactance – Zone 1 (Phase Fault)
Flag_D2p Integer Z2 Dir. 1 Direction – Zone 2 (Phase Fault)
1: Non-dir.
2: Forward
3: Reverse
Flag_p_st2t Integer Z2 TTB 1 Tripping Time Behavior – Zone 2 (Phase Fault)
1: Individual
2: Common
Flag_A2p Integer Z2 Area 1 Area Description – Zone 2
1: I
2: A
p_st2t Double Z2 Trip. t s 0,5 Tripping Time – Zone 2 (Phase Fault)
p_st2r Double Z2 Res. Ohm 1 Active Resistance – Zone 2 (Phase Fault)
p_st2x Double Z2 React. Ohm 1 Reactance – Zone 2 (Phase Fault)
Flag_D3p Integer Z3 Dir. 1 Direction – Zone 3 (Phase Fault)
1: Non-dir.
2: Forward
3: Reverse
Flag_p_st3t Integer Z3 TTB 1 Tripping Time Behavior – Zone 3 (Phase Fault)
1: Individual
2: Common
Flag_A3p Integer Z3 Area 1 Area Description – Zone 3
1: I
2: A
p_st3t Double Z3 Trip. t s 0,75 Tripping Time – Zone 3 (Phase Fault)
p_st3r Double Z3 Res. Ohm 1 Active Resistance – Zone 3 (Phase Fault)
p_st3x Double Z3 React. Ohm 1 Reactance – Zone 3 (Phase Fault)

158 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

Ground
Flag_Er Integer E Trip. act. 1 Ground Tripping
0: Off
1: On
Flag_D1e Integer E Z1 Dir. 1 Direction – Zone 1 (Ground Fault)
1: Non-dir.
2: Forward
3: Reverse
Flag_e_st1t Integer E Z1 TTB 1 Tripping Time Behavior – Zone 1 (Ground
Fault)
1: Individual
2: Common
Flag_A1e Integer E Z1 Area 1 Area Description – Zone 1
1: I
2: A
e_st1t Double E Z1 Trip. t s 0,25 Tripping Time – Zone 1 (Ground Fault)
e_st1r Double E Z1 Res. Ohm 1 Active Resistance – Zone 1 (Ground Fault)
e_st1x Double E Z1 React. Ohm 1 Reactance – Zone 1 (Ground Fault)
Flag_D2e Integer E Z2 Dir. 1 Direction – Zone 2 (Ground Fault)
1: Non-dir.
2: Forward
3: Reverse
Flag_e_st2t Integer E Z2 TTB 1 Tripping Time Behavior – Zone 2 (Ground
Fault)
1: Individual
2: Common
Flag_A2e Integer E Z2 Area 1 Area Description – Zone 2
1: I
2: A
e_st2t Double E Z2 Trip. t s 0,5 Tripping Time – Zone 2 (Ground Fault)
e_st2r Double E Z2 Res. Ohm 1 Active Resistance – Zone 2 (Ground Fault)
e_st2x Double E Z2 React. Ohm 1 Reactance – Zone 2 (Ground Fault)
Flag_D3e Integer E Z3 Dir. 1 Direction – Zone 3 (Ground Fault)
1: Non-dir.
2: Forward
3: Reverse
Flag_e_st3t Integer E Z3 TTB 1 Tripping Time Behavior – Zone 3 (Ground
Fault)
1: Individual
2: Common
Flag_A3e Integer E Z3 Area 1 Area Description – Zone 3
1: I
2: A
e_st3t Double E Z3 Trip. t s 0,75 Tripping Time – Zone 3 (Ground Fault)
e_st3r Double E Z3 Res. Ohm 1 Active Resistance – Zone 3 (Ground Fault)
e_st3x Double E Z3 React. Ohm 1 Reactance – Zone 3 (Ground Fault)
st1_GrndFct_ID Long Integer Z1 Grnd 0 Secondary Key – Factor Ground Impedance –
Zone 1
st2_GrndFct_ID Long Integer Z2 Grnd 0 Secondary Key – Factor Ground Impedance –
Zone 2
st3_GrndFct_ID Long Integer Z3 Grnd 0 Secondary Key – Factor Ground Impedance –
Zone 3
Basic Data
ProtSet_ID Long Integer 0 Primary Key – Settings
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
typ Text (50) Type ID
ProtLoc_ID Long Integer Dev. Name 0 Secondary Key – Protection Device

April 2019 159


PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

Flag_Set Integer Set. 1 Settings


1: Primary
2: Secondary
Flag_Meas Integer Meas. Type 1 Measurement Type
1: Impedance
2: Modified impedance
3: Conductance
mi_r Double fR 1 1 Factor – R Values for Modified Impedance
Measurement
mi_x Double fX 1 1 Factor – X Values for Measuring Modified
Impedance
Phase
Flag_Ph Integer Trip. act. 1 Phase Tripping
0: Off
1: On
Flag_D1p Integer Z1 Dir. 1 Direction – Zone 1 (Phase Fault)
1: Non-dir.
2: Forward
3: Reverse
Flag_p_st1t Integer Z1 TTB 1 Tripping Time Behavior – Zone 1 (Phase Fault)
1: Individual
2: Common
Flag_A1p Integer Z1 Area 1 Area Description – Zone 1
1: I
2: A
p_st1t Double Z1 Trip. t s 0,25 Tripping Time – Zone 1 (Phase Fault)
p_st1r Double Z1 Res. Ohm 1 Active Resistance – Zone 1 (Phase Fault)
p_st1x Double Z1 React. Ohm 1 Reactance – Zone 1 (Phase Fault)
Flag_D2p Integer Z2 Dir. 1 Direction – Zone 2 (Phase Fault)
1: Non-dir.
2: Forward
3: Reverse
Flag_p_st2t Integer Z2 TTB 1 Tripping Time Behavior – Zone 2 (Phase Fault)
1: Individual
2: Common
Flag_A2p Integer Z2 Area 1 Area Description – Zone 2
1: I
2: A
p_st2t Double Z2 Trip. t s 0,5 Tripping Time – Zone 2 (Phase Fault)
p_st2r Double Z2 Res. Ohm 1 Active Resistance – Zone 2 (Phase Fault)
p_st2x Double Z2 React. Ohm 1 Reactance – Zone 2 (Phase Fault)
Flag_D3p Integer Z3 Dir. 1 Direction – Zone 3 (Phase Fault)
1: Non-dir.
2: Forward
3: Reverse
Flag_p_st3t Integer Z3 TTB 1 Tripping Time Behavior – Zone 3 (Phase Fault)
1: Individual
2: Common
Flag_A3p Integer Z3 Area 1 Area Description – Zone 3
1: I
2: A
p_st3t Double Z3 Trip. t s 0,75 Tripping Time – Zone 3 (Phase Fault)
p_st3r Double Z3 Res. Ohm 1 Active Resistance – Zone 3 (Phase Fault)
p_st3x Double Z3 React. Ohm 1 Reactance – Zone 3 (Phase Fault)
Ground
Flag_Er Integer E Trip. act. 1 Ground Tripping
0: Off
1: On

160 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

Flag_D1e Integer E Z1 Dir. 1 Direction – Zone 1 (Ground Fault)


1: Non-dir.
2: Forward
3: Reverse
Flag_e_st1t Integer E Z1 TTB 1 Tripping Time Behavior – Zone 1 (Ground
Fault)
1: Individual
2: Common
Flag_A1e Integer E Z1 Area 1 Area Description – Zone 1
1: I
2: A
e_st1t Double E Z1 Trip. t s 0,25 Tripping Time – Zone 1 (Ground Fault)
e_st1r Double E Z1 Res. Ohm 1 Active Resistance – Zone 1 (Ground Fault)
e_st1x Double E Z1 React. Ohm 1 Reactance – Zone 1 (Ground Fault)
Flag_D2e Integer E Z2 Dir. 1 Direction – Zone 2 (Ground Fault)
1: Non-dir.
2: Forward
3: Reverse
Flag_e_st2t Integer E Z2 TTB 1 Tripping Time Behavior – Zone 2 (Ground
Fault)
1: Individual
2: Common
Flag_A2e Integer E Z2 Area 1 Area Description – Zone 2
1: I
2: A
e_st2t Double E Z2 Trip. t s 0,5 Tripping Time – Zone 2 (Ground Fault)
e_st2r Double E Z2 Res. Ohm 1 Active Resistance – Zone 2 (Ground Fault)
e_st2x Double E Z2 React. Ohm 1 Reactance – Zone 2 (Ground Fault)
Flag_D3e Integer E Z3 Dir. 1 Direction – Zone 3 (Ground Fault)
1: Non-dir.
2: Forward
3: Reverse
Flag_e_st3t Integer E Z3 TTB 1 Tripping Time Behavior – Zone 3 (Ground
Fault)
1: Individual
2: Common
Flag_A3e Integer E Z3 Area 1 Area Description – Zone 3
1: I
2: A
e_st3t Double E Z3 Trip. t s 0,75 Tripping Time – Zone 3 (Ground Fault)
e_st3r Double E Z3 Res. Ohm 1 Active Resistance – Zone 3 (Ground Fault)
e_st3x Double E Z3 React. Ohm 1 Reactance – Zone 3 (Ground Fault)
st1_GrndFct_ID Long Integer Z1 Grnd 0 Secondary Key – Factor Ground Impedance –
Zone 1
st2_GrndFct_ID Long Integer Z2 Grnd 0 Secondary Key – Factor Ground Impedance –
Zone 2
st3_GrndFct_ID Long Integer Z3 Grnd 0 Secondary Key – Factor Ground Impedance –
Zone 3

Characteristics – Siemens Distance Protection (ProtDICharSiemens)

Attribute name Data type Short name Unit Std. Description


Basic Data
ProtChar_ID Long Integer 0 Primary Key – Protection Characteristics
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes

April 2019 161


PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

Int_Name Text (16) Step Name


Flag_Set Integer Settings 1 Settings
1: Primary
2: Secondary
Flag_Timer_p Integer 1 Tripping Time Behavior Phase
1: Individual
2: Common
Flag_Timer_e Integer 1 Tripping Time Behavior Ground
1: Individual
2: Common
Phase
Flag_Dp Integer 1 Directional Element (Phase Fault)
1: Non-dir.
2: Forward
3: Reverse
t_st Double tg s 0,25 Time – Directional Tripping (Phase Fault)
t_nodir Double tu s 0,5 Time – Non-Directional Tripping (Phase Fault)
u_phase Double va % 0 Voltage Part – Phase Voltage (Phase Fault)
u_load Double vl % 100 Voltage Part – Load Voltage (Phase Fault)
u_verk Double vr % 0 Voltage Part – Linked Voltage (Phase Fault)
p_x_pa Double X+A Ohm 1 Setting X+A Siemens Protection Device (Phase
Fault)
p_x_ma Double X-A Ohm 1 Setting X-A Siemens Protection Device (Phase
Fault)
p_ra1 Double RA1 Ohm 1 Setting RA1 Siemens Protection Device (Phase
Fault)
p_ra2 Double RA2 Ohm 1 Setting RA2 Siemens Protection Device (Phase
Fault)
p_phi Double φ ° 45 Setting PHI Siemens Protection Device (Phase
Fault)
p_i_min Double Imin A 0 Minimum Current (Phase Fault)
Flag_Area_p Integer 1 Setting Area Siemens Protection Device
(Phase Fault)
1: Quadrilateral Std
2: Quadrilateral A
3: Combined
p_r Double R Ohm 0 Setting R Siemens Protection Device (Phase
Fault)
p_x Double X Ohm 0 Setting X Siemens Protection Device (Phase
Fault)
p_z Double Z Ohm 0 Setting Z Siemens Protection Device (Phase
Fault)
p_alpha Double α ° 0 Setting Alpha Siemens Protection Device
(Phase Fault)
p_beta Double β ° 0 Setting Beta Siemens Protection Device (Phase
Fault)
p_gamma Double γ ° 0 Setting Gamma Siemens Protection Device
(Phase Fault)
Flag_L1p Integer L1-L2 1 Observation – Loop L1-L2 (Phase Fault)
0: Off
1: On
Flag_L2p Integer L2-L3 1 Observation – Loop L2-L3 (Phase Fault)
0: Off
1: On
Flag_L3p Integer L3-L1 1 Observation – Loop L3-L1 (Phase Fault)
0: Off
1: On
Flag_L4p Integer L1-G 1 Observation – Loop L1-Ground (Phase Fault)
0: Off
1: On

162 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

Flag_L5p Integer L2-G 1 Observation – Loop L2-Ground (Phase Fault)


0: Off
1: On
Flag_L6p Integer L3-G 1 Observation – Loop L3-Ground (Phase Fault)
0: Off
1: On
Flag_CTP Integer CTp pol 0 Polarity Current Transformer (Phase)
0: Normal
1: Invers
Flag_AddCTP1 Integer CT1p pol 0 Polarity First Additional Current Transformer
(Phase)
0: Ignore
1: Normal
2: Invers
Flag_AddCTP2 Integer CT2p pol 0 Polarity Second Additional Current Transformer
(Phase)
0: Ignore
1: Normal
2: Invers
Flag_AddCTP3 Integer CT3p pol 0 Polarity Third Additional Current Transformer
(Phase)
0: Ignore
1: Normal
2: Invers
Ground
Flag_De Integer 1 Directional Element (Ground Fault)
1: Non-dir.
2: Forward
3: Reverse
te_st Double tg s 0,25 Time – Directional Tripping (Ground Fault)
te_nodir Double tu s 0,5 Time – Non-Directional Tripping (Ground Fault)
ue_phase Double va % 0 Voltage Part – Ground Voltage (Ground Fault)
ue_load Double vl % 100 Voltage Part – Load Voltage (Ground Fault)
ue_verk Double vr % 0 Voltage Part – Linked Voltage (Ground Fault)
e_x_pa Double X+A Ohm 1 Setting X+A Siemens Protection Device
(Ground Fault)
e_x_ma Double X-A Ohm 1 Setting X-A Siemens Protection Device
(Ground Fault)
e_ra1 Double RA1 Ohm 1 Setting RA1 Siemens Protection Device
(Ground Fault)
e_ra2 Double RA2 Ohm 1 Setting RA2 Siemens Protection Device
(Ground Fault)
e_phi Double φ ° 45 Setting PHI Siemens Protection Device
(Ground Fault)
e_i_min Double Imin A 0 Minimum Current (Ground Fault)
Flag_Area_e Integer 1 Setting Area Siemens Protection Device
(Ground Fault)
1: Quadrilateral Std
2: Quadrilateral A
3: Combined
e_r Double R Ohm 0 Setting R Siemens Protection Device (Ground
Fault)
e_x Double X Ohm 0 Setting X Siemens Protection Device (Ground
Fault)
e_z Double Z Ohm 0 Setting Z Siemens Protection Device (Ground
Fault)
e_alpha Double α ° 0 Setting Alpha Siemens Protection Device
(Ground Fault)
e_beta Double β ° 0 Setting Beta Siemens Protection Device
(Ground Fault)

April 2019 163


PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

e_gamma Double γ ° 0 Setting Gamma Siemens Protection Device


(Ground Fault)
Flag_L1e Integer L1-L2 1 Observation – Loop L1-L2 (Ground Fault)
0: Off
1: On
Flag_L2e Integer L2-L3 1 Observation – Loop L2-L3 (Ground Fault)
0: Off
1: On
Flag_L3e Integer L3-L1 1 Observation – Loop L3-L1 (Ground Fault)
0: Off
1: On
Flag_L4e Integer L1-G 1 Observation – Loop L1-Ground (Ground Fault)
0: Off
1: On
Flag_L5e Integer L2-G 1 Observation – Loop L2-Ground (Ground Fault)
0: Off
1: On
Flag_L6e Integer L3-G 1 Observation – Loop L3-Ground (Ground Fault)
0: Off
1: On
Flag_CTE Integer CTe pol 0 Polarity Current Transformer (Ground)
0: Normal
1: Invers
Flag_AddCTE1 Integer CT1e pol 0 Polarity First Additional Current Transformer
(Ground)
0: Ignore
1: Normal
2: Invers
Flag_AddCTE2 Integer CT2e pol 0 Polarity Second Additional Current Transformer
(Ground)
0: Ignore
1: Normal
2: Invers
Flag_AddCTE3 Integer CT3e pol 0 Polarity Third Additional Current Transformer
(Ground)
0: Ignore
1: Normal
2: Invers
GrndFct_ID Long Integer 0 Secondary Key – Factor Ground Impedance

Characteristics – Area Distance Protection (ProtDICharArea)

Attribute name Data type Short name Unit Std. Description


Basic Data
ProtLoc_ID Long Integer Dev. Name 0 Secondary Key – Protection Device
ProtChar_ID Long Integer 0 Primary Key – Protection Characteristics
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Int_Name Text (16) Step Name
Flag_Timer Integer 1 Tripping Time Behavior
1: Individual
2: Common
Flag_pfad Integer 1 Path
1: Phase
2: Ground
3: Phase + ground

164 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

Flag_Set Integer Settings 1 Settings


1: Primary
2: Secondary
Flag_D Integer Dir. Zone 1 Direction Zone (Phase Fault)
1: Non-dir.
2: Forward
3: Reverse
t_st Double s 0 Time – Directional Tripping
t_nodir Double s 0 Time – Non-Directional Tripping
u_phase Double va % 0 Voltage Part – Phase Voltage (Phase Fault)
u_load Double vl % 100 Voltage Part – Load Voltage (Phase Fault)
u_verk Double vr % 0 Voltage Part – Linked Voltage (Phase Fault)
Flag_L1e Integer L1-L2 1 Observation – Loop L1-L2
0: Off
1: On
Flag_L2e Integer L2-L3 1 Observation – Loop L2-L3
0: Off
1: On
Flag_L3e Integer L3-L1 1 Observation – Loop L3-L1
0: Off
1: On
Flag_L4e Integer L1-G 1 Observation – Loop L1-Ground
0: Off
1: On
Flag_L5e Integer L2-G 1 Observation – Loop L2-Ground
0: Off
1: On
Flag_L6e Integer L3-G 1 Observation – Loop L3-Ground
0: Off
1: On
p_i_min Double Imin A 0 Minimum Current
Char_ID Long Integer Imp. Area 0 Secondary Key – Impedance Area
b_parm1 Text (16) Name – Setting 1
b_wert1 Double 0 Value – Setting 1
b_unit1 Text (8) Unit – Setting 1
b_parm2 Text (16) Name – Setting 2
b_wert2 Double 0 Value – Setting 2
b_unit2 Text (8) Unit – Setting 2
b_parm3 Text (16) Name – Setting 3
b_wert3 Double 0 Value – Setting 3
b_unit3 Text (8) Unit – Setting 3
b_parm4 Text (16) Name – Setting 4
b_wert4 Double 0 Value – Setting 4
b_unit4 Text (8) Unit – Setting 4
b_parm5 Text (16) Name – Setting 5
b_wert5 Double 0 Value – Setting 5
b_unit5 Text (8) Unit – Setting 5
b_parm6 Text (16) Name – Setting 6
b_wert6 Double 0 Value – Setting 6
b_unit6 Text (8) Unit – Setting 6
GrndFct_ID Long Integer 0 Secondary Key – Factor Ground Impedance
Area Data
gr1 Double R1 Ohm 0 Straight Line 1 – Resistance
gx1 Double X1 Ohm 0 Straight Line 1 – Reactance
gw1 Double φ1 ° 0 Straight Line 1 – Angle
gr2 Double R2 Ohm 0 Straight Line 2 – Resistance

April 2019 165


PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

gx2 Double X2 Ohm 0 Straight Line 2 – Reactance


gw2 Double φ2 ° 0 Straight Line 2 – Angle
gr3 Double R3 Ohm 0 Straight Line 3 – Resistance
gx3 Double X3 Ohm 0 Straight Line 3 – Reactance
gw3 Double φ3 ° 0 Straight Line 3 – Angle
gr4 Double R4 Ohm 0 Straight Line 4 – Resistance
gx4 Double X4 Ohm 0 Straight Line 4 – Reactance
gw4 Double φ4 ° 0 Straight Line 4 – Angle
gr5 Double R5 Ohm 0 Straight Line 5 – Resistance
gx5 Double X5 Ohm 0 Straight Line 5 – Reactance
gw5 Double φ5 ° 0 Straight Line 5 – Angle
gr6 Double R6 Ohm 0 Straight Line 6 – Resistance
gx6 Double X6 Ohm 0 Straight Line 6 – Reactance
gw6 Double φ6 ° 0 Straight Line 6 – Angle
gr7 Double R7 Ohm 0 Straight Line 7 – Resistance
gx7 Double X7 Ohm 0 Straight Line 7 – Reactance
gw7 Double φ7 ° 0 Straight Line 7 – Angle
gr8 Double R8 Ohm 0 Straight Line 8 – Resistance
gx8 Double X8 Ohm 0 Straight Line 8 – Reactance
gw8 Double φ8 ° 0 Straight Line 8 – Angle
gr9 Double R9 Ohm 0 Straight Line 9 – Resistance
gx9 Double X9 Ohm 0 Straight Line 9 – Reactance
gw9 Double φ9 ° 0 Straight Line 9 – Angle
gr10 Double R10 Ohm 0 Straight Line 10 – Resistance
gx10 Double X10 Ohm 0 Straight Line 10 – Reactance
gw10 Double φ10 ° 0 Straight Line 10 – Angle
elm1 Integer 1st E. 1st Element
0: None, 1: L 1, 2: L 2, 3: L 3, 4: L 4, 5: L 5,
6: L 6, 7: L 7, 8: L 8, 9: L 9, 10: L 10, 11: C 1,
12: C 2, 13: C 3, 14: C 4
elm2 Integer 2nd E. 2nd Element
0: None, 1: L 1, 2: L 2, 3: L 3, 4: L 4, 5: L 5,
6: L 6, 7: L 7, 8: L 8, 9: L 9, 10: L 10, 11: C 1,
12: C 2, 13: C 3, 14: C 4
elm3 Integer 3rd E. 3rd Element
0: None, 1: L 1, 2: L 2, 3: L 3, 4: L 4, 5: L 5,
6: L 6, 7: L 7, 8: L 8, 9: L 9, 10: L 10, 11: C 1,
12: C 2, 13: C 3, 14: C 4
elm4 Integer 4th E. 4th Element
0: None, 1: L 1, 2: L 2, 3: L 3, 4: L 4, 5: L 5,
6: L 6, 7: L 7, 8: L 8, 9: L 9, 10: L 10, 11: C 1,
12: C 2, 13: C 3, 14: C 4
elm5 Integer 5th E. 5th Element
0: None, 1: L 1, 2: L 2, 3: L 3, 4: L 4, 5: L 5,
6: L 6, 7: L 7, 8: L 8, 9: L 9, 10: L 10, 11: C 1,
12: C 2, 13: C 3, 14: C 4
elm6 Integer 6th E. 6th Element
0: None, 1: L 1, 2: L 2, 3: L 3, 4: L 4, 5: L 5,
6: L 6, 7: L 7, 8: L 8, 9: L 9, 10: L 10, 11: C 1,
12: C 2, 13: C 3, 14: C 4
elm7 Integer 7th E. 7th Element
0: None, 1: L 1, 2: L 2, 3: L 3, 4: L 4, 5: L 5,
6: L 6, 7: L 7, 8: L 8, 9: L 9, 10: L 10, 11: C 1,
12: C 2, 13: C 3, 14: C 4

166 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

elm8 Integer 8th E. 8th Element


0: None, 1: L 1, 2: L 2, 3: L 3, 4: L 4, 5: L 5,
6: L 6, 7: L 7, 8: L 8, 9: L 9, 10: L 10, 11: C 1,
12: C 2, 13: C 3, 14: C 4
14: C 4
elm9 Integer 9th E. 9th Element
0: None, 1: L 1, 2: L 2, 3: L 3, 4: L 4, 5: L 5,
6: L 6, 7: L 7, 8: L 8, 9: L 9, 10: L 10, 11: C 1,
12: C 2, 13: C 3, 14: C 4
elm10 Integer 10th E. 10th Element
0: None, 1: L 1, 2: L 2, 3: L 3, 4: L 4, 5: L 5,
6: L 6, 7: L 7, 8: L 8, 9: L 9, 10: L 10, 11: C 1,
12: C 2, 13: C 3, 14: C 4
elm11 Integer 11th E. 11th Element
0: None, 1: L 1, 2: L 2, 3: L 3, 4: L 4, 5: L 5,
6: L 6, 7: L 7, 8: L 8, 9: L 9, 10: L 10, 11: C 1,
12: C 2, 13: C 3, 14: C 4
elm12 Integer 12th E. 12th Element
0: None, 1: L 1, 2: L 2, 3: L 3, 4: L 4, 5: L 5,
6: L 6, 7: L 7, 8: L 8, 9: L 9, 10: L 10, 11: C 1,
12: C 2, 13: C 3, 14: C 4
elm13 Integer 13th E. 13th Element
0: None, 1: L 1, 2: L 2, 3: L 3, 4: L 4, 5: L 5,
6: L 6, 7: L 7, 8: L 8, 9: L 9, 10: L 10, 11: C 1,
12: C 2, 13: C 3, 14: C 4
elm14 Integer 14th Element
0: None, 1: L 1, 2: L 2, 3: L 3, 4: L 4, 5: L 5,
6: L 6, 7: L 7, 8: L 8, 9: L 9, 10: L 10, 11: C 1,
12: C 2, 13: C 3, 14: C 4
elm15 Integer 15th Element
0: None, 1: L 1, 2: L 2, 3: L 3, 4: L 4, 5: L 5,
6: L 6, 7: L 7, 8: L 8, 9: L 9, 10: L 10, 11: C 1,
12: C 2, 13: C 3, 14: C 4
elm16 Integer 16th Element
0: None, 1: L 1, 2: L 2, 3: L 3, 4: L 4, 5: L 5,
6: L 6, 7: L 7, 8: L 8, 9: L 9, 10: L 10, 11: C 1,
12: C 2, 13: C 3, 14: C 4
kra1 Double Ra1 Ohm 0 Circle 1 – Resistance Pickup Position
kxa1 Double Xa1 Ohm 0 Circle 1 – Reactance Pickup Position
kre1 Double Rb1 Ohm 0 Circle 1 – Resistance Arc Point
kxe1 Double Xb1 Ohm 0 Circle 1 – Reactance Arc Point
krb1 Double Re1 Ohm 0 Circle 1 – Resistance End Point
kxb1 Double Xe1 Ohm 0 Circle 1 – Reactance End Point
kw1 Double φk1 ° 0 Circle 1 – Angle for Rotation
kfr1 Double fR1 1 1 Circle 1 – Factor for Shortening Y Direction
kfx1 Double fX1 1 1 Circle 1 – Factor for Shortening X Direction
kra2 Double Ra2 Ohm 0 Circle 2 – Resistance Pickup Position
kxa2 Double Xa2 Ohm 0 Circle 2 – Reactance Pickup Position
kre2 Double Rb2 Ohm 0 Circle 2 – Resistance Arc Point
kxe2 Double Xb2 Ohm 0 Circle 2 – Reactance Arc Point
krb2 Double Re2 Ohm 0 Circle 2 – Resistance End Point
kxb2 Double Xe2 Ohm 0 Circle 2 – Reactance End Point
kw2 Double φk2 ° 0 Circle 2 – Angle for Rotation
kfr2 Double fR2 1 1 Circle 2 – Factor for Shortening R Direction
kfx2 Double fX2 1 1 Circle 2 – Factor for Shortening X Direction
kra3 Double Ra3 Ohm 0 Circle 3 – Resistance Pickup Position
kxa3 Double Xa3 Ohm 0 Circle 3 – Reactance Pickup Position
kre3 Double Rb3 Ohm 0 Circle 3 – Resistance Arc Point
kxe3 Double Xb3 Ohm 0 Circle 3 – Reactance Arc Point

April 2019 167


PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

krb3 Double Re3 Ohm 0 Circle 3 – Resistance End Point


kxb3 Double Xe3 Ohm 0 Circle 3 – Reactance End Point
kw3 Double φk3 ° 0 Circle 3 – Angle for Rotation
kfr3 Double fR3 1 1 Circle 3 – Factor for Shortening R Direction
kfx3 Double fX3 1 1 Circle 3 – Factor for Shortening X Direction
kra4 Double Ra4 Ohm 0 Circle 4 – Resistance Pickup Position
kxa4 Double Xa4 Ohm 0 Circle 4 – Reactance Pickup Position
krb4 Double Rb4 Ohm 0 Circle 4 – Resistance Arc Point
kxb4 Double Xb4 Ohm 0 Circle 4 – Reactance Arc Point
kre4 Double Re4 Ohm 0 Circle 4 – Resistance End Point
kxe4 Double Xe4 Ohm 0 Circle 4 – Reactance End Point
kw4 Double φk4 ° 0 Circle 4 – Angle for Rotation
kfr4 Double fR4 1 1 Circle 4 – Factor for Shortening R Direction
kfx4 Double fX4 1 1 Circle 4 – Factor for Shortening X Direction
Transformer Polarity
Flag_CT Integer CT pol 0 Polarity Current Transformer
0: Normal
1: Invers
Flag_AddCT1 Integer CT1 pol 0 Polarity First Additional Current Transformer
0: Ignore
1: Normal
2: Invers
Flag_AddCT2 Integer CT2 pol 0 Polarity Second Additional Current Transformer
0: Ignore
1: Normal
2: Invers
Flag_AddCT3 Integer CT3 pol 0 Polarity Third Additional Current Transformer
0: Ignore
1: Normal
2: Invers

Voltage Protection (ProtVoltTrip)

Attribute name Data type Short name Unit Std. Description


ProtVoltTrip_ID Long Integer 0 Primary Key – Voltage Protection
Variant_ID Long Integer Secondary Key – Variant
Flag_Variant Integer Element of Current Variant
ProtLoc_ID Long Integer 0 Secondary Key – Location
Int_Name Text (16) 0 Name
Flag_Set Integer 2 Settings
1: Primary
2: Secondary
MeasureType27 Integer 2 Measuring Undervoltage Protection (ANSI
Code 27)
1: Phase-phase
2: Phase-ground
3: Positive system
4: Negative system
5: Ground
U27_1 Double v< % 50 Voltage Limit Undervoltage Tripping Step 1
Flag_27_t Integer 1 Tripping Time Behavior Undervoltage Tripping
1: Individual
2: Common
Flag27_1 Integer Uv. Step 1 1 Undervoltage Tripping Step 1 Active
0: No
1: Yes

168 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

T27_1 Double t< s 0,4 Time Undervoltage Tripping Step 1


Flag27_2 Integer Uv. Step 2 1 Undervoltage Tripping Step 2 Active
0: No
1: Yes
U27_2 Double v<< % 20 Voltage Limit Undervoltage Tripping Step 2
T27_2 Double t<< s 0,1 Time Undervoltage Tripping Step 2
MeasureType59 Integer 2 Measuring Undervoltage Protection (ANSI
Code 59)
1: Phase-phase
2: Phase-ground
3: Positive system
4: Negative system
5: Ground
Flag_59_t Integer 1 Tripping Time Behavior Overvoltage Tripping
1: Individual
2: Common
Flag59_1 Integer Ov. Step 1 1 Overvoltage Tripping Step 1 Active
0: No
1: Yes
U59_1 Double v> % 120 Voltage Limit Overvoltage Tripping Step 1
T59_1 Double t> s 0,4 Time Overvoltage Tripping Step 1
Flag59_2 Integer Ov. Step 2 1 Overvoltage Tripping Step 2 Active
0: No
1: Yes
U59_2 Double v>> % 150 Voltage Limit Overvoltage Tripping Step 2
T59_2 Double t>> s 0,1 Time Overvoltage Tripping Step 2

Protection Frequency (ProtFrqTrip)

Attribute name Data type Short name Unit Std. Description


ProtFrqTrip_ID Long Integer 0 Primary Key – Protection Frequency Tripping
Variant_ID Long Integer Secondary Key – Variant
Flag_Variant Integer Element of Current Variant
ProtLoc_ID Long Integer 0 Secondary Key – Location
Flag_State Integer 1 State
0: No
1: Yes
Int_Name Text (16) 0 Name
Flag_Umin Integer 2 Voltage Setting
1: None
2: Referenced
3: Absolute primary
4: Absolute secondary
Umin_rel Double v % 60 Minimum Voltage
Umin_abs Double V kV 0 Minimum Voltage
Flag_th Integer 0 Common Timer Upper Frequency Tripping
1: Individual
2: Common
Flag_h1 Integer 0 Upper Frequency Protection Active
0: No
1: Yes
th1 Double t> s 0 Tripping Time Upper Frequency
fh1 Double f> Hz 0 Setting Upper Frequency
Flag_tl Integer 0 Common Timer Lower Frequency Tripping
1: Individual
2: Common

April 2019 169


PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

Flag_l1 Integer 0 Lower Frequency Protection Step 1 Active


0: No
1: Yes
tl1 Double t< s 0 Tripping Time Lower Frequency Step 1
fl1 Double f< Hz 0 Setting Lower Frequency Step 1
Flag_l2 Integer 0 Lower Frequency Protection Step 2 Active
0: No
1: Yes
tl2 Double t<< s 0 Tripping Time Lower Frequency Step 2
fl2 Double f<< Hz 0 Setting Lower Frequency Step 2
Flag_l3 Integer 0 Lower Frequency Protection Step 3 Active
0: No
1: Yes
tl3 Double t<<< s 0 Tripping Time Lower Frequency Step 3
fl3 Double f<<< Hz 0 Setting Lower Frequency Step 3

Differential Protection Settings (ProtDiffSetting)

Attribute name Data type Short name Unit Std. Description


Basic Data
ProtSet_ID Long Integer 0 Primary Key – Settings
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
ProtLoc_ID Long Integer Dev. Name 0 Secondary Key – Location
t_87p Double t s 0 Tripping Time Phase Segregated Current
Differential Protection
Flag_Model Integer Model 1 Model
1: Simplified
2: Measuring Point 1
3: Measuring Point 2
4: Measuring Point 3
5: Measuring Point 4
6: Measuring Point 5
7: Measuring Point 6
8: Measuring Point 7
9: Measuring Point 8
10: Measuring Point 9
11: Measuring Point 10
12: Measuring Point 11
13: Measuring Point 12
FlagTime Integer Com. Timer 0 Common Timer
1: Individual
2: Common
ProtZone_ID Long Integer Diff. Zone 0 Secondary Key – Differential Protection Zone
Base Tripping
Flag1 Integer Base Trip. act. 0 Base Tripping Active
0: No
1: Yes
I_Diff1 Double Idiff> pu 0,2 Current Base Tripping
t_1 Double t> s 0 Time Base Tripping
fp1 Double st1 pu 0 Starting Point 1
st1 Double gr1 1 0,25 Gradient 1
fp2 Double st2 pu 2,5 Starting Point 2
st2 Double gr2 1 0,5 Gradient 2

170 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

High Set Tripping


Flag2 Integer HS Trip. act. 0 High Set Tripping Active
0: No
1: Yes
I_Diff2 Double Idiff>> pu 0,2 Current High Set Tripping
t_2 Double t>> s 0 Time High Set Tripping
Protection Object
FlagProtObj Integer Prot. Elem. 0 Protected Element
1: Line
2: Two-Winding Transformer
3: Three-Winding Transformer
4: Busbar
5: Neutral Point
Sn1 Double Sn1 MVA 100 Apparent Power Measure Point 1
Un1 Double Vn1 kV 110 Rated Voltage Measure Point 1
Vgrp1 Integer Vec. Grp. 1 1 Vector Group Measure Point 1
1: Y
2: D
3: Z
Grnd1 Integer Grnd. 1 1 Grounding Measure Point 1
0: No
1: Yes
Sn2 Double Sn2 MVA 100 Apparent Power Measure Point 2
Un2 Double Vn2 kV 110 Rated Voltage Measure Point 2
Vgrp2 Integer Vec. Grp. 2 1 Vector Group Measure Point 2
1: Y
2: D
3: Z
Grnd2 Integer Grnd. 2 1 Grounding Measure Point 2
0: No
1: Yes
Rot2 Integer Rot. 2 0 Rotation Measure Point 2
FlagSide3 Integer S3 avail. 0 Side 3 Available
0: No
1: Yes
Sn3 Double Sn3 MVA 100 Apparent Power Measure Point 3
Un3 Double Vn3 kV 110 Rated Voltage Measure Point 3
Vgrp3 Integer Vec. Grp. 3 1 Vector Group Measure Point 3
1: Y
2: D
3: Z
Grnd3 Integer Grnd. 3 1 Grounding Measure Point 3
0: No
1: Yes
Rot3 Integer Rot. 3 0 Rotation Measure Point 3
Measuring Points
FlagCurr Integer Cur. I Adj. 0 Current Adjustment
1: Automatically
2: Manually
Ct1p Double Ip1 A 2000 Current Transformer Primary Current Measure
Point 1
Ct2p Double Ip2 A 2000 Current Transformer Primary Current Measure
Point 2
Ct3p Double Ip3 A 2000 Current Transformer Primary Current Measure
Point 3
Ct4p Double Ip4 A 2000 Current Transformer Primary Current Measure
Point 4
Ct5p Double Ip5 A 2000 Current Transformer Primary Current Measure
Point 5

April 2019 171


PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

Ct6p Double Ip6 A 2000 Current Transformer Primary Current Measure


Point 6
Ct7p Double Ip7 A 2000 Current Transformer Primary Current Measure
Point 7
Ct8p Double Ip8 A 2000 Current Transformer Primary Current Measure
Point 8
Ct9p Double Ip9 A 2000 Current Transformer Primary Current Measure
Point 9
Ct10p Double Ip10 A 2000 Current Transformer Primary Current Measure
Point 10
Ct11p Double Ip11 A 2000 Current Transformer Primary Current Measure
Point 11
Ct12p Double Ip12 A 2000 Current Transformer Primary Current Measure
Point 12
Ct1s Double Is1 A 5 Current Transformer Secondary Current
Measure Point 1
Ct2s Double Is2 A 5 Current Transformer Secondary Current
Measure Point 2
Ct3s Double Is3 A 5 Current Transformer Secondary Current
Measure Point 3
Ct4s Double Is4 A 5 Current Transformer Secondary Current
Measure Point 4
Ct5s Double Is5 A 5 Current Transformer Secondary Current
Measure Point 5
Ct6s Double Is6 A 5 Current Transformer Secondary Current
Measure Point 6
Ct7s Double Is7 A 5 Current Transformer Secondary Current
Measure Point 7
Ct8s Double Is8 A 5 Current Transformer Secondary Current
Measure Point 8
Ct9s Double Is9 A 5 Current Transformer Secondary Current
Measure Point 9
Ct10s Double Is10 A 5 Current Transformer Secondary Current
Measure Point 10
Ct11s Double Is11 A 5 Current Transformer Secondary Current
Measure Point 11
Ct12s Double Is12 A 5 Current Transformer Secondary Current
Measure Point 12
Ct1pol Integer CT1 pol 0 Polarity Current Transformer Measure Point 1
0: Normal
1: Invers
Ct2pol Integer CT2 pol 0 Polarity Current Transformer Measure Point 2
0: Normal
1: Invers
Ct3pol Integer CT3 pol 0 Polarity Current Transformer Measure Point 3
0: Normal
1: Invers
Ct4pol Integer CT4 pol 0 Polarity Current Transformer Measure Point 4
0: Normal
1: Invers
Ct5pol Integer CT5 pol 0 Polarity Current Transformer Measure Point 5
0: Normal
1: Invers
Ct6pol Integer CT6 pol 0 Polarity Current Transformer Measure Point 6
0: Normal
1: Invers
Ct7pol Integer CT7 pol 0 Polarity Current Transformer Measure Point 7
0: Normal
1: Invers

172 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

Ct8pol Integer CT8 pol 0 Polarity Current Transformer Measure Point 8


0: Normal
1: Invers
Ct9pol Integer CT9 pol 0 Polarity Current Transformer Measure Point 9
0: Normal
1: Invers
Ct10pol Integer CT10 pol 0 Polarity Current Transformer Measure Point 10
0: Normal
1: Invers
Ct11pol Integer CT11 pol 0 Polarity Current Transformer Measure Point 11
0: Normal
1: Invers
Ct12pol Integer CT12 pol 0 Polarity Current Transformer Measure Point 12
0: Normal
1: Invers
Ct1f Double k1 1 Current Transformer Adjustment Factor
Measure Point 1
Ct2f Double k2 1 Current Transformer Adjustment Factor
Measure Point 2
Ct3f Double k3 1 Current Transformer Adjustment Factor
Measure Point 3
Ct4f Double k4 1 Current Transformer Adjustment Factor
Measure Point 4
Ct5f Double k5 1 Current Transformer Adjustment Factor
Measure Point 5
Ct6f Double k6 1 Current Transformer Adjustment Factor
Measure Point 6
Ct7f Double k7 1 Current Transformer Adjustment Factor
Measure Point 7
Ct8f Double k8 1 Current Transformer Adjustment Factor
Measure Point 8
Ct9f Double k9 1 Current Transformer Adjustment Factor
Measure Point 9
Ct10f Double k10 1 Current Transformer Adjustment Factor
Measure Point 10
Ct11f Double k11 1 Current Transformer Adjustment Factor
Measure Point 11
Ct12f Double k12 1 Current Transformer Adjustment Factor
Measure Point 12
Ct3assign Integer MP3 assign 0 Assigning Measure Point 3
0: None
1: MP1
2: MP2
Ct4assign Integer MP4 assign 0 Assigning Measure Point 4
0: None
1: MP1
2: MP2
3: MP3
Ct5assign Integer MP5 assign 0 Assigning Measure Point 5
0: None
1: MP1
2: MP2
3: MP3
Ct6assign Integer MP6 assign 0 Assigning Measure Point 6
0: None
1: MP1
2: MP2
3: MP3
Ct7assign Integer MP7 assign 0 Assigning Measure Point 7
0: None
1: MP1
2: MP2
3: MP3

April 2019 173


PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

Ct8assign Integer MP8 assign 0 Assigning Measure Point 8


0: None
1: MP1
2: MP2
3: MP3
Ct9assign Integer MP9 assign 0 Assigning Measure Point 9
0: None
1: MP1
2: MP2
3: MP3
Ct10assign Integer MP10 assign 0 Assigning Measure Point 10
0: None
1: MP1
2: MP2
3: MP3
Ct11assign Integer MP11 assign 0 Assigning Measure Point 11
0: None
1: MP1
2: MP2
3: MP3
Ct12assign Integer MP12 assign 0 Assigning Measure Point 12
0: None
1: MP1
2: MP2
3: MP3
FlagCt3 Integer P3 avail. 0 Current Transformer Measure Point 3 Available
0: No
1: Yes
FlagCt4 Integer P4 avail. 0 Current Transformer Measure Point 4 Available
0: No
1: Yes
FlagCt5 Integer P5 avail. 0 Current Transformer Measure Point 5 Available
0: No
1: Yes
FlagCt6 Integer P6 avail. 0 Current Transformer Measure Point 6 Available
0: No
1: Yes
FlagCt7 Integer P7 avail. 0 Current Transformer Measure Point 7 Available
0: No
1: Yes
FlagCt8 Integer P8 avail. 0 Current Transformer Measure Point 8 Available
0: No
1: Yes
FlagCt9 Integer P9 avail. 0 Current Transformer Measure Point 9 Available
0: No
1: Yes
FlagCt10 Integer P10 avail. 0 Current Transformer Measure Point 10
Available
0: No
1: Yes
FlagCt11 Integer P11 avail. 0 Current Transformer Measure Point 11
Available
0: No
1: Yes
FlagCt12 Integer P12 avail. 0 Current Transformer Measure Point 12
Available
0: No
1: Yes

174 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

Arc Flash Configuration (Equipment)

Attribute name Data type Short name Unit Std. Description


Basic Data
Equipment_ID Long Integer 0 Primary Key – Equipment Configuration
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Name Text (50) Name 0 Name
Un Double V kV 0,6 Voltage
Gap Double Gap mm 32 Gap between Conductors
Distance Double Dist mm 455 Working Distance
Height Double h mm 508 Enclosure Height
Width Double w mm 508 Enclosure Width
Depth Double d mm 508 Enclosure Depth
IEEE
Flag_IEEE Integer 0 IEEE Configuration
0: No
1: Yes
Flag_Type Integer Type 1 Equipment Type
1: Switchgear
2: Cable
3: Open air
4: MCC and panels
Flag_Config Integer Config. 1 Equipment Configuration
1: Box
2: Open
Flag_Arrange Integer Arrangement 1 Arrangement of Conductors
1: VCB
2: VCCB
3: HCB
4: VOA
5: HOA
Flag_tclear Integer 0 Use Clearing Time
0: No
1: Yes
t_clear Double t clear s 0,1 Maximum Clearing Time
DGUV
Flag_DGUV Integer 0 DGUV Configuration
0: No
1: Yes
Flag_Plant Integer 1 Type of Plant
1: LV Plant due to DGUV
2: Unknown Plant
Flag_Frq_Iarc Integer 4 Arc Voltage Frequency for Determining Arcing
Current
1: Minimum
2: 30 %
3: 50 %
4: 80 % (recommended)
5: 95 %
Flag_Frq_Parc Integer 3 Arc Voltage Frequency for Determining Arcing
Power
1: Minimum
2: 30 %
3: 50 % (recommended)
4: 80 %
5: 95 %
TransmissionFac Double kt 1 1 Transmission Factor due to Equipment

April 2019 175


PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

Protection Ground Factor (ProtGroundFct)

Attribute name Data type Short name Unit Std. Description


ProtGroundFct_ID Long Integer 0 Primary Key – Factor Ground Impedance
Variant_ID Long Integer Secondary Key – Variant
Flag_Variant Integer Element of Current Variant
Name Text (16) Name 0 Name
Flag_Data Integer Type 1 Factor Ground Impedance
1: Ratios Re and Xe
2: Ratio Ze and angle
rezrl Double Re/Rl 1 0 Ratio Ground to Phase Resistance
xezrl Double Xe/Xl 1 0 Ratio Ground to Phase Reactance
zezrl Double Ze/Zl 0 Ratio Ground to Phase Impedance
phi_zezzl Double φ 1 Angle Impedance Ratio
1: Side 1
2: Side 2
3: Side 3

Version (ProtVersion)

Attribute name Data type Short name Unit Std. Description


Version_ID Long Integer 0 Primary Key – Version
Version_No Double 0 Version Number
Author Text (50) Author
Company Text (50) Company
Created 0 Created
Modified 0 Modified
Title Text (50) 0 Title
Subject Text (50) 0 Subject
Comments Text (250) 0 Comments

Protection Device (ProtOCDevice)

Attribute name Data type Short name Unit Std. Description


ProtDev_ID Long Integer 0 Primary Key – OC Protection Device Type
Name Text (50) Name 0 Name – OC Protection Device Type
Manufacturer Text (50) Manufact. 0 Manufacturer
UserName Text (50) User Name 0 User Name
Flag_Dir Integer 0 Angle Determining
0: Standard
1: Analogous 7SA511
2: Analogous 7SA513
Inp Double Inp kA 0 Rated Current (Phase)
Ine Double Ing kA 0 Rated Current (Ground)

176 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

Device Tripping Characteristics (ProtOCCharacteristic)

Attribute name Data type Short name Unit Std. Description


ProtChar_ID Long Integer 0 Primary Key – OC Characteristics
ProtDev_ID Long Integer 0 Secondary Key – OC Protection Device Type
Type Text (50) Type of Tripping Characteristics
P_AZN Text (8) Phase Tripping
E_AZN Text (8) Ground Tripping
P_I2T Text (8) Phase I²t Limiting
E_I2T Text (8) Ground I²t Limiting

Settings for Protection Device (ProtOCSettingValue)

Attribute name Data type Short name Unit Std. Description


ProtSetValue_ID Long Integer 0 Primary Key – OC Setting Value
ProtChar_ID Long Integer 0 Secondary Key – OC Characteristics
Flag_Status Integer State 0 State
0: Off
1: On
Name Text (10) Name Name
Unit Text (10) Unit Unit
KeySetAdr Text (20) Adr 0 Address Identification for Setting

April 2019 177


PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

Flag_Type Integer Type 1 Type


0: Zero, 1: P_NAM, 2: E_NAM, 3: SWp, 4: SQp,
5: Ip, 6: F_Ip, 7: Tp, 8: F_Tp, 9: I2Ip, 10: I2Tp,
11: DIRp, 12: TOP1I, 13: TOP1TD, 14: TOP1T,
15: TOP1TM, 16: SW>, 17: SQ>, 18: I>,
19: F_I>, 20: T>, 21: F_T>, 22: I2I>, 23: I2T>,
24: DIR>, 25: TOP2I, 26: TOP2T, 27: TOP2TD,
28: TOP2TM, 29: SW>>, 30: SQ>>, 31: I>>,
32: F_I>>, 33: T>>, 34: F_T>>, 35: I2I>>,
36: I2T>>, 37: DIR>>, 38: TOP3I, 39: TOP3T,
40: TOP3TD, 41: TOP3TM, 42: SW>>>,
43: SQ>>>, 44: I>>>, 45: F_I>>>, 46: T>>>,
47: F_T>>>, 48: I2I>>>, 49: I2T>>>,
50: DIR>>>, 51: TOP4I, 52: TOP4T,
53: TOP4TD, 54: TOP4TM, 55: Swep,
56: Sqep, 57: Iep, 58: F_Iep, 59: Tep,
60: F_Tep, 61: I2Iep, 62: I2Tep, 63: DIRep,
64: TOE1I, 65: TOE1T, 66: TOE1TD,
67: TOE1TM, 68: SWe>, 69: SQe>, 70: Ie>,
71: F_Ie>, 72: Te>, 73: F_Te>, 74: I2Ie>,
75: I2Te>, 76: DIRe>, 77: TOE2I, 78: TOE2T,
79: TOE2TD, 80: TOE2TM, 81: SWe>>,
82: SQe>>, 83: Ie>>, 84: F_Ie>>, 85: Te>>,
86: F_Te>>, 87: I2Ie>>, 88: I2Te>>,
89: DIRe>>, 90: TOE3I, 91: TOE3T,
92: TOE3TD, 93: TOE3TM, 94: SWe>>>,
95: SQe>>>, 96: Ie>>>, 97: F_Ie>>>,
98: Te>>>, 99: F_Te>>>, 100: I2Ie>>>,
101: I2Te>>>, 102: DIRe>>>, 103: TOE4I,
104: TOE4T, 105: TOE4TD, 106: TOE4TM,
107: WIN_V, 108: WIN_N, 109: WIN_V2,
110: WIN_N2, 111: WIN_Ve, 112: WIN_Ne,
113: WIN_V2e, 114: WIN_Ne, 115: In Fuse,
120: WPRI, 121: F_WPRI, 122: WSEK,
123: I_NENN, 124: F_I_NENN, 126: EPRI,
127: F_EPRI, 128: ESEK, 129: IE_NENN,
130: F_IE_NENN, 131: I_EIN, 132: I_EEIN,
133: U_EBENE, 134: ANSI_1, 135: ANSI_2,
136: ANSI_3, 137: ANSI_4, 138: ANSE_1,
139: ANSE_2, 140: ANSE_3, 141: ANSE_4
MinSetting Double Min 0 Minimum Setting
MaxSetting Double Max 0 Maximum Setting
DefSetting Double Def 0 Default Setting
SettingRange Text (70) Range Setting Range

Tripping Characteristics (ProtOCCurve)

Attribute name Data type Short name Unit Std. Description


ProtCurve_ID Long Integer 0 Primary Key – Tripping Characteristics
ProtChar_ID Long Integer 0 Secondary Key – OC Characteristics

178 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

Flag_FuncKey Integer Function 1 Function


1: I/t curve
2: Function 1
3: Function 2
4: Function 3
5: Formula
1000: IEC Class A Standard Inverse (C1)
1001: IEC Class B Very Inverse (C2)
1002: IEC Class C Extremly Inverse (C3)
1003: IEC Long Time Inverse (C4)
1004: IEC Short Time Inverse (C5)
2000: ANSI Moderately Inverse (U1)
2001: ANSI Inverse (U2)
2002: ANSI Very Inverse (U3)
2003: ANSI Extremly Inverse (U4)
2004: ANSI Short Time Inverse (U5)
Type Text (50) Type Type
AddName Text (50) Name Name
Formula 0 Formula for OC Characteristics

Tripping Characteristics Values (ProtOCCurveValue)

Attribute name Data type Short name Unit Std. Description


ProtCurveValue_ID Long Integer 0 Primary Key – Tripping Characteristics Values
ProtCurve_ID Long Integer 0 Secondary Key – Tripping Characteristics
I Double I A 0 Current
t Double t s 0 Time

Values for Tripping Characteristics (ProtOCFuncValue)

Attribute name Data type Short name Unit Std. Description


ProtFuncValue_ID Long Integer 0 Primary Key – Function Value
ProtCurve_ID Long Integer 0 Secondary Key – Tripping Characteristics
FlagFunctionValue Integer Val Id. 0 Value Identifier
FunctionValue Double Val 0 Function Value

2.2.7 Dynamics

Dynamics data are supplementary data added to the network elements that PSS SINCAL requires
for calculations for dynamics.

Table name ID Description


Macro 121 Model
MacroValue 122 Model values
StabNetMacro 174 Global model
StabMacroExp 173 Model export definition
StabVariable 151 Variable for dynamics
StabPlot 169 Plot definition for dynamics
StabEvent 211 Event for dynamics

April 2019 179


PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

Model (Macro)

Attribute name Data type Short name Unit Std. Description


Macro_ID Long Integer 0 Primary Key – Model
Element_ID Long Integer Element 0 Secondary Key – Network Element
Macro_Typ Integer Type 1 Model Type
1: Speed controller
2: Voltage controller
4: Element controller
5: Global controller
6: Stabilizer
7: COMP controller
8: Turbine load controller
Flag_MacroFile Integer File Type 1 Model File Type
1: Global
2: Local
3: Path
4: Search path
Name Text (50) Name Model Name

Model Values (MacroValue)

Attribute name Data type Short name Unit Std. Description


MacroValue_ID Long Integer Primary Key – Model Value
Macro_ID Long Integer 0 Secondary Key – Model
Descr Text (50) Desc. Parameter Description
Parameter Text (50) Parameter Parameter Name
DataVal Text (50) Value Parameter Value
Unit Text (50) Unit Parameter Unit

Global Model (StabNetMacro)

Attribute name Data type Short name Unit Std. Description


StabNetMacro_ID Long Integer 0 Primary Key – Dynamics Global Model
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Flag_State Integer State 1 State
0: Off
1: On
Macro_ID Long Integer Model 0 Secondary Key – Model
Flag_Pos Integer Pos 1 Position
1: Default
2: After network element
Element_ID Long Integer Element 0 Secondary Key – Element

180 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

Model Export Definition (StabMacroExp)

Attribute name Data type Short name Unit Std. Description


StabMacroExp_ID Long Integer 0 Primary Key – Dynamics Model Export
Definition
ElementTyp Integer Element Type 1 Network Element Type
AttributeNum Integer Attr. 0 Attribute of Network Element

Variable for Dynamics (StabVariable)

Attribute name Data type Short name Unit Std. Description


StabVariable_ID Long Integer Variable 0 Primary Key – Variable
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Name Text (50) Name 0 Name of Variable
Flag_Content Integer Content 1 Content
1: Element
2: Node
3: Number
4: Text
Node_ID Long Integer Node 0 Secondary Key – Node
Element_ID Long Integer Element 0 Secondary Key – Element
TextValue Text (8) Text 0 Text
NumberValue Double Val 0 Value

Plot Definition for Dynamics (StabPlot)

Attribute name Data type Short name Unit Std. Description


StabPlot_ID Long Integer 0 Primary Key – Dynamics Plot
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Flag_State Integer State 1 State
0: Off
1: On
Flag_Locked Integer Locked 0 Locked
0: Off
1: On
Flag_Typ Integer Type 1 Plot Type
1: Voltage line-ground
2: Voltage line-line
3: Voltage difference
4: Current
5: Power
6: Frequency deviation
7: Impedance/admittance
8: Saturation
9: Machine
10: Controller
11: Level
12: Current transformer
13: Voltage transformer

April 2019 181


PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

Flag_SubTyp Integer Subtype 1 Plot Subtype


1: Inst. value
2: RMS value
3: Angle
4: Active power
5: Reactive power
6: Energy
7: Flux
8: Current
9: Voltage
10: Impedance
11: Admittance
12: Adm. angle
13: Synchronous machine
14: Asynchronous machine
15: Power unit
16: Network element
17: Free controller
18: Frequency
19: Element switch time
20: Asynchronous machine (DFIG)

182 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

Flag_Machine Integer Machine 0 Type of Machine


0: Stator current L1 (HV)
1: Stator current L2 (HV)
2: Stator current L3 (HV)
3: Stator current L1 (LV)
4: Stator current L2 (LV)
5: Stator current L3 (LV)
6: Excitation current d-axis
7: Excitation current q-axis
8: Damper current d-axis
9: Damper current q-axis
10: Armature reaction current d-axis
11: Armature reaction current q-axis
12: Electric torque
13: Flux d-axis
14: Flux q-axis
15: Slip
16: Load angle
17: Stator inst. active power
18: Stator inst. reactive power
19: Excitation voltage d-axis
20: Mechanical torque
21: Terminal voltage L1
22: Terminal voltage L2
23: Terminal voltage L3
24: Speed
25: Additional output variables
26: Excitation voltage q-axis
27: Stability index
44: Mechanical power
104: Stator current alpha-axis
105: Stator current beta-axis
106: Rotor current L1
107: Rotor current L2
108: Rotor current L3
109: Rotor current alpha-axis
110: Rotor current beta-axis
117: Rotor inst. active power
118: Rotor inst. reactive power
122: Stator voltage alpha-axis
123: Stator voltage beta-axis
124: Rotor voltage L1
125: Rotor voltage L2
126: Rotor voltage L3
127: Rotor voltage alpha-axis
128: Rotor voltage beta-axis
129: Instantaneous crow bar current
130: Crow bar trip signal
131: PI controller output alpha-axis
132: PI controller output beta-axis
141: Stator voltage magnitude
142: Stator voltage angle
143: Rotor voltage magnitude
144: Rotor voltage angle
145: Stator current magnitude
146: Stator current angle
147: Rotor current magnitude
148: Rotor current angle
149: Converter inst. active power
150: Converter inst. reactive power

April 2019 183


PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

Flag_Controller Integer Controller 0 Type of Controller


0: None
1: EXCITER
2: GOVERNOR
3: VAR-P/Q
4: VAR-Y
5: SOURCE
6: EVALUATE
7: THYRIST
8: PMECH
9: ABORT
10: SRATED
11: DATA
12: OUTPUT
13: OBJ-FUNC
14: VARIANT
15: VAR-TAP
16: PARTIAL
17: SECCON=0
18: SECCON>0
19: U_DFIG
20: PSSE
21: U2_DFIG
22: SHAFT
23: VOTHSG
24: OEL
25: UEL
26: COMP
27: TLC
28: GNE-I
29: GNE-V
30: GNE-Y
31: UNUSED
32: EFQ
33: PWM
34: VAR-4POL
35: BRIDGE
36: FREQ
37: ASM
38: GNE-P/Q
39: GNE-Y2
40: GNE-Y4
41: GREF
42: VREF
Element_ID Long Integer Element 0 Secondary Key – Element
Node1_ID Long Integer Node 1 0 Secondary Key – Node 1
Node2_ID Long Integer Node 2 0 Secondary Key – Node 2
Flag_PhaseElemen Integer Element P 1 Phasing for Element
t 1: L1
2: L2
3: L3
Flag_PhaseNode1 Integer Node 1 P 1 Phasing for Node 1
1: L1
2: L2
3: L3
Flag_PhaseNode2 Integer Node 2 P 1 Phasing for Node 2
1: L1
2: L2
3: L3
VarDesc Text (50) Name 0 Name of Signal

184 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

Flag_VarTyp Integer Var. Type 1 Type of Variable


1: User defined
2: pu
3: %
4: kV
5: V
6: kA
7: A
8: MW
9: kW
10: °
11: mHz
VarUnit Text (10) Unit 0 Unit for Variable
VarFormula Text (50) Formula 0 Formula for Variable
LevelVal Double Level 0 Level Value
Flag_Scale Integer Scale 0 Scale
0: Off
1: On
ScaleMin Double Min. Scale 0 Min. Scale
ScaleMax Double Max. Scale 0 Max. Scale

Event for Dynamics (StabEvent)

Attribute name Data type Short name Unit Std. Description


StabEvent_ID Long Integer 0 Primary Key – Event for Dynamics
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Name Text (50) Name 0 Name of Event
Flag_Type Integer Type 1 Type of Event
1: EMT to Stability
2: Stability to EMT
EventTime Double t s 0 Time of Event

2.2.8 Reliability

Reliability data are supplementary data added to the network elements that PSS SINCAL requires
for reliability calculations.

Table name ID Description


RelParameter 130 Reliability settings
RelGroup 116 Reliability group
RelGroupRelationship 117 Reliability group relationship
RelSwitchBay 109 Switchbay type
RelBusbarType 112 Busbar type
RelLineType 113 Line type
RelTransformerType 114 Transformer type
RelSupplyType 115 Supply type
RelOverload 111 Overload capacity type
RelCondition 135 Conditional switching operations
RelLoadDurCurve 118 Annual load duration curve
RelLoadDurCurveValue 119 Annual load duration curve values

April 2019 185


PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

Reliability Settings (RelParameter)

Attribute name Data type Short name Unit Std. Description


Failure Models Calculation
RelParameter_ID Long Integer 0 Primary Key – Reliability Parameter
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Flag_DUK Integer 1 Simulate Short Independent Single Failure
0: No
1: Yes
Flag_DUL Integer 1 Simulate Long Independent Single Failure
0: No
1: Yes
Flag_DCM Integer 1 Common Mode Failure
0: No
1: Yes
FLAG_DIK Integer 0 Simulate Short Maintenance
0: No
1: Yes
FLAG_DIL Integer 0 Simulate Long Maintenance
0: No
1: Yes
Flag_DME Integer 0 Multiple Ground Fault
0: No
1: Yes
Flag_DSV Integer 1 Protection Device Malfunction (in
Consequence)
0: No
1: Yes
Flag_DSU Integer 1 Unnecessary Protection Operation (in
Consequence)
0: No
1: Yes
Flag_DUS Integer 0 Independent Unnecessary Protection Operation
0: No
1: Yes
Flag_DLV Integer 0 Malfunction of Circuit Breaker
0: No
1: Yes
Relative Dispersion of Down Time
T_UK Double Tis 1 Relative Dispersion – Short Independent Single
Failure
T_U Double Til 1 Relative Dispersion – Long Independent Single
Failures
T_CM Double TCm 1 Relative Dispersion – Common Mode Failure
T_DA Double Ti 1 Relative Dispersion – Long Maintenance
T_WIK Double Twis 1 Relative Dispersion – Short Maintenance
T_ME Double TMe 1 Relative Dispersion – Multiple Ground Fault
T_SV Double TSv 1 Relative Dispersion – Protection Device
Malfunction
T_SUE Double TSue 1 Relative Dispersion – Unnecessary Protection
Operation
T_SP Double TSp 1 Relative Dispersion – Independent
Unnecessary Protection Operation

186 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

T_LV Double TLv 1 Relative Dispersion – Malfunction of Circuit


Breaker
Modelling
Val_ZUL Double Vs pu 1 Overload Factor Ien/Ith
Val_ZGF Double 1 1 Coincidence Factor
T_FREI Double tdis h 0,5 Time to Disconnection
T_ZU Double tre h 0,5 Time to Reconnection
S_C Double Sc € 0 Switch Costs Transformer Differential
Protection
Flag_ZLZ Integer 1 Power Allocation Model
1: Pessimistic
2: Optimistic
Flag_ZTS Integer 1 Transformer Difference Protection
0: No
1: Yes
Flag_ZSK Integer 1 Switchbays
0: No
1: Yes
Flag_L92 Integer 0 Network Simplification
0: No
1: Yes
Val_ZTB Double % 5 Overload Tolerance for Switching Operation
Program Control
Flag_Method Integer 1 Calculation Method
1: Analytic
2: Monte-Carlo
Flag_ZFA Integer 1 Load Flow Algorithm
1: Standard
2: Extended
3: Connection check
4: Maximum flow
5: Network state analysis
Flag_ZKR Integer 1 Limitation of Failure Combinations
1: Unavailability
2: Order
Val_ZQI Double ZQi 1e-9 100 Minimum Unavailability Threshold
MC_views Long Integer 10 Number of Views
Flag_MCrandom Integer 0 Create Identical Failure Sequence
0: No
1: Yes
Val_ZAI Integer ZAi 1 1 Minimum Failure Order
Val_ZAA Integer ZAa 1 5 Maximum Failure Order
Val_LD1 Double min 5 Minimum Interruption Duration for IEEE1366
Flag_IEEEparent Integer 0 Consider Parent Area in IEEE Results
0: No
1: Yes
Flag_IEEElim Integer 0 Consider IEEE Down Time in Simulation
0: No
1: Yes
Simulation Control
Flag_ZSH Integer 1 Switching Operations
0: No
1: Yes
Flag_L03 Integer 1 Tap Changing in Failure Combinations
0: No
1: Yes
Flag_ZSV Integer 0 Malfunction of Protection Device without
Limitation
0: No
1: Yes

April 2019 187


PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

Flag_ZKC Integer 1 Correction of Common Mode Failures


0: No
1: Yes
Flag_L58 Integer 1 Secondary Control in Failure Combinations
0: No
1: Yes
Flag_ZUU Integer 0 Load Shedding in Failure Combinations
0: No
1: Yes
Val_ZUD Double h 0 Maximum Admissible Interruption Duration
Program Output
Flag_ZAV Integer 1 Log Input Data
0: No
1: Yes
Flag_ZLA Integer 1 Log Failure Combination
0: No
1: Yes
Flag_ZZW Integer 1 Report State Probabilities
0: No
1: Yes
Flag_ZPR Integer 1 Report Switching Operations
0: No
1: Yes
Flag_ZVG Integer 0 Report Supply Degree after each Switching
Operation
0: No
1: Yes
Flag_ZTL Integer 0 Load Flow Results for each Failure
Combination
0: No
1: Yes
Flag_ZLF Integer 0 Load Flow Results for each Switching
Operation
0: No
1: Yes
Flag_ZTK Integer 0 Report Partial Short Circuit Currents
0: No
1: Yes
Flag_ZAL Integer 0 Report Short Circuit Currents of Picked-up
Devices
0: No
1: Yes
Flag_ZAN Integer 0 Report Pickup List
0: No
1: Yes
Type of Evaluation
Flag_XSA Integer Evaluation 3 Evaluation
1: Sequence List
2: Sorted list
3: Result table
4: Distribution of indices
5: Distribution of expected values
Flag_ZMS Integer 1 Create HTML Documentation
0: No
1: Yes
RelNode_ID Long Integer Node 0 Secondary Key – Node
RelElem_ID Long Integer Element 0 Secondary Key – Element
LoadNode_ID Long Integer Cust. Node 0 Secondary Key – Customer Node

188 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

Parameter Sorted List


Flag_XWS Integer 3 Sorting Criteria of Sorted List
1: Interruption frequency
2: Interruption duration
3: Unavailability
4: Interrupted power
5: Energy not supplied
6: Interruption costs
7: Refund costs
Flag_XSR Integer 2 Sorting Order of Sorted List
1: Up
2: Down
Flag_XZW Integer 1 State Probabilities per Failure Model
0: No
1: Yes
Flag_XVG Integer 0 Supply Degree after each Switching Operation
0: No
1: Yes
Parameter Result Table
Flag_XVB Integer 1 Customer Results
0: No
1: Yes
Flag_XN0 Integer 0 Network Results without Interruption
0: No
1: Yes
Flag_XN1 Integer 1 Network Results with Interruption
0: No
1: Yes
Flag_XPR Integer 0 Relative Values
0: No
1: Yes
Flag_XST Integer 0 Dispersions
0: No
1: Yes
Flag_XAR Integer 1 Differentiation According to Failure Model
0: No
1: Yes
Flag_XOD Integer 0 Differentiation According to Failure Order
0: No
1: Yes
Flag_XEL Integer 0 Differentiation According to Involved Elements
0: No
1: Yes
Flag_XAB Integer 0 Differentiation According to Protection Zone
0: No
1: Yes
Failure Models Evaluation
Flag_XUK Integer 1 Evaluate Short Independent Single Failure
0: No
1: Yes
Flag_XUL Integer 1 Evaluate Long Independent Single Failure
0: No
1: Yes
Flag_XCM Integer 1 Common Mode Failure
0: No
1: Yes
FLAG_XIK Integer 0 Evaluate Short Maintenance
0: No
1: Yes
FLAG_XIL Integer 0 Evaluate Long Maintenance
0: No
1: Yes

April 2019 189


PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

Flag_XME Integer 0 Multiple Ground Fault


0: No
1: Yes
Flag_XSV Integer 1 Malfunction of Protection Device (in
Consequence)
0: No
1: Yes
Flag_XSU Integer 1 Unnecessary Protection Operation (in
Consequence)
0: No
1: Yes
Flag_XUS Integer 0 Independent Unnecessary Protection Operation
0: No
1: Yes
Flag_XLV Integer 0 Malfunction of Circuit Breaker
0: No
1: Yes
Filter Evaluation
Flag_XOR Integer 0 Filter Failure Order
0: No
1: Yes
Val_XORMIN Integer 1 0 Minimum Failure Order
Val_XORMAX Integer 1 0 Maximum Failure Order
Flag_XHL Integer 0 Filter Interruption Frequency
0: No
1: Yes
Val_XHLMIN Double 1/a 0 Minimum Interruption Frequency
Val_XHLMAX Double 1/a 0 Maximum Interruption Frequency
Flag_XQL Integer 0 Filter Unavailability
0: No
1: Yes
Val_XQLMIN Double min/a 0 Minimum Unavailability
Val_XQLMAX Double min/a 0 Maximum Unavailability
Flag_XTL Integer 0 Filter Duration
0: No
1: Yes
Val_XTLMIN Double h 0 Minimum Duration
Val_XTLMAX Double h 0 Maximum Duration
Flag_XSL Integer 0 Filter Power
0: No
1: Yes
Val_XSLMIN Double MVA/a 0 Minimum Power
Val_XSLMAX Double MVA/a 0 Maximum Power
Flag_XWL Integer 0 Filter Energy
0: No
1: Yes
Val_XWLMIN Double MVAh/a 0 Minimum Energy
Val_XWLMAX Double MVAh/a 0 Maximum Energy
Flag_XKL Integer 0 Filter Cost
0: No
1: Yes
Val_XKLMIN Double €/a 0 Minimum Cost
Val_XKLMAX Double €/a 0 Maximum Cost

190 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

Switchbay Type (RelSwitchBay)

Attribute name Data type Short name Unit Std. Description


SwitchBay_ID Long Integer 0 Primary Key – Switch Bay
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Name Text (50) Name Name – Switch Bay
ShortName Text (8) Short Name Short Name – Switch Bay
H_Uk Double Fis 1/a 0 Short Independent Single Failure – Failure Rate
T_Uk Double Tis h 0 Short Independent Single Failure – Down Time
H_Ul Double Fil 1/a 0 Long Independent Single Failure – Failure Rate
T_Ul Double Til h 0 Long Independent Single Failure – Down Time
H_Ink Double Fins 1/a 0 Short Maintenance – Failure Rate
T_Ink Double Tins h 0 Short Maintenance – Down Time
T_Wik Double Twis h 0 Short Maintenance – Duration for Stop
Maintenance and Restart
H_Inl Double Finl 1/a 0 Long Maintenance – Failure Rate
T_Inl Double Tinl h 0 Long Maintenance – Down Time
T_Wil Double Twil h 0 Long Maintenance – Duration for Stop
Maintenance and Restart
Fin_H_1P Double F1p 1/a 0 Permanent Ground Fault – Failure Rate
Fin_T_1P Double T1p h 0 Permanent Ground Fault – Down Time
Fin_p_ME Double pMe 1 0 Multiple Ground Fault – Conditional Probability
Fin_T_ME Double TMe h 0 Multiple Ground Fault – Down Time

Busbar Type (RelBusbarType)

Attribute name Data type Short name Unit Std. Description


BusbarType_ID Long Integer 0 Primary Key – Busbar Type
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Name Text (50) Name Name – Busbar Type
ShortName Text (8) Short Name Short Name – Busbar Type
Flag_Individual Integer Indiv. Data 1 Individual Data
0: No
1: Yes
T_FREI Double tdis h 0,5 Time to Disconnection
T_ZU Double tre h 0,5 Time to Reconnection
H_Uk Double Fis 1/a 0 Short Independent Single Failure – Failure Rate
T_Uk Double Tis h 0 Short Independent Single Failure – Down Time
H_Ul Double Fil 1/a 0 Long Independent Single Failure – Failure Rate
T_Ul Double Til h 0 Long Independent Single Failure – Down Time
H_Ink Double Fins 1/a 0 Short Maintenance – Failure Rate
T_Ink Double Tins h 0 Short Maintenance – Down Time
T_Wik Double Twis h 0 Short Maintenance – Duration for Stop
Maintenance and Restart
H_Inl Double Finl 1/a 0 Long Maintenance – Failure Rate
T_Inl Double Tinl h 0 Long Maintenance – Down Time

April 2019 191


PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

H_1P Double F1p 1/a 0 Permanent Ground Fault – Failure Rate


T_Wil Double Twil h 0 Long Maintenance – Duration for Stop
Maintenance and Restart
T_1P Double T1p h 0 Permanent Ground Fault – Down Time
p_ME Double pMe 1 0 Multiple Ground Fault – Conditional Probability
T_ME Double TMe h 0 Multiple Ground Fault – Down Time
p_SV Double pSv 1 0 Protection Device Malfunction – Conditional
Probability
T_SV Double TSv h 0 Protection Device Malfunction – Down Time
p_SUE Double pSue 1 0 Unnecessary Protection Operation –
Conditional Probability
T_SUE Double TSue h 0 Unnecessary Protection Operation – Down
Time
H_SP Double FSp 1/a 0 Independent Unnecessary Protection Operation
– Failure Rate
t_SP Double TSp h 0 Independent Unnecessary Protection Operation
– Down Time
p_LV Double pLv 1 0 Circuit Breaker Malfunction – Conditional
Probability
t_LV Double TLv h 0 Circuit Breaker Malfunction – Down Time
R_C Double Rc € 0 Repair Costs

Line Type (RelLineType)

Attribute name Data type Short name Unit Std. Description


LineType_ID Long Integer 0 Primary Key – Line Type
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Name Text (50) Name Name – Line Type
ShortName Text (8) Short Name Short Name – Line Type
Flag_Individual Integer Indiv. Data 1 Individual Data
0: No
1: Yes
Overload_ID Long Integer Overload 0 Secondary Key – Overload Capacity
V_S Double Vs 1 1 Overload Factor Ien/Ith
T_FREI Double tdis h 0,5 Time to Disconnection
T_ZU Double tre h 0,5 Time to Reconnection
Flag_SF Integer SB 1 Generate Switchbays
0: No
1: Yes
H_Uk Double Fis 1/a/km 0 Short Independent Single Failure – Failure Rate
T_Uk Double Tis h 0 Short Independent Single Failure – Down Time
H_Ul Double Fil 1/a/km 0 Long Independent Single Failure – Failure Rate
T_Ul Double Til h 0 Long Independent Single Failure – Down Time
H_CM Double FCm 1/a/km 0 Common Mode Failure – Failure Rate
T_CM Double TCm h 0 Common Mode Failure – Down Time
H_Ink Double Fins 1/a 0 Short Maintenance – Failure Rate
T_Ink Double Tins h/km 0 Short Maintenance – Down Time
T_Wik Double Twis h 0 Short Maintenance – Duration for Stop
Maintenance and Restart
H_Inl Double Finl 1/a 0 Long Maintenance – Failure Rate

192 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

T_Inl Double Tinl h/km 0 Long Maintenance – Down Time


T_Wil Double Twil h 0 Long Maintenance – Duration for Stop
Maintenance and Restart
H_1P Double F1p 1/a/km 0 Permanent Ground Fault – Failure Rate
T_1P Double T1p h 0 Permanent Ground Fault – Down Time
p_ME Double pMe 1/km 0 Multiple Ground Fault – Conditional Probability
T_ME Double TMe h 0 Multiple Ground Fault – Down Time
p_SV Double pSv 1 0 Protection Device Malfunction – Conditional
Probability
T_SV Double TSv h 0 Protection Device Malfunction – Down Time
p_SUE Double pSue 1 0 Unnecessary Protection Operation –
Conditional Probability
T_SUE Double TSue h 0 Unnecessary Protection Operation – Down
Time
H_SP Double FSp 1/a 0 Independent Unnecessary Protection Operation
– Failure Rate
t_SP Double TSp h 0 Independent Unnecessary Protection Operation
– Down Time
p_LV Double pLv 1 0 Circuit Breaker Malfunction – Conditional
Probability
t_LV Double TLv h 0 Circuit Breaker Malfunction – Down Time
R_C Double Rc € 0 Repair Costs

Transformer Type (RelTransformerType)

Attribute name Data type Short name Unit Std. Description


TransformerType_I Long Integer 0 Primary Key – Transformer Type
D
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Name Text (50) Name Name – Transformer Type
ShortName Text (8) Short Name Short Name – Transformer Type
Flag_Individual Integer Indiv. Data 1 Individual Data
0: No
1: Yes
Overload_ID Long Integer Overload 0 Secondary Key – Overload Capacity
V_S Double Vs 1 1 Overload Factor Ien/Ith
T_FREI Double tdis h 0,5 Time to Disconnection
T_ZU Double tre h 0,5 Time to Reconnection
Flag_SF Integer SB 1 Generate Switchbays
0: No
1: Yes
H_Uk Double Fis 1/a 0 Short Independent Single Failure – Failure Rate
T_Uk Double Tis h 0 Short Independent Single Failure – Down Time
H_Ul Double Fil 1/a 0 Long Independent Single Failure – Failure Rate
T_Ul Double Til h 0 Long Independent Single Failure – Down Time
H_Ink Double Fins 1/a 0 Short Maintenance – Failure Rate
T_Ink Double Tins h 0 Short Maintenance – Down Time
T_Wik Double Twis h 0 Short Maintenance – Duration for Stop
Maintenance and Restart
H_Inl Double Finl 1/a 0 Long Maintenance – Failure Rate
T_Inl Double Tinl h 0 Long Maintenance – Down Time

April 2019 193


PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

T_Wil Double Twil h 0 Long Maintenance – Duration for Stop


Maintenance and Restart
H_1P Double F1p 1/a 0 Permanent Ground Fault – Failure Rate
T_1P Double T1p h 0 Permanent Ground Fault – Down Time
p_ME Double pMe 1 0 Multiple Ground Fault – Conditional Probability
T_ME Double TMe h 0 Multiple Ground Fault – Down Time
p_SV Double pSv 1 0 Protection Device Malfunction – Conditional
Probability
T_SV Double TSv h 0 Protection Device Malfunction – Down Time
p_SUE Double pSue 1 0 Unnecessary Protection Operation –
Conditional Probability
T_SUE Double TSue h 0 Unnecessary Protection Operation – Down
Time
p_SP Double FSp 1/a 0 Independent Unnecessary Protection Operation
– Conditional Probability
T_SP Double TSp h 0 Independent Unnecessary Protection Operation
– Down Time
p_LV Double pLv 1 0 Circuit Breaker Malfunction – Conditional
Probability
T_LV Double TLv h 0 Circuit Breaker Malfunction – Down Time
R_C Double Rc € 0 Repair Costs

Supply Type (RelSupplyType)

Attribute name Data type Short name Unit Std. Description


SupplyType_ID Long Integer 0 Primary Key – Supply Type
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Name Text (50) Name Name – Supply Type
ShortName Text (8) Short Name Short Name – Supply Type
Flag_Type Integer State Model 1 State Model
1: 2-State model
2: 6-State model
H_U Double Fi 1/a 0 Independent Single Failure – Failure Rate
T_U Double ti h 0 Independent Single Failure – Down Time
T_BED Double Tn h 0 1/Transition Rate – Into Period of Need
T_KBED Double Tnn h 0 1/Transition Rate – Into Period of No Need
V_AF Double VAf 1/h 0 Failure Rate
V_INST Double VInst 1/h 0 Maintenance Rate
V_AB Double VAb 1/h 0 Turn Off Rate in Case of Incident
p_VER Double pVer % 0 Probability of Starting Failure
p_AB Double pAb % 0 Probability of Immediate Breakdown
T_Z Double Tst h 0 Duration of Start-Up
R_C Double Rc € 0 Repair Costs

Overload Capacity Type (RelOverload)

Attribute name Data type Short name Unit Std. Description


Overload_ID Long Integer 0 Primary Key – Switch Bay

194 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

Variant_ID Long Integer 1 Secondary Key – Variant


Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Name Text (50) Name Name – Overload
ShortName Text (8) Short Name Short Name – Overload
f1 Double f1 1 1 1st Time Step – Factor
T1 Double t1 h 0 1st Time Step – Period
f2 Double f2 1 1 2nd Time Step – Factor
T2 Double t2 h 0 2nd Time Step – Period
f3 Double f3 1 1 3rd Time Step – Factor
T3 Double t3 h 0 3rd Time Step – Period
fD Double fU 1 1 Factor Unlimited

Conditional Switching Operations (RelCondition)

Attribute name Data type Short name Unit Std. Description


Basic Data
Condition_ID Long Integer Rel. Cond. 0 Primary Key – Relation Condition
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Name Text (50) Name Name – Data Value
ShortName Text (8) Short Name Short Name – Condition
Flag_Typ Integer Type 1 Type of Switching
0: None
1: Node
2: Branch
Node_ID Long Integer Node 0 Secondary Key – Node
UM_Node_ID Long Integer Node/Busbar 0 Secondary Key – Busbar Transfer
Element_ID Long Integer Element 0 Secondary Key – Element
Flag_Switch Integer State 0 State after Switching Operation
0: Off
1: On
Flag_Pri Integer Priority 3 Priority
1: High
2: Medium
3: Normal
4: Small
5: Low
T_Switch Double t h 0 Time to Switching
1st Condition
Flag_Cond1 Integer Type 1 0 Type of Condition 1
0: None
1: Node
2: Branch
Node_ID1 Long Integer Node 1 0 Secondary Key – Node 1
Flag_NodeValid1 Integer Validity N1 1 Type of Validity Nodes 1
1: Before
2: Afterwards
3: Before and afterwards

April 2019 195


PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

Flag_NodeState1 Integer State N1 1 State – Condition Nodes 1


1: On
2: Lock
3: Defect
4: Not on
Supply_min1 Double Smin1 % 0 Minimum Supply at Node 1 for Condition
Supply_max1 Double Smax1 % 0 Maximum Supply at Node 1 for Condition
Element_ID1 Long Integer Element 1 0 Secondary Key – Element 1
Flag_ElemValid1 Integer Validity E1 1 Type of Validity – Element 1
1: Before
2: Afterwards
3: Before and afterwards
Flag_ElemState1 Integer State E1 1 State – Condition Element 1
1: On
2: Lock
3: Defect
4: Not on
5: Off
Loading_min1 Double Lmin1 % 0 Minimum Loading of Element 1 for Condition
Loading_max1 Double Lmax1 % 0 Maximum Loading of Element 1 for Condition
2nd Condition
Flag_Cond2 Integer Type 2 0 Type of Condition 2
0: None
1: Node
2: Branch
Node_ID2 Long Integer Node 2 0 Secondary Key – Node 2
Flag_NodeValid2 Integer Validity N2 1 Type of Validity Nodes 2
1: Before
2: Afterwards
3: Before and afterwards
Flag_NodeState2 Integer State N2 1 State – Condition Nodes 2
1: On
2: Lock
3: Defect
4: Not on
Supply_min2 Double Smin2 % 0 Minimum Supply at Node 2 for Condition
Supply_max2 Double Smax2 % 0 Maximum Supply at Node 2 for Condition
Element_ID2 Long Integer Element 2 0 Secondary Key – Element 2
Flag_ElemValid2 Integer Validity E2 1 Type of Validity – Element 2
1: Before
2: Afterwards
3: Before and afterwards
Flag_ElemState2 Integer State E2 1 State – Condition Element 2
1: On
2: Lock
3: Defect
4: Not on
5: Off
Loading_min2 Double Lmin2 % 0 Minimum Loading of Element 2 for Condition
Loading_max2 Double Lmax2 % 0 Maximum Loading of Element 2 for Condition
3rd Condition
Flag_Cond3 Integer Type 3 0 Type of Condition 3
0: None
1: Node
2: Branch
Node_ID3 Long Integer Node 3 0 Secondary Key – Node 3
Flag_NodeValid3 Integer Validity N3 1 Type of Validity Nodes 3
1: Before
2: Afterwards
3: Before and afterwards

196 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

Flag_NodeState3 Integer State N3 1 State – Condition Nodes 3


1: On
2: Lock
3: Defect
4: Not on
Supply_min3 Double Smin3 % 0 Minimum Supply at Node 3 for Condition
Supply_max3 Double Smax3 % 0 Maximum Supply at Node 3 for Condition
Element_ID3 Long Integer Element 3 0 Secondary Key – Element 3
Flag_ElemValid3 Integer Validity E3 1 Type of Validity – Element 3
1: Before
2: Afterwards
3: Before and afterwards
Flag_ElemState3 Integer State E3 1 State – Condition Element 3
1: On
2: Lock
3: Defect
4: Not on
5: Off
Loading_min3 Double Lmin3 % 0 Minimum Loading of Element 3 for Condition
Loading_max3 Double Lmax3 % 0 Maximum Loading of Element 3 for Condition
4th Condition
Flag_Cond4 Integer Type 4 0 Type of Condition 4
0: None
1: Node
2: Branch
Node_ID4 Long Integer Node 4 0 Secondary Key – Node 4
Flag_NodeValid4 Integer Validity N4 1 Type of Validity Nodes 4
1: Before
2: Afterwards
3: Before and afterwards
Flag_NodeState4 Integer State N4 1 State – Condition Nodes 4
1: On
2: Lock
3: Defect
4: Not on
Supply_min4 Double Smin4 % 0 Minimum Supply at Node 4 for Condition
Supply_max4 Double Smax4 % 0 Maximum Supply at Node 4 for Condition
Element_ID4 Long Integer Element 4 0 Secondary Key – Element 4
Flag_ElemValid4 Integer Validity E4 1 Type of Validity – Element 4
1: Before
2: Afterwards
3: Before and afterwards
Flag_ElemState4 Integer State E4 1 State – Condition Element 4
1: On
2: Lock
3: Defect
4: Not on
5: Off
Loading_min4 Double Lmin4 % 0 Minimum Loading of Element 4 for Condition
Loading_max4 Double Lmax4 % 0 Maximum Loading of Element 4 for Condition
5th Condition
Flag_Cond5 Integer Type 5 0 Type of Condition 5
0: None
1: Node
2: Branch
Node_ID5 Long Integer Node 5 0 Secondary Key – Node 5
Flag_NodeValid5 Integer Validity N5 1 Type of Validity Nodes 5
1: Before
2: Afterwards
3: Before and afterwards

April 2019 197


PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

Flag_NodeState5 Integer State N5 1 State – Condition Nodes 5


1: On
2: Lock
3: Defect
4: Not on
Supply_min5 Double Smin5 % 0 Minimum Supply at Node 5 for Condition
Supply_max5 Double Smax5 % 0 Maximum Supply at Node 5 for Condition
Element_ID5 Long Integer Element 5 0 Secondary Key – Element 5
Flag_ElemValid5 Integer Validity E5 1 Type of Validity – Element 5
1: Before
2: Afterwards
3: Before and afterwards
Flag_ElemState5 Integer State E5 1 State – Condition Element 5
1: On
2: Lock
3: Defect
4: Not on
5: Off
Loading_min5 Double Lmin5 % 0 Minimum Loading of Element 5 for Condition
Loading_max5 Double Lmax5 % 0 Maximum Loading of Element 5 for Condition

Annual Load Duration Curve (RelLoadDurCurve)

Attribute name Data type Short name Unit Std. Description


LoadDurCurve_ID Long Integer 0 Primary Key – Annual Load Duration Curve
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Name Text (50) Name Name – Annual Load Duration Curve
fx Double fx 1 1 Factor – Duration
fy Double fy 1 1 Factor – Normalized Load
K_P1 Double Cp1 €/kW 0 1st Interval – Power Costs
K_P2 Double Cp2 €/kW 0 2nd Interval – Power Costs
K_P3 Double Cp3 €/kW 0 3rd Interval – Power Costs
K_P4 Double Cp4 €/kW 0 4th Interval – Power Costs
K_W1 Double Cw1 €/kWh 0 1st Interval – Energy Costs
K_W2 Double Cw2 €/kWh 0 2nd Interval – Energy Costs
K_W3 Double Cw3 €/kWh 0 3rd Interval – Energy Costs
K_W4 Double Cw4 €/kWh 0 4th Interval – Energy Costs
T1 Double T1 h 0 Boundary 1st/2nd Interval
T2 Double T2 h 0 Boundary 2nd/3rd Interval
T3 Double T3 h 0 Boundary 3rd/4th Interval
Toverlap Double dT h 0 Overlap

Annual Load Duration Curve Values (RelLoadDurCurveValue)

Attribute name Data type Short name Unit Std. Description


LoadDurCurveVal_I Long Integer 0 Primary Key – Annual Load Duration Curve
D Value
Variant_ID Long Integer 1 Secondary Key – Variant

198 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

Flag_Variant Integer 1 Element of Current Variant


0: No
1: Yes
LoadDurCurve_ID Long Integer 0 Secondary Key – Annual Load Duration Curve
T Double Duration h 0 Duration
RefLoad Double Norm. Load 0,1 Normalized Load

2.2.9 Substations and Routes

Substations and routes data are supplementary data added to the network elements that
PSS SINCAL requires for economy calculations.

Table name ID Description


EcoStation 138 Substation
EcoField 140 Bay
EcoElement 139 Operational device
Route 141 Route
RouteRel 144 Route relationship
RouteNode 142 Route node

Substation (EcoStation)

Attribute name Data type Short name Unit Std. Description


Basic Data
EcoStation_ID Long Integer Substation 0 Primary Key – Substation
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Long Integer 1 Element of Current Variant
0: No
1: Yes
Name Text (50) Name 0 Name – Substation
ShortName Text (8) Short Name 0 Short Name – Substation
Typ_ID Long Integer Std. Type 0 Secondary Key – Standard Type
Flag_Typ_ID Integer Secondary Key – Standard Type State
0: None
1: Global standard type
2: Local standard type
Flag_Typ Integer Type 1 Substation Type
1: Net station
2: Primary substation
3: Switching station
4: General plant
5: Distribution station
Flag_ConnTyp Integer Con. Type 2 Connection Type
1: Radial
2: Loop
Group_ID Long Integer Area 2 Secondary Key – Network Area
Zone_ID Long Integer Zone 2 Secondary Key – Network Zone
Ti TimeStamp Ti 0 Establishment Date
Ts TimeStamp Ts 0 Shutdown Date
Un Double Vn kV 0 Rated Voltage
MaxBay Long Integer Bays 1 0 Maximum Number of Bays

April 2019 199


PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

Optimization
Pout Double Pno MW 0 Rated Active Power Output
Qout Double Qno Mvar 0 Rated Reactive Power Output
Pload Double Pnl MW 0 Rated Active Power of Connected Loads
Qload Double Qnl Mvar 0 Rated Reactive Power of Connected Loads
DayOpSer_ID Long Integer Profile 1 0 Secondary Key – Profile 1
YearOpSer_ID Long Integer Profile 2 0 Secondary Key – Profile 2
WeekOpSer_ID Long Integer OP 0 Secondary Key – Operating Points
IncrSer_ID Long Integer Load Incr. 0 Secondary Key – Load Increase
Economic Data
Cb Double Cib 0 Acquisition Costs Building
ci Double Ci 0 Acquisition Costs
Cs Double Cs 0 Shutdown Costs
cm Double cm 0 Annual Maintenance Costs
coo Double co 0 Other Annual Costs
Tl Double Tl y 0 Calculatory Life Span

Bay (EcoField)

Attribute name Data type Short name Unit Std. Description


Basic Data
EcoField_ID Long Integer 0 Primary Key – Bay
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Long Integer 1 Element of Current Variant
0: No
1: Yes
EcoStation_ID Long Integer Substation 0 Secondary Key – Substation
Name Text (50) Name 0 Name – Bay
ShortName Text (8) Short Name 1 Short Name – Bay
Typ_ID Long Integer Std. Type 0 Secondary Key – Standard Type
Flag_Typ_ID Integer Secondary Key – Standard Type State
0: None
1: Global standard type
2: Local standard type
Flag_Typ Integer Type 1 Bay Type
1: Circuit-breaker bay
2: Disconnecting switch bay
3: Connect bay
4: Measuring bay
Ti TimeStamp Ti 0 Establishment Date
Ts TimeStamp Ts 0 Shutdown Date
Economic Data
ci Double Ci 0 Acquisition Costs
Cs Double Cs 0 Shutdown Costs
cm Double cm 0 Annual Maintenance Costs
coo Double co 0 Other Annual Costs
Theta_i Double Thi 1 0 Serial Unavailable Energy Factor
Theta_u Double Thu 1 0 Shunt Unavailable Energy Factor
Tl Double Tl y 0 Calculatory Life Span

200 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

Operational Device (EcoElement)

Attribute name Data type Short name Unit Std. Description


Basic Data
EcoElement_ID Long Integer Op. Device 0 Primary Key – Operational Device
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Long Integer 1 Element of Current Variant
0: No
1: Yes
EcoStation_ID Long Integer Substation 0 Secondary Key – Substation
EcoField_ID Long Integer Bay 0 Secondary Key – Bay
Name Text (50) Name 0 Name – Element
ShortName Text (8) Short Name 0 Short Name – Element
Flag_Typ_ID Integer Secondary Key – Standard Type State
0: None
1: Global standard type
2: Local standard type
Typ_ID Long Integer Std. Type 0 Secondary Key – Standard Type
Ti TimeStamp Ti 0 Establishment Date
Ts TimeStamp Ts 0 Shutdown Date
Economic Data
ci Double Ci 0 Acquisition Costs
Cs Double Cs 0 Shutdown Costs
cm Double cm 0 Annual Maintenance Costs
coo Double co 0 Other Annual Costs
Theta_i Double Thi 1 0 Serial Unavailable Energy Factor
Theta_u Double Thu 1 0 Shunt Unavailable Energy Factor
Tl Double Tl y 0 Calculatory Life Span

Route (Route)

Attribute name Data type Short name Unit Std. Description


Basic Data
Route_ID Long Integer 0 Primary Key – Route
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Long Integer 1 Element of Current Variant
0: No
1: Yes
RouteNode1_ID Long Integer Node 1 0 Secondary Key – Route Node 1
RouteNode2_ID Long Integer Node 2 0 Secondary Key – Route Node 2
TypName Text (40) Type Name 0 Name – Standard Type
Name Text (50) Name 0 Name – Route
ShortName Text (8) Short Name 0 Short Name – Route
Flag_State Integer State 1 1 Route State
0: Closed
1: Active
Typ_ID Long Integer Std. Type 0 Secondary Key – Standard Type
Flag_Typ_ID Integer Secondary Key – Standard Type State
0: None
1: Global standard type
2: Local standard type

April 2019 201


PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

Flag_Type Integer Type 1 Type of Route


1: Cable route
2: Overhead line route
l Double l km 0 Length
ci_l Double cil €/m 0 Acquisition Costs per Length
Lmax Integer Lmax 0 Maximum Number of Lines
Lpre Integer Lid 0 Number of Idle Lines
Ladd Double fa 1 0 Factor Additional Lines
Umin Double Vmin kV 0 Min. Admissible Voltage for Route
Umax Double Vmax kV 0 Max. Admissible Voltage for Route
Ti TimeStamp Ti 0 Establishment Date
Ts TimeStamp Ts 0 Shutdown Date
Economic Data
Cb Double Cib € 0 Acquisition Costs Building
ci Double Ci €/m 0 Acquisition Costs per Length
Cs Double Cs €/m 0 Shutdown Costs per Length
cm Double cm €/m 0 Annual Maintenance Costs per Length
coo Double co €/m 0 Other Annual Costs per Length
Tl Long Integer Tl y 0 Calculatory Life Span

Route Relationship (RouteRel)

Attribute name Data type Short name Unit Std. Description


RouteRel_ID Long Integer 0 Primary Key – Route Relationship
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Long Integer 1 Element of Current Variant
0: No
1: Yes
Route_ID Long Integer 0 Secondary Key – Route
Element_ID Long Integer 0 Secondary Key – Element
Pos Integer Pos 1 0 Position
Location Integer Loc 0 Location of Line in the Route

Route Node (RouteNode)

Attribute name Data type Short name Unit Std. Description


RouteNode_ID Long Integer 0 Primary Key – Route Node
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Long Integer 1 Element of Current Variant
0: No
1: Yes
Name Text (50) Name 0 Name – Route Node
ShortName Text (8) Short Name 0 Short Name – Route Node
EcoStation_ID Long Integer Substation 0 Secondary Key – Substation
sh Double sh m 0 Elevation
Flag_Pos Integer 2 Node Position
1: Distance Right and Up
2: Latitude and Longitude
hr Double dr m 0 Distance – Right
hh Double du m 0 Distance – Up

202 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

lat Double lat ° 0 Latitude


lon Double lng ° 0 Longitude
m Double m 0 Meridian

2.3 Universal Protection Database (PSS PDMS)


The following tables describe the functions and settings of protection devices. These data are used
in PSS PDMS.

Table name ID Description


ProtDev 11 Protection device
ProtMethod 12 Protection method
ProtSet 13 Protection setting
ProtSetTxtVal 14 Protection setting text value
ProtSetIntVal 16 Protection setting integer values
ProtSetDblVal 15 Protection setting number values
ProtSetState 29 Protection settings state
ProtFunc 19 Protection function
ProtFuncItVal 20 Protection function It values
ProtFuncVal 22 Protection function values
ProtFuncRXVal 21 Protection function RX values
ProtDevCategory 24 Protection device category
ProtSetCategory 28 Protection settings category
ProtChoiceVal 18 Protection choice value
ProtSetGrp 17 Protection setting group
ProtLoc 23 Protection location
ProtDevExData 27 Extended data
ProtBlobData Blob
ProtUser 25 User
ProtUserLock 26 User lock

April 2019 203


PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

The following illustration shows the basic structure of the universal protection device database.

ProtUser ProtChoiceVal ProtFuncItVal ProtFuncVal ProtFuncRXVal

ProtUserLock ProtDevCategory ProtFunc

ProtLoc ProtDev ProtMethod

ProtDevExData ProtSetCategory ProtSet ProtSetGrp

ProtBlobData ProtSetState ProtSetIntVal


ProtSetDblVal
ProtSetTxtVal

In the illustration the different areas of the protection database are shown in different colors. Red
tables represent the structure of a protection device, such as the available settings, methods, etc.
Blue tables are for values that can be set at the protection device or data assigned to the device.
Green tables are required for administration.

In the data model the ProtDev table models a protection device. As you can see in the illustration,
this protection device is at the center of the data model. Methods described by the ProtMethod
table are connected to the protection device. The methods are mainly used to structure the many
different functions of a modern protection device. Specific properties and functions of the protection
device are grouped together as a method.

The possible settings – described by the ProtSet table – are connected to the method itself. This
table describes in detail all available protection device settings along with the permissible value
range, the unit, the address of the settings, etc. The values that have actually been set are stored
in the tables for ProtSetTxtVal, ProtSetIntVal and ProtSetDblVal.

Protection device functions are also connected to the method. These functions are not required to
document the settings. It characteristic curves and RX protection zones can be stored here. These
data are mainly needed when the protection device is used in PSS SINCAL calculations, where the
stored characteristics are required.

The ProtLoc table is used to describe a protection location and place protection devices anywhere
you want.

204 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

The tables for ProtBlobData and ProtDevExData can store any external supplementary data you
want in the protection device database and assign these to a protection device. These are normally
PDF documents that describe the structure and the functions of the protection device.

The tables for ProtDevCategory and ProtSetCategory structure the data making them easier to
edit, since they are assigned to the category you want to edit.

The ProtSetGrp table assigns protection device settings a protection setting group. This lets you
keep as many setting groups as you want for individual protection devices and use these to reflect
different network operating states and their corresponding protection device configurations (e.g.
summer operation or winter operation).

The tables for ProtUser and ProtUserLock are only required for administration purposes. The
ProtUser table stores the users and their authorizations to use PSS PDMS. The ProtUserLock
table is needed to lock specific tables and thus prevent conflicts when more than one user is
working at the same time.

Protection Device (ProtDev)

Attribute name Data type Short name Unit Std. Description


ProtDev_ID Long Integer 0 Primary Key – Protection Device
Name Text (50) Name 0 Name of Protection Device
Description Text (50) Desc. 0 Description
ProtDev_MRID Text (50) MRID 0 Master Resource Value for Identification
ProtLoc_ID Long Integer Location 0 Secondary Key – Protection Device Location
Type Text (50) Type 0 Protection Device Type
Manufacturer Text (50) Manufact. 0 Manufacturer
ProtDevCategory_I Long Integer Category 0 Secondary Key – Protection Category
D
Flag_Func Integer Function 0 Main Protection Device Function
1: General
2: OC device
3: DI device
4: DIFF device
5: Fuse
Flag_Template Integer Template 0 Device is used as Template
0: No
1: Yes

Protection Method (ProtMethod)

Attribute name Data type Short name Unit Std. Description


ProtMethod_ID Long Integer 0 Primary Key – Protection Method
ProtDev_ID Long Integer Dev 0 Secondary Key – Protection Device
Name Text (50) Name 0 Name of Protection Device
Description Text (50) Desc. 0 Description
Flag_Func Integer Function 0 Protection Device Function
1: General
2: OC device
3: DI device
4: DIFF device
5: Fuse

April 2019 205


PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

Flag_Method Integer Method 0 Main Protection


0: Not defined
1: Distance Protection 21/21N
2: Autoreclose 79
3: Synchro-check 25
4: Breaker Failure 50BF
5: Overcurrent Protection 50/51/67
6: Overcurrent Protection 50N/51N/67N
7: Voltage Protection 27/59
8: Frequency Protection 81UF, 81OF
9: Busbar Protection 87B Low
10: Busbar Protection 87B High, R/E/F Prot.
87N
11: Differential Protection 87T/87L/87R Low
12: Differential Protection 87T/87L/87R High
13: Phase Comparison Protection 78
14: Underspeed Device
15: Speed – or Frequency, Matching Device
16: Reserved for future application
17: Shunting or Discharge Switch
18: Accelerating or Decelerating Device
19: Starting to Running Transition Contactor
20: Electrically Operated Valve
21: Distance Relay
22: Equalizer Circuit Breaker
23: Temperature Control Device
24: Over-Excitation Relay (V/Hz)
25: Synchronizing or Synchronism-Check
Device
26: Apparatus Thermal Device
27: Undervoltage Relay
28: Flame Detector
29: Isolating Contactor
30: Annunciator Relay
31: Separate Excitation Device
32: Directional Power Relay
33: Position Switch
34: Master Sequence Device
35: Brush-Operating or Slip-Ring Short-
Circuiting, Device
36: Polarity or Polarizing Voltage Devices
37: Undercurrent or Underpower Relay
38: Bearing Protective Device
39: Mechanical Conduction Monitor

206 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

40: Field Relay


41: Field Circuit Breaker
42: Running Circuit Breaker
43: Manual Transfer or Selector Device
44: Unit Sequence Starting Relay
45: Atmospheric Condition Monitor
46: Reverse-phase or Phase-Balance Current
Relay
47: Phase-Sequence Voltage Relay
48: Incomplete Sequence Relay
49: Machine or Transformer, Thermal Relay
50: Instantaneous Overcurrent or Rate of Rise,
Relay
51: AC Time Overcurrent Relay
52: AC Circuit Breaker
53: Exciter or DC Generator Relay
54: High-Speed DC Circuit Breaker
55: Power Factor Relay
56: Field Application Relay
57: Short-Circuiting or Grounding (Earthing)
Device
58: Rectification Failure Relay
59: Overvoltage Relay
60: Voltage or Current Balance Relay
61: Machine Split Phase Current Balance
62: Time-Delay Stopping or Opening Relay
63: Pressure Switch
64: Ground (Earth) Detector Relay
65: Governor
66: Notching or Jogging Device
67: AC Directional Overcurrent Relay
68: Blocking Relay
69: Permissive Control Device
70: Rheostat
71: Level Switch
72: DC Circuit Breaker
73: Load-Resistor Contactor
74: Alarm Relay
75: Position Changing Mechanism
76: DC Overcurrent Relay
77: Pulse Transmitter
78: Phase-Angle Measuring or Out-of-Step
Protective Relay
79: AC Reclosing Relay
80: Flow Switch
81: Frequency Relay
82: DC Reclosing Relay
83: Automatic Selective Control or Transfer
Relay
84: Operating Mechanism
85: Carrier or Pilot-Wire Receiver Relay
86: Lockout Relay
87: Differential Protective Relay
88: Auxiliary Motor or Motor Generator
89: Line Switch
90: Regulating Device
91: Voltage Directional Relay
92: Voltage and Power Directional Relay
93: Field Changing Contactor
94: Tripping or Trip-Free Relay
95: Reluctance Torque Synchrocheck
96: Autoloading Relay
Methods Text (80) Methods 0 Protection Function Codes

April 2019 207


PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

Protection Setting (ProtSet)

Attribute name Data type Short name Unit Std. Description


ProtSet_ID Long Integer 0 Primary Key – Protection Setting
ProtMethod_ID Long Integer Method 0 Secondary Key – Protection Method
Name Text (50) Name 0 Name
Unit Text (10) Unit 0 Unit
SettingAdr Text (20) Adr 0 Setting Address
SettingKey Text (10) Key 0 Setting Key
Flag_State Integer State 1 Setting State
0: Off
1: On
ProtSetCategory_I Long Integer Category 0 Secondary Key – Protection Setting Category
D
Pos Long Integer Pos 0 Position
Flag_ValType Integer ValType 1 Type of Setting Value
1: Text
2: Number
3: Choice
4: Internal
MinSetting Double Min 0 Minimum Setting
MaxSetting Double Max 0 Maximum Setting
DefSetting Double Def 0 Default Setting
SettingRange Text (80) Range 0 Setting Range

Protection Setting Text Values (ProtSetTxtVal)

Attribute name Data type Short name Unit Std. Description


ProtSetTxtVal_ID Long Integer 0 Primary Key – Protection Setting Text Value
ProtSet_ID Long Integer Setting 0 Secondary Key – Protection Setting
ProtSetGrp_ID Long Integer Grp 0 Secondary Key – Protection Setting Group
SetVal Text (50) Val 0 Value
ProtSetState_ID Long Integer State 0 Secondary Key – Protection Setting State

Protection Setting Integer Values (ProtSetIntVal)

Attribute name Data type Short name Unit Std. Description


ProtSetIntVal_ID Long Integer 0 Primary Key – Protection Setting Integer Value
ProtSet_ID Long Integer Setting 0 Secondary Key – Protection Setting
ProtSetGrp_ID Long Integer Grp 0 Secondary Key – Protection Setting Group
SetVal Long Integer Val 0 Value
ProtSetState_ID Long Integer State 0 Secondary Key – Protection Setting State

Protection Setting Number Values (ProtSetDblVal)

Attribute name Data type Short name Unit Std. Description


ProtSetDblVal_ID Long Integer 0 Primary Key – Protection Setting Number Value
ProtSet_ID Long Integer Setting 0 Secondary Key – Protection Setting

208 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

ProtSetGrp_ID Long Integer Grp 0 Secondary Key – Protection Setting Group


SetVal Double Val 0 Value
ProtSetState_ID Long Integer State 0 Secondary Key – Protection Setting State

Protection Settings State (ProtSetState)

Attribute name Data type Short name Unit Std. Description


ProtSetState_ID Long Integer 0 Primary Key – State for Protection Settings
Flag_State Integer State 1 State
1: Planning
2: Approved
3: Active
4: Historic
TxtComment Text (50) Comment 0 Comment
PlanningUser_ID Long Integer 0 Secondary Key – User Planning
PlanningDate 0 Date Planning
ApprovedUser_ID Long Integer 0 Secondary Key – User Approved
ApprovedDate 0 Date Approved
ActiveUser_ID Long Integer 0 Secondary Key – User Active
ActiveDate 0 Date Active
HistoricUser_ID Long Integer 0 Secondary Key – User Historic
HistoricDate 0 Date Historic

Protection Function (ProtFunc)

Attribute name Data type Short name Unit Std. Description


ProtMethod_ID Long Integer Method 0 Secondary Key – Protection Method
ProtFunc_ID Long Integer 0 Primary Key – Protection Function
Flag_State Integer State 1 Function State
0: Off
1: On
Flag_Type Integer Type 1 Type
1: It values
2: RX values
3: Function values
Name Text (50) Name 0 Name
Description Text (50) Desc. 0 Description

Protection Function It Values (ProtFuncItVal)

Attribute name Data type Short name Unit Std. Description


ProtFuncItVal_ID Long Integer 0 Primary Key – Protection Function It Values
ProtFunc_ID Long Integer Func 0 Secondary Key – Protection Function
I Double I A 0 Current
t Double t s 0 Time

April 2019 209


PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

Protection Function Values (ProtFuncVal)

Attribute name Data type Short name Unit Std. Description


ProtFuncVal_ID Long Integer 0 Primary Key – Protection Function Values
ProtFunc_ID Long Integer Func 0 Secondary Key – Protection Function
Pos Long Integer Pos 0 Position
Name Text (50) Name 0 Name
FuncVal Double Val 0 Value
Unit Text (10) Unit 0 Unit

Protection Function RX Values (ProtFuncRXVal)

Attribute name Data type Short name Unit Std. Description


ProtFuncRXVal_ID Long Integer 0 Primary Key – Protection Function RX Values
ProtFunc_ID Long Integer Func 0 Secondary Key – Protection Function
Pos Long Integer Pos 0 Position
R Double R Ohm 0 Resistance
X Double X Ohm 0 Reactance

Protection Device Category (ProtDevCategory)

Attribute name Data type Short name Unit Std. Description


ProtDevCategory_I Long Integer 0 Primary Key – Protection Category
D
Name Text (50) Name 0 Category Name
Description Text (50) Desc. 0 Description

Protection Settings Category (ProtSetCategory)

Attribute name Data type Short name Unit Std. Description


ProtSetCategory_I Long Integer 0 Primary Key – Protection Category for Settings
D
Name Text (50) Name 0 Name
Description Text (50) Desc. 0 Description
Pos Long Integer Pos 0 Position

Protection Choice Value (ProtChoiceVal)

Attribute name Data type Short name Unit Std. Description


ProtChoiceVal_ID Long Integer 0 Primary Key – Protection Choice Value
ChoiceType Text (50) Type 0 Choice Type
ChoiceVal Long Integer Val 0 Value
Name Text (50) Name 0 Name
Description Text (50) Desc. 0 Description

210 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

Protection Setting Group (ProtSetGrp)

Attribute name Data type Short name Unit Std. Description


ProtSetGrp_ID Long Integer 0 Primary Key – Protection Setting Group
Name Text (50) Name 0 Name
Description Text (50) Desc. 0 Description

Protection Location (ProtLoc)

Attribute name Data type Short name Unit Std. Description


ProtLoc_ID Long Integer 0 Primary Key – Protection Device Location
ProtLoc_MRID Text (50) MRID 0 Master Resource Value for Identification
Name Text (50) Name 0 Name of Protection Device Location
Description Text (50) Desc. 0 Description
Station Text (50) Substation 0 Substation
Bay Text (50) Bay 0 Bay

Extended Data (ProtDevExData)

Attribute name Data type Short name Unit Std. Description


ProtDevExData_ID Long Integer 0 Primary Key – Extended Protection Data
ProtDev_ID Long Integer 0 Secondary Key – Protection Device
BLOB_ID Long Integer 0 Secondary Key – Blob Data
Name Text (50) Name 0 Name
Flag_Shared Integer Shared 0 Shared BLOB Data
0: No
1: Yes

Blob (ProtBlobData)

Attribute name Data type Short name Unit Std. Description


BLOB_ID Long Integer 0 Primary Key – Blob
Flag_Type Integer 0 Type of Blob
0: Undefined
1: Internal data
2: Data file
3: Shared data file
Name Text (50) 0 Description
BLOB_Data 0 Blob Data

User (ProtUser)

Attribute name Data type Short name Unit Std. Description


ProtUser_ID Long Integer 0 Primary Key – Protection User
Name Text (50) Name 0 Name

April 2019 211


PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

Flag_Role Integer Role 1 Role of User


1: Administrator
2: Power user
3: User
4: Guest
PWD Text (50) Password 0 Password
Flag_StatePer Long Integer 0 Permission Mask for Setting States
Description Text (50) Desc. 0 Description

User Lock (ProtUserLock)

Attribute name Data type Short name Unit Std. Description


ProtUserLock_ID Long Integer 0 Primary Key – Protection User Lock
RowType Integer 0 Row Type
Row_ID Long Integer 0 Secondary Key – Data
ProtUser_ID Long Integer 0 Secondary Key – Protection User
ModifyStamp Long Integer 0 Modification Stamp

2.4 Results
PSS SINCAL stores the results of its different calculation methods in the following tables:

Results are provided for the following methods and network planning tools:

● Tools
● Load Flow
● Harmonics and Ripple Control
● Multiple Faults
● Protection
● Short Circuit
● Optimizations
● Reliability
● Economic Efficiency

2.4.1 Tools

PSS SINCAL stores the results of network planning tools in the following tables:

Table name ID Description


FeederResult 198 Feeder results
FeederElemResult 199 Feeder element results

212 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

Feeder Results (FeederResult)

Attribute name Data type Short name Unit Std. Description


Result_ID Long Integer 0 Primary Key – Result
Variant_ID Long Integer 1 Secondary Key – Variant
Feeder_ID Long Integer 0 Secondary Key – Feeder
EcoStation_ID Long Integer 0 Secondary Key – Substation
Node_ID Long Integer 0 Secondary Key – Node
StationName Text (50) Substation 0 Primary Substation
FeederName Text (50) Feeder 0 Feeder
lsum Double lsum km 0 Length of all Lines in Feeder
lmax Double lmax km 0 Longest Distance in Feeder
Irmin Double Inmin kA 0 Min. Rated Current in Feeder
Irmax Double Inmax kA 0 Max. Rated Current in Feeder
qmin Double qmin mm² 0 Min. Cross Section in Feeder
qmax Double qmax mm² 0 Max. Cross Section in Feeder

Feeder Element Results (FeederElemResult)

Attribute name Data type Short name Unit Std. Description


Result_ID Long Integer 0 Primary Key – Result
Variant_ID Long Integer 1 Secondary Key – Variant
Feeder_ID Long Integer 0 Secondary Key – Feeder
Element_ID Long Integer Element 0 Secondary Key – Element
StationName Text (50) Substation 0 Primary Substation
FeederName Text (50) Feeder 0 Feeder

2.4.2 Load Flow

PSS SINCAL stores the results of the load flow calculations in the following tables:

Table name ID Description


LFAccurResult 62 Load flow accuracy results
LFParNetLossesResult 58 Load flow subnetwork losses results
LFPowBalanceResult 56 Load flow power data results
LFPowDataResult 59 Load flow power balance results
LFTranTapPosResult 60 Load flow tap position results
LFGroupResult 161 Load flow area results
LFGroupTransferResult 162 Load flow area transfer results
LFNodeResult 61 Load flow node results
ULFNodeResult 131 Unbalanced load flow node results
LFBranchResult 57 Load flow branch results
ULFBranchResult 132 Unbalanced load flow branch results
LoadTrimRes 171 Load assignment results
TapZoneResult 38 Tap zone results
LFAllocResult 183 Load flow allocation results
ResupplyResult 181 Resupply results

April 2019 213


PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

ResupplyGrpResult 214 Resupply group results


MalfuncNetResult 164 Contingency analysis results
MalfuncNodeResult 166 Contingency analysis node results
MalfuncBranchResult 165 Contingency analysis branch results
LFTransCapRes 230 Transfer capacity results

Load Flow Accuracy Results (LFAccurResult)

Attribute name Data type Short name Unit Std. Description


Result_ID Long Integer 0 Primary Key – Result
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Result Integer Type 0 Result Type
0: Load Flow
1: Load Profile
2: Load Development
3: Motor Start-Up
4: Motor Start-Up (Simple)
5: Load Flow (NETOMAC)
6: Malfunction
7: Load Balancing
8: Resupply
9: Optimal Branching
10: Load Flow Optimization
11: Compensation Power
12: Load Assignment
13: Load Allocation
14: Tap Zone
15: Capacitor Placement
16: PV Curve
17: Smart Load Flow
18: Smart Load Profile
19: Operating Series
20: Load Profile Min/Max
21: Smart Load Profile Min/Max
IT Double IT 1 0 Iteration Number
PNB Double PNB MVA 0 Required Power Node Balance
PNBre Double PNBre MVA 0 Accuracy – Power Node Balance
VLB Double VLB % 0 Required Voltage Mesh Balance
VLBre Double VLBre % 0 Accuracy – Voltage Mesh Balance
VDN Double VDN % 0 Required Voltage Displacement at Node
VDNre Double VDNre % 0 Accuracy – Voltage Displacement at Node
LimitUmax Long Integer Vmax 1 0 Number of Maximum Voltage Limits Reached
LimitUmin Long Integer Vmin 1 0 Number of Minimum Voltage Limits Reached
Total_VpiU Double VpiTU 1 0 Total Violation Performance Indices for Voltage
LimitUtilElm Long Integer I/In elm 1 0 Number of Element Utilization Limits Reached
LimitUtilLine Long Integer I/In line 1 0 Number of Line Utilization Limits Reached
Total_VpiI Double VpiTI 1 0 Total Violation Performance Indices for Current
AmountTripping Long Integer TripDev 1 0 Number of Tripping Protection Devices
ResDate T 0 Date
ResTime Double t h 0 Time
Flag_State Integer State 1 State
1: Ok
2: Limit reached

214 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

Load Flow Subnetwork Losses Results (LFParNetLossesResult)

Attribute name Data type Short name Unit Std. Description


Results
Result_ID Long Integer 0 Primary Key – Result
Variant_ID Long Integer 1 Secondary Key – Variant
Voltlevel_ID Long Integer Level 0 Secondary Key – Network Level
Un Double Vr kV 0 Subnetwork Voltage
Flag_Result Integer Type 0 Result Type
0: Load Flow
1: Load Profile
2: Load Development
3: Motor Start-Up
4: Motor Start-Up (Simple)
5: Load Flow (NETOMAC)
6: Malfunction
7: Load Balancing
8: Resupply
9: Optimal Branching
10: Load Flow Optimization
11: Compensation Power
12: Load Assignment
13: Load Allocation
14: Tap Zone
15: Capacitor Placement
16: PV Curve
17: Smart Load Flow
18: Smart Load Profile
19: Operating Series
20: Load Profile Min/Max
21: Smart Load Profile Min/Max
22: Scenarios
Flag_Phase Integer Phase 1 Phase
1: L1
2: L2
3: L3
4: L12
5: L23
6: L31
7: L123
8: N
ResDate TimeStamp T 0 Date
ResTime Double t h 0 Time
Pcdl Double Pi MW 0 Active Part – Current-Dependent Losses
Qcdl Double Qi Mvar 0 Reactive Part – Current-Dependent Losses
Scdl Double Si MVA 0 Apparent Value – Current-Dependent Losses
Pcp Double Pl MW 0 Active Part – Charging Power
Qcp Double Ql Mvar 0 Reactive Part – Charging Power
Scp Double Sl MVA 0 Apparent Value – Charging Power
Pcl Double Pq MW 0 Active Part – Cross Losses
Qcl Double Qq Mvar 0 Reactive Part – Cross Losses
Scl Double Sq MVA 0 Apparent Value – Cross Losses
Psum Double Ptot MW 0 Sum of all Active Losses
Qsum Double Qtot Mvar 0 Sum of all Reactive Losses
Ssum Double Total MVA 0 Sum of all Apparent Losses
Flag_State Integer State 1 State
1: Ok
2: Limit reached
Costs and Violations
Egen Double Egen MWh 0 Energy – Supply Sources

April 2019 215


PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

Cgen Double Cgen 0 Costs – Supply Sources


Eload Double Eload MWh 0 Energy – Load
Cload Double Cload 0 Costs – Load
Eloss Double El MWh 0 Loss Energy
Closs Double Cl 0 Loss Costs
LimitUmax Long Integer Vmax 1 0 Number of Maximum Voltage Limits Reached
LimitUmin Long Integer Vmin 1 0 Number of Minimum Voltage Limits Reached
LimitUtilElm Long Integer I/In elm 1 0 Number of Element Utilization Limits Reached
LimitUtilLine Long Integer I/In line 1 0 Number of Line Utilization Limits Reached
ResTime Double t h 0 Time

Load Flow Power Data Results (LFPowBalanceResult)

Attribute name Data type Short name Unit Std. Description


Result_ID Long Integer 0 Primary Key – Result
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Result Integer Type 0 Result Type
0: Load Flow
1: Load Profile
2: Load Development
3: Motor Start-Up
4: Motor Start-Up (Simple)
5: Load Flow (NETOMAC)
6: Malfunction
7: Load Balancing
8: Resupply
9: Optimal Branching
10: Load Flow Optimization
11: Compensation Power
12: Load Assignment
13: Load Allocation
14: Tap Zone
15: Capacitor Placement
16: PV Curve
17: Smart Load Flow
18: Smart Load Profile
19: Operating Series
20: Load Profile Min/Max
21: Smart Load Profile Min/Max
f Double f Hz 0 Network Frequency
Flag_Phase Integer Phase 1 Phase
1: L1
2: L2
3: L3
4: L12
5: L23
6: L31
7: L123
8: N
Pin Double Pinp MW 0 Active Power – Supply Sources
Pout Double Pout MW 0 Active Power – Consumptions
Psum Double Ptot MW 0 Active Power – Balance
Qin Double Qinp Mvar 0 Reactive Power – Supply Sources
Qout Double Qout Mvar 0 Reactive Power – Consumption
Qcharge Double Qchg Mvar 0 Reactive Charging Power
Qsum Double Qtot Mvar 0 Reactive Power – Balance
ResDate T 0 Date
ResTime Double t h 0 Time

216 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

Flag_State Integer State 1 State


1: Ok
2: Limit reached

Load Flow Power Balance Results (LFPowDataResult)

Attribute name Data type Short name Unit Std. Description


Results
Result_ID Long Integer 0 Primary Key – Result
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Result Integer Type 0 Result Type
0: Load Flow
1: Load Profile
2: Load Development
3: Motor Start-Up
4: Motor Start-Up (Simple)
5: Load Flow (NETOMAC)
6: Malfunction
7: Load Balancing
8: Resupply
9: Optimal Branching
10: Load Flow Optimization
11: Compensation Power
12: Load Assignment
13: Load Allocation
14: Tap Zone
15: Capacitor Placement
16: PV Curve
17: Smart Load Flow
18: Smart Load Profile
19: Operating Series
20: Load Profile Min/Max
21: Smart Load Profile Min/Max
22: Scenarios
Flag_Phase Integer Phase 1 Phase
1: L1
2: L2
3: L3
4: L12
5: L23
6: L31
7: L123
8: N
ResDate TimeStamp T 0 Date
ResTime Double t h 0 Time
Pgen Double Pgen MW 0 Active Power – Supply Sources
Pload Double Pload MW 0 Active Power – Load
Pslack Double Pslack MW 0 Active Power – Slack
Qgen Double Qgen Mvar 0 Reactive Power – Supply Sources
Qload Double Qload Mvar 0 Reactive Power – Load
Qslack Double Qslack Mvar 0 Reactive Power – Slack
Plline Double Plline MW 0 Current-Dependent Losses from Lines
Pltrans Double Pltrans MW 0 Current-Dependent Losses from Transformers
Plsr Double Plre MW 0 Current-Dependent Losses from Reactors
Plsc Double Plcap MW 0 Current-Dependent Losses from Capacitors
Plco Double Plcom MW 0 Current-Dependent Losses from Compensators
Pl Double Pl MW 0 Leakage Losses
Plfe Double Plfe MW 0 Iron Losses
Psum Double Ptot MW 0 Sum of all Active Powers

April 2019 217


PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

Qdline Double Qline Mvar 0 Reactive Power – Line Demand


Qdtrans Double Qitrans Mvar 0 Reactive Power – Transformer Demand
Qdsr Double Qre Mvar 0 Reactive Power – Reactor Demand
Qdsc Double Qcap Mvar 0 Reactive Power – Capacitors Demand
Qdco Double Qcom Mvar 0 Reactive Power – Compensator Demand
Qcharge Double Qchg Mvar 0 Charging Power
Qfe Double Qfe Mvar 0 Magnetizing Power
Qsum Double Qtot Mvar 0 Sum of all Reactive Powers
Flag_State Integer State 1 State
1: Ok
2: Limit reached
Costs and Violations
Egen Double Egen MWh 0 Energy – Supply Sources
Cgen Double Cgen 0 Costs – Supply Sources
Eload Double Eload MWh 0 Energy – Load
Cload Double Cload 0 Costs – Load
Eslack Double Eslack MWh 0 Energy – Slack
Cslack Double Cslack 0 Costs – Slack
Eloss Double El MWh 0 Loss Energy
Closs Double Cl 0 Loss Costs
LimitUmax Long Integer Vmax 1 0 Number of Maximum Voltage Limits Reached
LimitUmin Long Integer Vmin 1 0 Number of Minimum Voltage Limits Reached
LimitUtilElm Long Integer I/In elm 1 0 Number of Element Utilization Limits Reached
LimitUtilLine Long Integer I/In line 1 0 Number of Line Utilization Limits Reached

Load Flow Tap Position Results (LFTranTapPosResult)

Attribute name Data type Short name Unit Std. Description


Result_ID Long Integer 0 Primary Key – Result
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Result Integer Type 0 Result Type
0: Load Flow
1: Load Profile
2: Load Development
3: Motor Start-Up
4: Motor Start-Up (Simple)
5: Load Flow (NETOMAC)
6: Malfunction
7: Load Balancing
8: Resupply
9: Optimal Branching
10: Load Flow Optimization
11: Compensation Power
12: Load Assignment
13: Load Allocation
14: Tap Zone
15: Capacitor Placement
16: PV Curve
17: Smart Load Flow
18: Smart Load Profile
19: Operating Series
20: Load Profile Min/Max
21: Smart Load Profile Min/Max
Element_ID Long Integer Element 0 Secondary Key – Network Element
Terminal_No Integer Side 0 Terminal Number

218 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

Flag_Element Integer Type 1 Element Type


1: Transformer
2: Shunt capacitor
3: Shunt reactor
Flag_Wind Integer Winding 0 Winding
0: All
1: Winding 1
2: Winding 2
3: Winding 3
roh Double ρ 0 Tap Position
rohl Double ρmax 0 Limit of Tap Position
rohs Double ρstep % 0 Tap Step Transformer
Uk1 Double V kV 0 Additional Voltage
uk2 Double v % 0 Additional Voltage
alpha Double α ° 0 Additional Voltage Angle
rohQ Double Sstep MVA 0 Step Apparent Power
surplusQ Double S MVA 0 Additional Apparent Power
totalQ Double Stot MVA 0 Total Power
ResDate T 0 Date
ResTime Double t h 0 Time
Flag_State Integer State 1 State
1: Ok
2: Limit reached

Load Flow Area Results (LFGroupResult)

Attribute name Data type Short name Unit Std. Description


Results
Result_ID Long Integer 0 Primary Key – Result
Variant_ID Long Integer 1 Secondary Key – Variant
Group_ID Long Integer Area 0 Secondary Key – Network Area
Flag_Result Integer Type 0 Result Type
0: Load Flow
1: Load Profile
2: Load Development
3: Motor Start-Up
4: Motor Start-Up (Simple)
5: Load Flow (NETOMAC)
6: Malfunction
7: Load Balancing
8: Resupply
9: Optimal Branching
10: Load Flow Optimization
11: Compensation Power
12: Load Assignment
13: Load Allocation
14: Tap Zone
15: Capacitor Placement
16: PV Curve
17: Smart Load Flow
18: Smart Load Profile
19: Operating Series
20: Load Profile Min/Max
21: Smart Load Profile Min/Max
22: Scenarios

April 2019 219


PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

Flag_Phase Integer Phase 1 Phase


1: L1
2: L2
3: L3
4: L12
5: L23
6: L31
7: L123
8: N
ResDate TimeStamp T 0 Date
ResTime Double t h 0 Time
Power Balance of Network Area
P_loss_tr Double Pltrf MW 0 Active Losses of Transformers
P_loss_elm Double Plelm MW 0 Active Losses of other Elements
P_loss_tot Double Pltot MW 0 Active Losses Total
P_input Double Pinp MW 0 Active Power Input of Area
P_output Double Pout MW 0 Active Power Output of Area
P_balance Double Pbal MW 0 Active Power Balance of Area
Q_charge Double Qchg Mvar 0 Charging Power
Q_loss_tr Double Qltrf Mvar 0 Reactive Losses of Transformers
Q_loss_elm Double Qlelm Mvar 0 Reactive Losses of other Elements
Q_loss_tot Double Qltot Mvar 0 Reactive Losses Total
Q_input Double Qinp Mvar 0 Reactive Power Input of Area
Q_output Double Qout Mvar 0 Reactive Power Output of Area
Q_balance Double Qbal Mvar 0 Reactive Power Balance of Area
S_loss_tr Double Sltrf MVA 0 Apparent Losses of Transformers
S_loss_elm Double Slelm MVA 0 Apparent Losses of other Elements
S_loss_tot Double Sltot MVA 0 Apparent Losses Total
S_input Double Sinp MVA 0 Apparent Power Input of Area
S_output Double Sout MVA 0 Apparent Power Output of Area
S_balance Double Sbal MVA 0 Apparent Power Balance of Area
Transfer Power of Network Area
P_in Double Ptinp MW 0 Active Power into Area
P_out Double Ptout MW 0 Active Power Output of Area
Q_in Double Qtinp Mvar 0 Reactive Power into Area
Q_out Double Qtout Mvar 0 Reactive Power out of Area
S_in Double Stinp MVA 0 Apparent Power into Area
S_out Double Stout MVA 0 Apparent Power out of Area
Flag_State Integer State 1 State
1: Ok
2: Limit reached
Costs and Violations
Egen Double Egen MWh 0 Energy – Supply Sources
Cgen Double Cgen 0 Costs – Supply Sources
Eload Double Eload MWh 0 Energy – Load
Cload Double Cload 0 Costs – Load
Eloss Double El MWh 0 Loss Energy
Closs Double Cl 0 Loss Costs
LimitUmax Long Integer Vmax 1 0 Number of Maximum Voltage Limits Reached
LimitUmin Long Integer Vmin 1 0 Number of Minimum Voltage Limits Reached
LimitUtilElm Long Integer I/In elm 1 0 Number of Element Utilization Limits Reached
LimitUtilLine Long Integer I/In line 1 0 Number of Line Utilization Limits Reached

220 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

Load Flow Area Transfer Results (LFGroupTransferResult)

Attribute name Data type Short name Unit Std. Description


Result_ID Long Integer 0 Primary Key – Result
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Result Integer Type 0 Result Type
0: Load Flow
1: Load Profile
2: Load Development
3: Motor Start-Up
4: Motor Start-Up (Simple)
5: Load Flow (NETOMAC)
6: Malfunction
7: Load Balancing
8: Resupply
9: Optimal Branching
10: Load Flow Optimization
11: Compensation Power
12: Load Assignment
13: Load Allocation
14: Tap Zone
15: Capacitor Placement
16: PV Curve
17: Smart Load Flow
18: Smart Load Profile
19: Operating Series
20: Load Profile Min/Max
21: Smart Load Profile Min/Max
Flag_Phase Integer Phase 1 Phase
1: L1
2: L2
3: L3
4: L12
5: L23
6: L31
7: L123
8: N
Group_ID Long Integer Area 0 Secondary Key – Network Area
TransGroup_ID Long Integer Trans Area 0 Secondary Key – Transfer Area
P_from_TransGrp Double Ptinp MW 0 Active Power from Transfer Area
Q_from_TransGrp Double Qtinp Mvar 0 Reactive Power from Transfer Area
S_from_TransGrp Double Stinp MVA 0 Apparent Power from Transfer Area
P_to_TransGrp Double Ptout MW 0 Active Power to Transfer Area
Q_to_TransGrp Double Qtout Mvar 0 Reactive Power to Transfer Area
S_to_TransGrp Double Stout MVA 0 Apparent Power to Transfer Area
ResDate T 0 Date
ResTime Double t h 0 Time
Flag_State Integer State 1 State
1: Ok
2: Limit reached

Load Flow Node Results (LFNodeResult)

Attribute name Data type Short name Unit Std. Description


Result_ID Long Integer 0 Primary Key – Result
Variant_ID Long Integer 1 Secondary Key – Variant

April 2019 221


PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

Flag_Result Integer Type 0 Result Type


0: Load Flow
1: Load Profile
2: Load Development
3: Motor Start-Up
4: Motor Start-Up (Simple)
5: Load Flow (NETOMAC)
6: Malfunction
7: Load Balancing
8: Resupply
9: Optimal Branching
10: Load Flow Optimization
11: Compensation Power
12: Load Assignment
13: Load Allocation
14: Tap Zone
15: Capacitor Placement
16: PV Curve
17: Smart Load Flow
18: Smart Load Profile
19: Operating Series
20: Load Profile Min/Max
21: Smart Load Profile Min/Max
Node_ID Long Integer Node 0 Secondary Key – Node
P Double P MW 0 Active Power
Q Double Q Mvar 0 Reactive Power
S Double S MVA 0 Apparent Power
U Double V kV 0 Node Voltage
U_Un Double V/Vn % 0 Node Voltage/Rated Node Voltage
phi Double φV ° 0 Angle – Slack Voltage
phi_rot Double φVrot ° 0 Angle – Rotated Slack Voltage
U_Uref Double V/Vref % 0 Voltage/Reference Voltage
Uph Double Vp kV 0 Phase Node Voltage
Uph_Unph Double Vp/Vnp % 0 Node Phase Voltage/Rated Node Phase
Voltage
phi_ph Double φVp ° 0 Angle – Slack Phase Voltage
phi_ph_rot Double φVrotp ° 0 Angle – Rotated Slack Phase Voltage
Uph_Urefph Double Vp/Vrefp % 0 Phase Voltage/Reference Voltage
Loading Double fExt 1 0 Factor due to Extended Calculation
ResDate T 0 Date
ResTime Double t h 0 Time
Flag_State Integer State 1 State
1: Ok
2: Limit reached

Unbalanced Load Flow Node Results (ULFNodeResult)

Attribute name Data type Short name Unit Std. Description


Results
Result_ID Long Integer 0 Primary Key – Result
Variant_ID Long Integer 1 Secondary Key – Variant

222 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

Flag_Result Integer Type 0 Result Type


0: Load Flow
1: Load Profile
2: Load Development
3: Motor Start-Up
4: Motor Start-Up (Simple)
5: Load Flow (NETOMAC)
6: Malfunction
7: Load Balancing
8: Resupply
9: Optimal Branching
10: Load Flow Optimization
11: Compensation Power
12: Load Assignment
13: Load Allocation
14: Tap Zone
15: Capacitor Placement
16: PV Curve
17: Smart Load Flow
18: Smart Load Profile
19: Operating Series
20: Load Profile Min/Max
21: Smart Load Profile Min/Max
22: Scenarios
Flag_State Integer State 1 State
1: Ok
2: Limit reached
Node_ID Long Integer Node 0 Secondary Key – Node
ResDate TimeStamp T 0 Date
ResTime Double t h 0 Time
Flag_Phase Integer Phase 1 Phase
1: L1
2: L2
3: L3
4: L12
5: L23
6: L31
7: L123
8: N
Fkt_Sym Double Unbal % 0 Unbalance
P Double P MW 0 Total Active Power
Q Double Q Mvar 0 Total Reactive Power
S Double S MVA 0 Total Apparent Power
P1 Double P1 MW 0 Active Power L1
P2 Double P2 MW 0 Active Power L2
P3 Double P3 MW 0 Active Power L3
Q1 Double Q1 Mvar 0 Reactive Power L1
Q2 Double Q2 Mvar 0 Reactive Power L2
Q3 Double Q3 Mvar 0 Reactive Power L3
S1 Double S1 MVA 0 Apparent Power L1
S2 Double S2 MVA 0 Apparent Power L2
S3 Double S3 MVA 0 Apparent Power L3
U1 Double V1 kV 0 Voltage L1
U2 Double V2 kV 0 Voltage L2
U3 Double V3 kV 0 Voltage L3
U1_Un Double V1/Vn % 0 Voltage L1/Rated Voltage
U2_Un Double V2/Vn % 0 Voltage L2/Rated Voltage
U3_Un Double V3/Vn % 0 Voltage L3/Rated Voltage
phi1 Double φ1 ° 0 Slack Voltage Angle L1
phi2 Double φ2 ° 0 Slack Voltage Angle L2

April 2019 223


PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

phi3 Double φ3 ° 0 Slack Voltage Angle L3


U1_Uref Double V1/Vref % 0 Voltage L1/Reference Voltage
U2_Uref Double V2/Vref % 0 Voltage L2/Reference Voltage
U3_Uref Double V3/Vref % 0 Voltage L3/Reference Voltage
U12 Double V12 kV 0 Voltage L1-L2
U23 Double V23 kV 0 Voltage L2-L3
U31 Double V31 kV 0 Voltage L3-L1
U12_Un Double V12/Vn % 0 Voltage L1-L2/Rated Voltage
U23_Un Double V23/Vn % 0 Voltage L2-L3/Rated Voltage
U31_Un Double V31/Vn % 0 Voltage L1-L1/Rated Voltage
phi12 Double φ12 ° 0 Slack Voltage Angle L1-L2
phi23 Double φ23 ° 0 Slack Voltage Angle L2-L3
phi31 Double φ31 ° 0 Slack Voltage Angle L3-L1
U12_Uref Double V12/Vref % 0 Voltage L12/Reference Voltage
U23_Uref Double V23/Vref % 0 Voltage L23/Reference Voltage
U31_Uref Double V31/Vref % 0 Voltage L31/Reference Voltage
Ue Double Vg kV 0 Voltage Ground
Ue_Un Double Vg/Vn % 0 Voltage Ground/Rated Voltage
phie Double φg ° 0 Slack Voltage Angle Ground
Ue_Uref Double Vg/Vref % 0 Ground Voltage/Reference Voltage
Max. Results
Umin Double Vmin kV 0 Minimum Voltage
Umin_Un Double Vmin/Vn % 0 Minimum Voltage/Rated Voltage
Umax Double Vmax kV 0 Maximum Voltage
Umax_Un Double Vmax/Vn % 0 Maximum Voltage/Rated Voltage
Umin_LL Double VLLmin kV 0 Minimum Voltage Line-Line Absolute
Umin_Un_LL Double VLLmin/Vn % 0 Minimum Voltage Line-Line Relative
Umax_LL Double VLLmax kV 0 Maximum Voltage Line-Line Absolute
Umax_Un_LL Double VLLmax/Vn % 0 Maximum Voltage Line-Line Relative

Load Flow Branch Results (LFBranchResult)

Attribute name Data type Short name Unit Std. Description


Result_ID Long Integer 0 Primary Key – Result
Variant_ID Long Integer 1 Secondary Key – Variant

224 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

Flag_Result Integer Type 0 Result Type


0: Load Flow
1: Load Profile
2: Load Development
3: Motor Start-Up
4: Motor Start-Up (Simple)
5: Load Flow (NETOMAC)
6: Malfunction
7: Load Balancing
8: Resupply
9: Optimal Branching
10: Load Flow Optimization
11: Compensation Power
12: Load Assignment
13: Load Allocation
14: Tap Zone
15: Capacitor Placement
16: PV Curve
17: Smart Load Flow
18: Smart Load Profile
19: Operating Series
20: Load Profile Min/Max
21: Smart Load Profile Min/Max
Flag_State Integer State 1 State
1: Ok
2: Limit reached
Terminal1_ID Long Integer Node 1 0 Secondary Key – Terminal
Terminal2_ID Long Integer Nb. Node 0 Secondary Key – Neighbor Terminal
P Double P MW 0 Active Power
Q Double Q Mvar 0 Reactive Power
S Double S MVA 0 Apparent Power
cos_phi Double cosφ 1 0 Power Factor
Pl Double Pl MW 0 Active Power – Losses
Ql Double Ql Mvar 0 Reactive Power – Losses
Sl Double Sl MVA 0 Apparent Power Losses
I Double I kA 0 Current
phiI Double φI ° 0 Angle of Current
dU Double dV kV 0 Series Voltage Drop
deltaphi Double dφ ° 0 Phase Rotation
Inb Double I/Ib % 0 Base Rating
Inb1 Double I/Ib1 % 0 First Additional Rating
Inb2 Double I/Ib2 % 0 Second Additional Rating
Inb3 Double I/Ib3 % 0 Third Additional Rating
Inp Double Ibp kA 0 Basic Current – Side 1 (primary)
I_Inp Double I/Ibp % 0 Current/Basic Current – Side 1(primary)
Ins Double Ibs kA 0 Basic Current – Side 2 (secondary)
I_Ins Double I/Ibs % 0 Current/Basic Current – Side 2 (secondary)
Sn Double Sb MVA 0 Basic Apparent Power
S_Sn Double S/Sb % 0 Apparent Power/Basic Apparent Power
ResDate T 0 Date
ResTime Double t h 0 Time

Unbalanced Load Flow Branch Results (ULFBranchResult)

Attribute name Data type Short name Unit Std. Description


Result_ID Long Integer 0 Primary Key – Result

April 2019 225


PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

Variant_ID Long Integer 1 Secondary Key – Variant


Flag_Result Integer Type 0 Result Type
0: Load Flow
1: Load Profile
2: Load Development
3: Motor Start-Up
4: Motor Start-Up (Simple)
5: Load Flow (NETOMAC)
6: Malfunction
7: Load Balancing
8: Resupply
9: Optimal Branching
10: Load Flow Optimization
11: Compensation Power
12: Load Assignment
13: Load Allocation
14: Tap Zone
15: Capacitor Placement
16: PV Curve
17: Smart Load Flow
18: Smart Load Profile
19: Operating Series
20: Load Profile Min/Max
21: Smart Load Profile Min/Max
22: Scenarios
Flag_State Integer State 1 State
1: Ok
2: Limit reached
Terminal1_ID Long Integer Node 1 0 Secondary Key – Terminal
Terminal2_ID Long Integer Nb. Node 0 Secondary Key – Neighbor Terminal
ResDate T 0 Date
ResTime Double t h 0 Time
Flag_Phase Integer Phase 1 Phase
1: L1
2: L2
3: L3
4: L12
5: L23
6: L31
7: L123
8: N
Fkt_Sym Double Unbal % 0 Unbalance
P Double P MW 0 Total Active Power
Q Double Q Mvar 0 Total Reactive Power
S Double S MVA 0 Total Apparent Power
Pl Double Pl MW 0 Total Active Power Losses
Ql Double Ql Mvar 0 Total Reactive Power Losses
Sl Double Sl MVA 0 Total Apparent Power Losses
Imin Double Imin kA 0 Minimum Current
Imin_In Double Imin/Ib % 0 Minimum Current/Basic Current
Imax Double Imax kA 0 Maximum Current
Imax_In Double Imax/Ib % 0 Maximum Current/Basic Current
Imax_In1 Double Imax/Ib1 % 0 First Additional Rating
Imax_In2 Double Imax/Ib2 % 0 Second Additional Rating
Imax_In3 Double Imax/Ib3 % 0 Third Additional Rating
Ie Double Ig kA 0 Current Ground
phiIe Double φIe ° 0 Angle of Ground Current
P1 Double P1 MW 0 Active Power L1
P2 Double P2 MW 0 Active Power L2
P3 Double P3 MW 0 Active Power L3

226 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

Q1 Double Q1 Mvar 0 Reactive Power L1


Q2 Double Q2 Mvar 0 Reactive Power L2
Q3 Double Q3 Mvar 0 Reactive Power L3
S1 Double S1 MVA 0 Apparent Power L1
S2 Double S2 MVA 0 Apparent Power L2
S3 Double S3 MVA 0 Apparent Power L3
I1 Double I1 kA 0 Current L1
I2 Double I2 kA 0 Current L2
I3 Double I3 kA 0 Current L3
phiI1 Double φI1 ° 0 Angle of Current L1
phiI2 Double φI2 ° 0 Angle of Current L2
phiI3 Double φI3 ° 0 Angle of Current L3
I1_In Double I1/Ib % 0 Current L1/Basic Current
I2_In Double I2/Ib % 0 Current L2/Basic Current
I3_In Double I3/Ib % 0 Current L3/Basic Current
cos_phi1 Double cosφ1 1 0 Power Factor L1
cos_phi2 Double cosφ2 1 0 Power Factor L2
cos_phi3 Double cosφ3 1 0 Power Factor L3
cos_phie Double cosφg 1 0 Power Factor Ground

Load Assignment Results (LoadTrimRes)

Attribute name Data type Short name Unit Std. Description


Result_ID Long Integer 0 Primary Key – Result
Variant_ID Long Integer 1 Secondary Key – Variant
Terminal_ID Long Integer Terminal 0 Secondary Key – Terminal
Flag_Phase Integer Phase 7 Phase
0: None
1: L1
2: L2
3: L3
4: L12
5: L23
6: L31
7: L123
Ptrim Double Ptrim MW 0 Active Trimmed Power
Qtrim Double Qtrim Mvar 0 Reactive Trimmed Power
Pstart Double Pstart MW 0 Active Start Power
Qstart Double Qstart Mvar 0 Reactive Start Power
fP Double fP 1 0 Factor Active Power
fQ Double fQ 1 0 Factor Reactive Power

Tap Zone Results (TapZoneResult)

Attribute name Data type Short name Unit Std. Description


Result_ID Long Integer 0 Primary Key – Result
Variant_ID Long Integer 1 Secondary Key – Variant
Node_ID Long Integer 0 Secondary Key – Node
Pos Long Integer Pos 0 Tap Position
uadd Double vadd % 0 Additional Voltage

April 2019 227


PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

Load Flow Allocation Results (LFAllocResult)

Attribute name Data type Short name Unit Std. Description


Result_ID Long Integer 0 Primary Key – Result
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Result Integer Type 1 Result Type
1: Connected at node
2: Connected on line
ConNode_ID Long Integer Con. Node 0 Secondary Key – Connecting Node
ConElement_ID Long Integer Con. Element 0 Secondary Key – Connecting Element (Existing
Line)
ConDist Double Dist. km 0 Distance from Connecting Node of Connection
Element
LineTyp Text (40) Line Type Supply Line Type Name
l Double len km 0 Length of Supply Line
r Double r Ohm/km 0,1 Resistance of Supply Line
x Double x Ohm/km 0,4 Reactance of Supply Line
c Double c nF/km 0 Capacitance of Supply Line
q Double q mm² 0 Cross Section of Supply Line
Un Double Vn kV 1 Rated Voltage of Supply Line
Ith Double Ith kA 0 Thermal Limit Current of Supply Line
I_Ith Double I/Ith % 0 Loading of Supply Line
UminCon Double Vmincon % 0 Minimum Voltage at Connection Point
UminLoad Double Vminload % 0 Minimum Voltage at Load
dPloss Double dPl kW 0 Difference Active Losses
dQloss Double dQl kvar 0 Difference Reactive Losses (Power Demand)

Resupply Results (ResupplyResult)

Attribute name Data type Short name Unit Std. Description


Result_ID Long Integer 0 Primary Key – Result
Variant_ID Long Integer 1 Secondary Key – Variant
Terminal_ID Long Integer 0 Secondary Key – Terminal
ResultGrp_ID Long Integer Group 0 Secondary Key – Resupply Group Results
Flag_Result Integer Type 1 Result Type
1: Malfunction
2: Switching
3: Load reduction
4: Additional malfunction
5: Load shedding
6: Not fed
Flag_State Integer Switching 1 Switching
0: Close
1: Open
AmountSupply Double fsup % 0 Amount Supplied

228 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

Resupply Group Results (ResupplyGrpResult)

Attribute name Data type Short name Unit Std. Description


Result_ID Long Integer 0 Primary Key – Result
MalfResult_ID Long Integer 0 Secondary Key – Malfunction
Variant_ID Long Integer 1 Secondary Key – Variant
Name Text (20) Name 0 Name of Resupply Group Results
CntMalf Long Integer Cnt Malf 0 Number of Malfunctioning Elements
CntSwi Long Integer Cnt Swi 0 Number of Switching Operations
CntRed Long Integer Cnt Red 0 Number of Reduced Loads
CntShd Long Integer Cnt Shd 0 Number of Shed Loads
CntNotFed Long Integer Cnt NotFed 0 Number of not Fed Consumers
NotProvidedPower Double Cnt NoPower 0 Amount of not Provided Power
Weight Double Weighting 0 Weighting

Contingency Analysis Results (MalfuncNetResult)

Attribute name Data type Short name Unit Std. Description


Result_ID Long Integer 0 Primary Key – Result
Variant_ID Long Integer 1 Secondary Key – Variant
Name Text (50) Name 0 Malfunction Name
Malfunc_Key Long Integer Key 0 Malfunction Key
BaseMalfunc_Key Long Integer Base Key 0 Base Malfunction Key
PreOrder Long Integer Pos 0 Preanalysis Order
PreVDrop Double Vw 0 Preanalysis Voltage Weighting
Limit_All Long Integer No. All 0 Number of Limits Reached
Limit_U_Un Long Integer No. V/Vn 0 Number of Voltage Limits Reached
Limit_I_In Long Integer No. I/Ib 0 Number of Loading Limits Reached
AmountTripping Long Integer TripDev 0 Number of Tripping Protection Devices
Limit_Net_max Double fExt 0 Maximum Factor due to Extended Calculation
AmountNotSupplied Long Integer Not Sup 0 Number of Not Supplied Loads
Flag_Resup Integer Resupply 0 Resupply Calculated
0: No
1: Yes
AmountNotReSuppl Integer Not Resup 0 Number of Not Resupplied Loads
ied
LF_State Integer LF 1 Load Flow of Remaining Network Solved
0: No
1: Yes
Total_VpiU Double VpiTV 0 Total Violation Performance Indices for Voltage
Total_VpiI Double VpiTI 0 Total Violation Performance Indices for Current
P Double dP MW 0 Not Delivered Active Power
Q Double dQ Mvar 0 Not Delivered Reactive Power
U_Un_min Double V/Vn min % 0 Minimum Voltage
U_Un_max Double V/Vn max % 0 Maximum Voltage
I_In_max Double I/Ib max % 0 Maximum Loading

April 2019 229


PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

Contingency Analysis Node Results (MalfuncNodeResult)

Attribute name Data type Short name Unit Std. Description


Result_ID Long Integer 0 Primary Key – Result
Variant_ID Long Integer 1 Secondary Key – Variant
Malfunc_Key Long Integer Key 0 Malfunction Key
BaseMalfunc_Key Long Integer Base Key 0 Base Malfunction Key
Node_ID Long Integer 0 Secondary Key – Node
Malfunc_State Integer State 1 State
1: Limit reached
2: Not fed
3: Malfunction
4: Reconnect
5: Maximum
6: Disconnect
U_Un Double V/Vn % 100 Node Voltage/Rated Node Voltage
VpiU Double VpiV 1 0 Violation Performance Indices for Voltage

Contingency Analysis Branch Results (MalfuncBranchResult)

Attribute name Data type Short name Unit Std. Description


Result_ID Long Integer 0 Primary Key – Result
Variant_ID Long Integer 1 Secondary Key – Variant
Malfunc_Key Long Integer Key 0 Malfunction Key
BaseMalfunc_Key Long Integer Base Key 0 Base Malfunction Key
Terminal1_ID Long Integer Start 0 Secondary Key – Starting Terminal
Terminal2_ID Long Integer End 0 Secondary Key – End Terminal
Malfunc_State Integer State 1 State
1: Limit reached
2: Not fed
3: Malfunction
4: Reconnect
5: Maximum
6: Disconnect
I_In Double I/Ib % 0 Load
VpiI Double VpiI 1 0 Violation Performance Indices for Current

Transfer Capacity Results (LFTransCapRes)

Attribute name Data type Short name Unit Std. Description


Result_ID Long Integer 0 Primary Key – Result
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_State Integer State 1 State
1: Ok
2: Limit reached

230 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

Flag_Result Integer Result 0 Result Type


0: Load Flow
1: Load Profile
2: Load Development
3: Motor Start-Up
4: Motor Start-Up (Simple)
5: Load Flow (NETOMAC)
6: Malfunction
7: Load Balancing
8: Resupply
9: Optimal Branching
10: Load Flow Optimization
11: Compensation Power
12: Load Assignment
13: Load Allocation
14: Tap Zone
15: Capacitor Placement
16: PV Curve
17: Smart Load Flow
18: Smart Load Profile
19: Operating Series
20: Load Profile Min/Max
21: Smart Load Profile Min/Max
Flag_Phase Integer 7 Phase
1: L1
2: L2
3: L3
4: L12
5: L23
6: L31
7: L123
8: N
Group_ID Long Integer 0 Secondary Key – Network Area
TransGroup_ID Long Integer 0 Secondary Key – Transfer Area
Flag_TransCap Integer 0 Kind of Transfer Capacity
0: No
1: Import
2: Export
3: Import/Export
ResDate T Date 0 Date
ResTime Double t h 0 Time
BCE Double BCE MW 0 Base Case Exchange
TRM Double TRM MW 0 Transmission Reliability Margin
NTF Double NTF MW 0 Notified Transfer Flow
Exp_TTC Double TTC+ MW 0 Total Transfer Capacity – Export
Imp_TTC Double TTC- MW 0 Total Transfer Capacity – Import
Exp_NTC Double NTC+ MW 0 Network Transfer Capacity – Export
Imp_NTC Double NTC- MW 0 Network Transfer Capacity – Import
Exp_dEmax Double ΔEmax+ MW 0 Maximum Generation Shift – Export
Imp_dEmax Double ΔEmax- MW 0 Maximum Generation Shift – Import
Exp_AAC Double AAC+ MW 0 Already Allocated Capacity – Export
Imp_AAC Double AAC- MW 0 Already Allocated Capacity – Import
Exp_ATC Double ATC+ MW 0 Avialable Transmission Capacity – Export
Imp_ATC Double ATC- MW 0 Avialable Transmission Capacity – Import
Exp_dFmax Double ΔFmax+ MW 0 Physical Flow Change – Export
Imp_dFmax Double ΔFmax- MW 0 Physical Flow Change – Import
Exp_TTF Double TTF+ MW 0 Total Transfer Flow – Export
Imp_TTF Double TTF- MW 0 Total Transfer Flow – Import

April 2019 231


PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

2.4.3 Harmonics and Ripple Control

PSS SINCAL stores the results of harmonics and ripple control calculations in the following tables:

Table name ID Description


HarBranchResult 76 Harmonics branch results
HarNodeResult 75 Harmonics node results
HarFilterResult 238 Harmonics filter results
RCBranchResult 78 Ripple control branch results
RCNodeResult 77 Ripple control node results
RCTransmitterResult 79 Ripple control transmitter results

Harmonics Branch Results (HarBranchResult)

Attribute name Data type Short name Unit Std. Description


Result_ID Long Integer 0 Primary Key – Result
Variant_ID Long Integer 1 Secondary Key – Variant
Terminal1_ID Long Integer Node 1 0 Secondary Key – Terminal
Terminal2_ID Long Integer Ngb. Node 0 Secondary Key – Neighbor Terminal
Flag_Phase Integer Phase 7 Phase
1: L1
2: L2
3: L3
4: L12
5: L23
6: L31
7: L123
8: N
Flag_ResultType Integer 0 Result Type
1: Harmonic
2: Filter design
Flag_Typ Integer Result Value 1 Result Values
1: Fractional values
2: Total values
Un Double Vn kV 0 Rated Voltage
n Double ν 1 0 Harmonic Number
f Double f Hz 0 Frequency
Iny Double Iν A 0 Harmonic Current
Inyr Double Iνref A 0 Weighted Harmonic Current
phiny Double φIν ° 0 Phase Angle Harmonic Current
Iload Double Il A 0 Current Load
Iny_Iload Double Iν/Il % 0 Harmonic Current/Load Current
Iny1 Double I1 A 0 Harmonic Current L1
Inyr1 Double Iref1 A 0 Weighted Harmonic Current L1
phiny1 Double φ1 ° 0 Angle Harmonic Current L1
Iload1 Double Il1 A 0 Load Current L1
Iny_Iload1 Double I1/Il1 % 0 Harmonic Current L1/Load Current L1
Iny2 Double I2 A 0 Harmonic Current L2
Inyr2 Double Iref2 A 0 Weighted Harmonic Current L2
phiny2 Double φ2 ° 0 Angle Harmonic Current L2
Iload2 Double Il2 A 0 Load Current L2
Iny_Iload2 Double I2/Il2 % 0 Harmonic Current L2/Load Current L2
Iny3 Double I3 A 0 Harmonic Current L3

232 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

Inyr3 Double Iref3 A 0 Weighted Harmonic Current L3


phiny3 Double φ3 ° 0 Angle Harmonic Current L3
Iload3 Double Il3 A 0 Load Current L3
Iny_Iload3 Double I3/Il3 % 0 Harmonic Current L3/Load Current L3
InyE Double Ig A 0 Harmonic Current Ground
InyrE Double Irefg A 0 Weighted Harmonic Current Ground
phinyE Double φg ° 0 Angle Harmonic Current Ground
IloadE Double Ilg A 0 Load Current Ground
Iny_IloadE Double Ig/Ilg % 0 Harmonic Current Ground/Load Current
Ground
Fkt_Unbal Double Unbal % 0 Unbalance
Flag_State Integer State 1 State of Element
1: Ok
2: Limit Violation
3: Currently Limit Violation
4: Unknown Limit

Harmonics Node Results (HarNodeResult)

Attribute name Data type Short name Unit Std. Description


Result_ID Long Integer 0 Primary Key – Result
Variant_ID Long Integer 1 Secondary Key – Variant
Node_ID Long Integer Fault Node 0 Secondary Key – Node
Flag_Phase Integer Phase 7 Phase
1: L1
2: L2
3: L3
4: L12
5: L23
6: L31
7: L123
8: N
Flag_ResultType Integer 0 Result Type
1: Harmonic
2: Filter design
Flag_Typ Integer Result Value 1 Result Values
1: Fractional values
2: Total values
Un Double Vn kV 0 Rated Voltage
n Double ν 1 0 Harmonic Number
f Double f Hz 0 Frequency
Uny1 Double Vν kV 0 Harmonic Voltage
uny2 Double vν % 0 Relative Harmonic Voltage (Rated Voltage)
phiny Double φvν ° 0 Phase Angle Harmonic Voltage
uload Double vl % 0 Voltage Load
phiuload Double φl ° 0 Phase Angle Load
Unya1 Double Va kV 0 Arithmetic Harmonic Voltage
unya2 Double va % 0 Arithmetic Harmonic Voltage/Percent
Uny_abs1 Double V1 kV 0 Absolute Harmonic Voltage L1-Ground
uny_rel1 Double V1/Vr % 0 Relative Harmonic Voltage L1-Ground
Uny_phi1 Double φV1 ° 0 Angle Harmonic Voltage L1-Ground
Unyari_abs1 Double Va1 kV 0 Absolute Arithmetic Harmonic Voltage L1-
Ground
unyari_rel1 Double Va1/Vr % 0 Relative Arithmetic Harmonic Voltage L1-
Ground

April 2019 233


PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

Uny_abs2 Double V2 kV 0 Absolute Harmonic Voltage L2-Ground


uny_rel2 Double V2/Vr % 0 Relative Harmonic Voltage L2-Ground
Uny_phi2 Double φV2 ° 0 Angle Harmonic Voltage L2-Ground
Unyari_abs2 Double Va2 kV 0 Absolute Arithmetic Harmonic Voltage L2-
Ground
unyari_rel2 Double Va2/Vr % 0 Relative Arithmetic Harmonic Voltage L2-
Ground
Uny_abs3 Double V3 kV 0 Absolute Harmonic Voltage L3-Ground
uny_rel3 Double V3/Vr % 0 Relative Harmonic Voltage L3-Ground
Uny_phi3 Double φV3 ° 0 Angle Harmonic Voltage L3-Ground
Unyari_abs3 Double Va3 kV 0 Absolute Arithmetic Harmonic Voltage L3-
Ground
unyari_rel3 Double Va3/Vr % 0 Relative Arithmetic Harmonic Voltage L3-
Ground
Uny_abs12 Double V12 kV 0 Absolute Harmonic Voltage L1-L2
uny_rel12 Double V12/Vr % 0 Relative Harmonic Voltage L1-L2
Uny_phi12 Double φV12 ° 0 Angle Harmonic Voltage L1-L2
Unyari_abs12 Double Va12 kV 0 Absolute Arithmetic Harmonic Voltage L1-L2
unyari_rel12 Double Va12/Vr % 0 Relative Arithmetic Harmonic Voltage L1-L2
Uny_abs23 Double V23 kV 0 Absolute Harmonic Voltage L2-L3
uny_rel23 Double V23/Vr % 0 Relative Harmonic Voltage L2-L3
Uny_phi23 Double φV23 ° 0 Angle Harmonic Voltage L2-L3
Unyari_abs23 Double Va23 kV 0 Absolute Arithmetic Harmonic Voltage L2-L3
unyari_rel23 Double Va23/Vr % 0 Relative Arithmetic Harmonic Voltage L2-L3
Uny_abs31 Double V31 kV 0 Absolute Harmonic Voltage L3-L1
uny_rel31 Double V31/Vr % 0 Relative Harmonic Voltage L3-L1
Uny_phi31 Double φV31 ° 0 Angle Harmonic Voltage L3-L1
Unyari_abs31 Double Va31 kV 0 Absolute Arithmetic Harmonic Voltage L3-L1
unyari_rel31 Double Va31/Vr % 0 Relative Arithmetic Harmonic Voltage L3-L1
Uny_absE Double Vg kV 0 Absolute Harmonic Voltage Ground
uny_relE Double Vg/Vr % 0 Relative Harmonic Voltage Ground
Uny_phiE Double φVg ° 0 Angle Harmonic Voltage Ground
Unyari_absE Double Vag kV 0 Absolute Arithmetic Harmonic Voltage Ground
unyari_relE Double Vag/Vr % 0 Relative Arithmetic Harmonic Voltage Ground
Fkt_Unbal Double Unbal % 0 Unbalance
Flag_State Integer State 1 State of Node
1: Ok
2: Limit Violation
3: Currently Limit Violation
4: Unknown Limit
ule_viol Double Vle/Vmax % 0 Line-Earth Relative Harmonic Voltage (max.
Harmonic Voltage)
ull_viol Double Vll/Vmax % 0 Relative Harmonic Voltage (max. Harmonic
Voltage)

Harmonics Filter Results (HarFilterResult)

Attribute name Data type Short name Unit Std. Description


Result_ID Long Integer 0 Primary Key – Result
Variant_ID Long Integer 1 Secondary Key – Variant
Node_ID Long Integer 0 Node

234 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

Flag_Phase Integer 7 Phase


1: L1
2: L2
3: L3
4: L12
5: L23
6: L31
7: L123
8: N
Flag_Type Integer 1 RLC Type
1: Serial circuit
2: Parallel circuit
3: High pass R
4: High pass C
5: Filter C
Flag_TypeRC Integer 1 Input Data
1: Active resistance, inductance and
capacitance
2: Harmonic number, quality and reactive
power
R Double R Ohm 0 Active Resistance
L Double L mH 0 Inductance
C Double C nF 0 Capacitance
nres Double ν 1 0 Harmonic Number at Resonance
q1 Double q 1 0 Quality
Q Double Q Mvar 0 Reactive Power – Network Frequency
Rd Double Rd Ohm 0 Absorption Resistance
Cs Double Cs nF 0 Series Capacitance
Flag_Har Integer 1 State – Harmonics
0: No frequency dependency
1: Quality – R constant
2: Quality – X/R constant
3: Impedance characteristics
qr Double qr 1 0 Quality – R Constant
ql Double ql 1 0 Quality – X/R Constant

Ripple Control Branch Results (RCBranchResult)

Attribute name Data type Short name Unit Std. Description


Result_ID Long Integer 0 Primary Key – Result
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Result Integer Sym. Results 1 Symmetrical Results
0: No
1: Yes
Flag_Phase Integer 7 Phase
1: L1
2: L2
3: L3
4: L12
5: L23
6: L31
7: L123
8: N
Terminal1_ID Long Integer 0 Secondary Key – Terminal
Terminal2_ID Long Integer Nb. Node 0 Secondary Key – Neighbor Terminal
I Double I A 0 Current Through Element
phi Double φ ° 0 Current Angle
I1 Double I1 A 0 Current L1

April 2019 235


PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

phi1 Double φI1 ° 0 Angle of Current L1


I2 Double I2 A 0 Current L2
phi2 Double φI2 ° 0 Angle of Current L2
I3 Double I3 A 0 Current L3
phi3 Double φI3 ° 0 Angle of Current L3
Ie Double Ig A 0 Ground Current
phie Double φIg ° 0 Angle of Ground Current

Ripple Control Node Results (RCNodeResult)

Attribute name Data type Short name Unit Std. Description


Result_ID Long Integer 0 Primary Key – Result
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Phase Integer 7 Phase
1: L1
2: L2
3: L3
4: L12
5: L23
6: L31
7: L123
8: N
Flag_Result Integer Sym. Results 1 Symmetrical Results
0: No
1: Yes
Node_ID Long Integer Node 0 Secondary Key – Node
VoltLevel_ID Long Integer 0 Secondary Key – Network Level
Un Double Vn kV 0 Rated Voltage (Phase-Phase)
Uabs Double V kV 0 Absolute Voltage Level (Phase-Ground)
U_Un Double V/Vn % 0 Reference Voltage Level (Phase-Ground)
phi Double φ ° 0 Voltage Level Angle (Phase-Ground)
U1 Double V1 kV 0 Voltage L1-G
U1_Un Double V1/Vn % 0 Voltage L1/Rated Voltage
phi1 Double φ1 ° 0 Angle of Voltage L1-G
U2 Double V2 kV 0 Voltage L2-G
U2_Un Double V2/Vn % 0 Voltage L2/Rated Voltage
phi2 Double φ2 ° 0 Angle of Voltage L2-G
U3 Double V3 kV 0 Voltage L3-G
U3_Un Double V3/Vn % 0 Voltage L3/Rated Voltage
phi3 Double φ3 ° 0 Angle of Voltage L3-G
Ue Double Vg kV 0 Ground Voltage
Ue_Un Double Vg/Vn % 0 Voltage Le/Rated Voltage
phie Double φg ° 0 Angle of Ground Voltage
U12 Double V12 kV 0 Voltage L1-L2
U12_Un Double V12/Vn % 0 Voltage L1-L2/Rated Voltage
phi12 Double φ12 ° 0 Angle of Voltage L1-L2
U23 Double V23 kV 0 Voltage L2-L3
U23_Un Double V23/Vn % 0 Voltage L2-L3/Rated Voltage
phi23 Double φ23 ° 0 Angle of Voltage L2-L3
U31 Double V31 kV 0 Voltage L3-L1
U31_Un Double V31/Vn % 0 Voltage L3-L1/Rated Voltage
phi31 Double φ31 ° 0 Angle of Voltage L3-L1

236 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

Ripple Control Transmitter Results (RCTransmitterResult)

Attribute name Data type Short name Unit Std. Description


Result_ID Long Integer 0 Primary Key – Result
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Phase Integer 7 Phase
Flag_Result Integer Sym. Results 1 Symmetrical Results
Terminal1_ID Long Integer 0 Secondary Key – Terminal
Terminal2_ID Long Integer Nb. Node 0 Secondary Key – Neighbor Terminal
Utrans1 Double Vt kV 0 Transmitter Level (Phase)
utrans2 Double vt % 0 Transmitter Level (Phase)
phiu_trans Double φVt ° 0 Transmitter Level Angle (Phase)
Unet1 Double Vn kV 0 Network Level (Phase-Ground)
unet2 Double vn % 0 Network Level (Phase-Ground)
phinet Double φVn ° 0 Network Level Angle (Phase-Ground)
Itrans Double It A 0 Current through Transmitter
phii_trans Double φIt ° 0 Current Angle – Transmitter
Icouple Double Ic A 0 Coupler Circuit Current
phii_couple Double φIc ° 0 Current Angle – Coupler Circuit
UtransL1 Double V1t kV 0 Absolute Transmitter Level L1
UtransL1ref Double v1t % 0 Relative Transmitter Level L1
phi_UtransL1 Double φV1t ° 0 Angle of Transmitter Level L1
UtransL2 Double V2t kV 0 Absolute Transmitter Level L2
UtransL2ref Double v2t % 0 Relative Transmitter Level L2
phi_UtransL2 Double φV2t ° 0 Angle of Transmitter Level L2
UtransL3 Double V3t kV 0 Absolute Transmitter Level L3
UtransL3ref Double v3t % 0 Relative Transmitter Level L3
phi_UtransL3 Double φV3t ° 0 Angle of Transmitter Level L3
UnetL1 Double V1n kV 0 Absolute Network Level L1
UnetL1ref Double v1n % 0 Relative Network Level L1
phi_UnetL1 Double φV1n ° 0 Angle of Network Level L1
UnetL2 Double V2n kV 0 Absolute Network Level L2
UnetL2ref Double v2n % 0 Relative Network Level L2
phi_UnetL2 Double φV2n ° 0 Angle of Network Level L2
UnetL3 Double V3n kV 0 Absolute Network Level L3
UnetL3ref Double v3n % 0 Relative Network Level L3
phi_UnetL3 Double φV3n ° 0 Angle of Network Level L3
ItransL1 Double I1t A 0 Transmitter Current L1
phi_ItransL1 Double φI1t ° 0 Angle Transmitter Current L1
ItransL2 Double I2t A 0 Transmitter Current L2
phi_ItransL2 Double φI2t ° 0 Angle Transmitter Current L2
ItransL3 Double I3t A 0 Transmitter Current L3
phi_ItransL3 Double φI3t ° 0 Angle Transmitter Current L3
ItransGrnd Double Igt A 0 Transmitter Ground Current
phi_ItransGrnd Double φIgt ° 0 Angle Transmitter Ground Current
IcoupleL1 Double I1c A 0 Coupler Circuit Current L1
phi_IcoupleL1 Double φI 1c ° 0 Angle Coupler Circuit Current L1
IcoupleL2 Double I2c A 0 Coupler Circuit Current L2

April 2019 237


PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

phi_IcoupleL2 Double φI 2c ° 0 Angle Coupler Circuit Current L2


IcoupleL3 Double I3c A 0 Coupler Circuit Current L3
phi_IcoupleL3 Double φI 3c ° 0 Angle Coupler Circuit Current L3
IcoupleGrnd Double Igc A 0 Coupler Circuit Ground Current
phi_IcoupleGrnd Double φI gc ° 0 Angle Coupler Circuit Ground Current

2.4.4 Multiple Faults

PSS SINCAL stores the results of multiple fault calculations in the following tables:

Table name ID Description


MultFaultResult 74 Multiple fault branch results
MultFaultNodeResult 179 Multiple fault node results
MultFaultObsResult 180 Multiple fault observation results

Multiple Fault Branch Results (MultFaultResult)

Attribute name Data type Short name Unit Std. Description


Results
Result_ID Long Integer 0 Primary Key – Result
Variant_ID Long Integer 1 Secondary Key – Variant
Terminal1_ID Long Integer Obs. Node 0 Secondary Key – Terminal
Terminal2_ID Long Integer Ngb. Node 0 Secondary Key – Neighbor Terminal
Flag_Model Integer Netw. 1 Network Modelling in Calculation
Modelling 1: Sequence Data
2: Phase Data
Flag_Fault Integer Fault Type 1 Type of Fault
1: Short Circuit
2: Return Circuit
3: Ground Circuit
4: Return and Ground Circuit
FaultName Text (50) Event Name Fault Event Name
FaultSum_ID Long Integer 0 Secondary Key – Fault Event
IAa_fault Double IL1a kA 0 Fault Side Current – L1 Absolute
IAr_fault Double IL1r kA 0 Fault Side Current – L1 Real
IAi_fault Double IL1i kA 0 Fault Side Current – L1 Imaginary
IBa_fault Double IL2a kA 0 Fault Side Current – L2 Absolute
IBr_fault Double IL2r kA 0 Fault Side Current – L2 Real
IBi_fault Double IL2i kA 0 Fault Side Current – L2 Imaginary
ICa_fault Double IL3a kA 0 Fault Side Current – L3 Absolute
ICr_fault Double IL3r kA 0 Fault Side Current – L3 Real
ICi_fault Double IL3i kA 0 Fault Side Current – L3 Imaginary
I0a_fault Double 3I0a kA 0 Fault Side Current – Return Absolute
I0r_fault Double 3I0r kA 0 Fault Side Current – Return Real
I0i_fault Double 3I0i kA 0 Fault Side Current – Return Imaginary
UAa_fault Double VL1a kV 0 Fault Side Voltage – L1 Absolute
UAr_fault Double VL1r kV 0 Fault Side Voltage – L1 Real
UAi_fault Double VL1i kV 0 Fault Side Voltage – L1 Imaginary
UBa_fault Double VL2a kV 0 Fault Side Voltage – L2 Absolute

238 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

UBr_fault Double VL2r kV 0 Fault Side Voltage – L2 Real


UBi_fault Double VL2i kV 0 Fault Side Voltage – L2 Imaginary
UCa_fault Double VL3a kV 0 Fault Side Voltage – L3 Absolute
UCr_fault Double VL3r kV 0 Fault Side Voltage – L3 Real
UCi_fault Double VL3i kV 0 Fault Side Voltage – L3 Imaginary
U0a_fault Double Vda kV 0 Fault Side Voltage – Displacement Absolute
U0r_fault Double Vdr kV 0 Fault Side Voltage – Displacement Real
U0i_fault Double Vdi kV 0 Fault Side Voltage – Displacement Imaginary
IAa_oppo Double IL1a kA 0 Opposite Side Current – L1 Absolute
IAr_oppo Double IL1r kA 0 Opposite Side Current – L1 Real
IAi_oppo Double IL1i kA 0 Opposite Side Current – L1 Imaginary
IBa_oppo Double IL2a kA 0 Opposite Side Current – L2 Absolute
IBr_oppo Double IL2r kA 0 Opposite Side Current – L2 Real
IBi_oppo Double IL2i kA 0 Opposite Side Current – L2 Imaginary
ICa_oppo Double IL3a kA 0 Opposite Side Current – L3 Absolute
ICr_oppo Double IL3r kA 0 Opposite Side Current – L3 Real
ICi_oppo Double IL3i kA 0 Opposite Side Current – L3 Imaginary
I0a_oppo Double 3I0a kA 0 Opposite Side Current – Return Absolute
I0r_oppo Double 3I0r kA 0 Opposite Side Current – Return Real
I0i_oppo Double 3I0i kA 0 Opposite Side Current – Return Imaginary
UAa_oppo Double VL1a kV 0 Opposite Side Voltage – L1 Absolute
UAr_oppo Double VL1r kV 0 Opposite Side Voltage – L1 Real
UAi_oppo Double VL1i kV 0 Opposite Side Voltage – L1 Imaginary
UBa_oppo Double VL2a kV 0 Opposite Side Voltage – L2 Absolute
UBr_oppo Double VL2r kV 0 Opposite Side Voltage – L2 Real
UBi_oppo Double VL2i kV 0 Opposite Side Voltage – L2 Imaginary
UCa_oppo Double VL3a kV 0 Opposite Side Voltage – L3 Absolute
UCr_oppo Double VL3r kV 0 Opposite Side Voltage – L3 Real
UCi_oppo Double VL3i kV 0 Opposite Side Voltage – L3 Imaginary
U0a_oppo Double Vda kV 0 Opposite Side Voltage – Displacement
Absolute
U0r_oppo Double Vdr kV 0 Opposite Side Voltage – Displacement Real
U0i_oppo Double Vdi kV 0 Opposite Side Voltage – Displacement
Imaginary
Components Fault Side
i_1a_fault Double Isys1a kA 0 Fault Side Current Positive-Phase System –
Absolute
i_1r_fault Double Isys1r kA 0 Fault Side Current Positive-Phase System –
Real
i_1i_fault Double Isys1i kA 0 Fault Side Current Positive-Phase System –
Imaginary
i_2a_fault Double Isys2a kA 0 Fault Side Current Negative-Phase System –
Absolute
i_2r_fault Double Isys2r kA 0 Fault Side Current Negative-Phase System –
Real
i_2i_fault Double Isys2i kA 0 Fault Side Current Negative-Phase System –
Imaginary
i_0a_fault Double Isys0a kA 0 Fault Side Current Zero-Phase System –
Absolute
i_0r_fault Double Isys0r kA 0 Fault Side Current Zero-Phase System – Real
i_0i_fault Double Isys0i kA 0 Fault Side Current Zero-Phase System –
Imaginary
u_1a_fault Double Vsys1a kV 0 Fault Side Voltage Positive-Phase System –
Absolute

April 2019 239


PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

u_1r_fault Double Vsys1r kV 0 Fault Side Voltage Positive-Phase System –


Real
u_1i_fault Double Vsys1i kV 0 Fault Side Voltage Positive-Phase System –
Imaginary
u_2a_fault Double Vsys2a kV 0 Fault Side Voltage Negative-Phase System –
Absolute
u_2r_fault Double Vsys2r kV 0 Fault Side Voltage Negative-Phase System –
Real
u_2i_fault Double Vsys2i kV 0 Fault Side Voltage Negative-Phase System –
Imaginary
u_0a_fault Double Vsys0a kV 0 Fault Side Voltage Zero-Phase System –
Absolute
u_0r_fault Double Vsys0r kV 0 Fault Side Voltage Zero-Phase System – Real
u_0i_fault Double Vsys0i kV 0 Fault Side Voltage Zero-Phase System –
Imaginary
Components Opposite Side
i_1a_oppo Double oIsys1a kA 0 Opposite Side Current Positive-Phase System
– Absolute
i_1r_oppo Double oIsys1r kA 0 Opposite Side Current Positive-Phase System
– Real
i_1i_oppo Double oIsys1i kA 0 Opposite Side Current Positive-Phase System
– Imaginary
i_2a_oppo Double oIsys2a kA 0 Opposite Side Current Negative-Phase System
– Absolute
i_2r_oppo Double oIsys2r kA 0 Opposite Side Current Negative-Phase System
– Real
i_2i_oppo Double oIsys2i kA 0 Opposite Side Current Negative-Phase System
– Imaginary
i_0a_oppo Double oIsys0a kA 0 Opposite Side Current Zero-Phase System –
Absolute
i_0r_oppo Double oIsys0r kA 0 Opposite Side Current Zero-Phase System –
Real
i_0i_oppo Double oIsys0i kA 0 Opposite Side Current Zero-Phase System –
Imaginary
u_1a_oppo Double oVsys1a kV 0 Opposite Side Voltage Positive-Phase System
– Absolute
u_1r_oppo Double oVsys1r kV 0 Opposite Side Voltage Positive-Phase System
– Real
u_1i_oppo Double oVsys1i kV 0 Opposite Side Voltage Positive-Phase System
– Imaginary
u_2a_oppo Double oVsys2a kV 0 Opposite Side Voltage Negative-Phase System
– Absolute
u_2r_oppo Double oVsys2r kV 0 Opposite Side Voltage Negative-Phase System
– Real
u_2i_oppo Double oVsys2i kV 0 Opposite Side Voltage Negative-Phase System
– Imaginary
u_0a_oppo Double oVsys0a kV 0 Opposite Side Voltage Zero-Phase System –
Absolute
u_0r_oppo Double oVsys0r kV 0 Opposite Side Voltage Zero-Phase System –
Real
u_0i_oppo Double oVsys0i kV 0 Opposite Side Voltage Zero-Phase System –
Imaginary

240 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

Multiple Fault Node Results (MultFaultNodeResult)

Attribute name Data type Short name Unit Std. Description


Results
Result_ID Long Integer 0 Primary Key – Result
Variant_ID Long Integer 1 Secondary Key – Variant
FaultSum_ID Long Integer Event 0 Secondary Key – Fault Event
Node_ID Long Integer Node 0 Secondary Key – Node
Flag_Model Integer Netw. 1 Network Modelling in Calculation
Modelling 1: Sequence Data
2: Phase Data
Flag_Fault Integer Fault Type 1 Type of Fault
1: Short Circuit
2: Return Circuit
3: Ground Circuit
4: Return and Ground Circuit
FaultName Text (50) Event Name 1 Fault Event Name
u_ra Double VL1a kV 0 Voltage L1 – Absolute
u_rr Double VL1r kV 0 Voltage L1 – Real
u_ri Double VL1i kV 0 Voltage L1 – Imaginary
u_sa Double VL2a kV 0 Voltage L2 – Absolute
u_sr Double VL2r kV 0 Voltage L2 – Real
u_si Double VL2i kV 0 Voltage L2 – Imaginary
u_ta Double VL3a kV 0 Voltage L3 – Absolute
u_tr Double VL3r kV 0 Voltage L3 – Real
u_ti Double VL3i kV 0 Voltage L3 – Imaginary
u_nulla Double V0a kV 0 Voltage Displacement – Absolute
u_nullr Double V0r kV 0 Voltage Displacement – Real
u_nulli Double V0i kV 0 Voltage Displacement – Imaginary
Components
u_1a Double Vsys1a kV 0 Voltage Positive-Phase System – Absolute
u_1r Double Vsys1r kV 0 Voltage Positive-Phase System – Real
u_1i Double Vsys1i kV 0 Voltage Positive-Phase System – Imaginary
u_2a Double Vsys2a kV 0 Voltage Negative-Phase System – Absolute
u_2r Double Vsys2r kV 0 Voltage Negative-Phase System – Real
u_2i Double Vsys2i kV 0 Voltage Negative-Phase System – Imaginary
u_0a Double Vsys0a kV 0 Voltage Zero-Phase System – Absolute
u_0r Double Vsys0r kV 0 Voltage Zero-Phase System – Real
u_0i Double Vsys0i kV 0 Voltage Zero-Phase System – Imaginary

Multiple Fault Observation Results (MultFaultObsResult)

Attribute name Data type Short name Unit Std. Description


Results
Result_ID Long Integer 0 Primary Key – Result
Variant_ID Long Integer 1 Secondary Key – Variant
FaultSum_ID Long Integer Event 0 Secondary Key – Fault Event
FaultInv_ID Long Integer Fault Obs. 0 Secondary Key – Fault Observation
Flag_Model Integer Netw. 1 Network Modelling in Calculation
Modelling 1: Sequence Data
2: Phase Data

April 2019 241


PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

Flag_Fault Integer Fault Type 1 Type of Fault


1: Short Circuit
2: Return Circuit
3: Ground Circuit
4: Return and Ground Circuit
FaultName Text (50) Event Name 1 Fault Event Name
i_ra Double IL1a kA 0 Current L1 – Absolute
i_rr Double IL1r kA 0 Current L1 – Real
i_ri Double IL1i kA 0 Current L1 – Imaginary
i_sa Double IL2a kA 0 Current L2 – Absolute
i_sr Double IL2r kA 0 Current L2 – Real
i_si Double IL2i kA 0 Current L2 – Imaginary
i_ta Double IL3a kA 0 Current L3 – Absolute
i_tr Double IL3r kA 0 Current L3 – Real
i_ti Double IL3i kA 0 Current L3 – Imaginary
i_nulla Double 3I0a kA 0 Current Return – Absolute
i_nullr Double 3I0r kA 0 Current Return – Real
i_nulli Double 3I0i kA 0 Current Return – Imaginary
u_ra Double VL1a kV 0 Voltage L1 – Absolute
u_rr Double VL1r kV 0 Voltage L1 – Real
u_ri Double VL1i kV 0 Voltage L1 – Imaginary
u_sa Double VL2a kV 0 Voltage L2 – Absolute
u_sr Double VL2r kV 0 Voltage L2 – Real
u_si Double VL2i kV 0 Voltage L2 – Imaginary
u_ta Double VL3a kV 0 Voltage L3 – Absolute
u_tr Double VL3r kV 0 Voltage L3 – Real
u_ti Double VL3i kV 0 Voltage L3 – Imaginary
u_nulla Double V0a kV 0 Voltage Displacement – Absolute
u_nullr Double V0r kV 0 Voltage Displacement – Real
u_nulli Double V0i kV 0 Voltage Displacement – Imaginary
Components
i_1a Double I1a kA 0 Current Positive-Phase System – Absolute
i_1r Double I1r kA 0 Current Positive-Phase System – Real
i_1i Double I1i kA 0 Current Positive-Phase System – Imaginary
i_2a Double I2a kA 0 Current Negative-Phase System – Absolute
i_2r Double I2r kA 0 Current Negative-Phase System – Real
i_2i Double I2i kA 0 Current Negative-Phase System – Imaginary
i_0a Double I0a kA 0 Current Zero-Phase System – Absolute
i_0r Double I0r kA 0 Current Zero-Phase System – Real
i_0i Double I0i kA 0 Current Zero-Phase System – Imaginary
u_1a Double V1a kV 0 Voltage Positive-Phase System – Absolute
u_1r Double V1r kV 0 Voltage Positive-Phase System – Real
u_1i Double V1i kV 0 Voltage Positive-Phase System – Imaginary
u_2a Double V2a kV 0 Voltage Negative-Phase System – Absolute
u_2r Double V2r kV 0 Voltage Negative-Phase System – Real
u_2i Double V2i kV 0 Voltage Negative-Phase System – Imaginary
u_0a Double V0a kV 0 Voltage Zero-Phase System – Absolute
u_0r Double V0r kV 0 Voltage Zero-Phase System – Real
u_0i Double V0i kV 0 Voltage Zero-Phase System – Imaginary

242 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

Protection

PSS SINCAL stores the results of protection calculations and low-voltage network dimensioning in
the following tables:

Table name ID Description


ProtOCResult 83 Protection results
ProtDIResult 91 Distance protection results
ProtFaultResult 129 State fault observation
ProtMinMax 105 Protection pickup and tripping data
ProtRouteResult 197 Protection route results
DimSingleResult 73 Dimensioning single results
DimSummaryResult 72 Dimensioning summary results
ArcFlashNodeResult 185 Arc flash node results
ProtAnalysisResult 237 Protection Analysis Results

Protection Results (ProtOCResult)

Attribute name Data type Short name Unit Std. Description


Results
Result_ID Long Integer 0 Primary Key – Result
Variant_ID Long Integer 1 Secondary Key – Variant
b_stu Text (16) Tripping Zone Tripping Zone
b_loop Text (8) Tripping Loop Tripping Loop
pfad Integer Tripping Path Tripping Path
0: None
1: Phase
2: Ground
phase Integer Tripping Phase Tripping Phase
0: None
1: L1
2: L2
3: L3
4: L123
Flag_Model Integer Netw. Mod. 1 Network Modelling in Calculation
1: Sequence Data
2: Phase Data
Flag_Fault Integer Fault Type 1 Type of Fault
1: Short Circuit
2: Return Circuit
3: Ground Circuit
4: Return and Ground Circuit
r_relais Double R Ohm 0 Resistance
x_relais Double X Ohm 0 Reactance
i_relais Double Ir1 A 0 Current
phi_i Double φIr1 ° 0 Current Angle
u_relais Double Vr kV 0 Remaining Voltage
phi_u Double φVr ° 0 Remaining Voltage Angle
phi_dir Double φdir ° 0 Angle – Determine Direction
r_leit Double RL Ohm 0 Resistance of Line
x_leit Double XL Ohm 0 Reactance of Line
z_relais Double Z Ohm 0 Impedance
z_relais_ang Double φZ ° 0 Impedance Angle

April 2019 243


PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

a_zeit1 Double tr1 s 0 Type: Tripping Time – 2nd Protection


Device/Current Tripping Time
a_zeit2 Double tr2 s 0 Type: Tripping Time – 3rd Protection
Device/Total Tripping Time
t_remain Double t s 0 Time Remaining
Idiff Double Idiff A 0 Differential Current
Istab Double Istab A 0 Restraint Current
Extended Results
Flag_l1_l2 Integer 0 Impedance of Loop L1-L2 available
0: No
1: Yes
r_l1_l2 Double R L1-L2 Ohm 0 Resistance of Loop L1-L2
x_l1_l2 Double X L1-L2 Ohm 0 Reactance of Loop L1-L2
Flag_l2_l3 Integer 0 Impedance of Loop L2-L3 available
0: No
1: Yes
r_l2_l3 Double R L2-L3 Ohm 0 Resistance of Loop L2-L3
x_l2_l3 Double X L2-L3 Ohm 0 Reactance of Loop L2-L3
Flag_l3_l1 Integer 0 Impedance of Loop L3-L1 available
0: No
1: Yes
r_l3_l1 Double R L3-L1 Ohm 0 Resistance of Loop L3-L1
x_l3_l1 Double X L3-L1 Ohm 0 Reactance of Loop L3-L1
Flag_l1_e Integer 0 Impedance of Loop L1-G available
0: No
1: Yes
r_l1_e Double R L1-G Ohm 0 Resistance of Loop L1-G
x_l1_e Double X L1-G Ohm 0 Reactance of Loop L1-G
Flag_l2_e Integer 0 Impedance of Loop L2-G available
0: No
1: Yes
r_l2_e Double R L2-G Ohm 0 Resistance of Loop L2-G
x_l2_e Double X L2-G Ohm 0 Reactance of Loop L2-G
Flag_l3_e Integer 0 Impedance of Loop L3-G available
0: No
1: Yes
r_l3_e Double R L3-G Ohm 0 Resistance of Loop L3-G
x_l3_e Double X L3-G Ohm 0 Reactance of Loop L3-G
i_ra Double IL1a A 0 Current L1 – Absolute
i_rr Double IL1r A 0 Current L1 – Real
i_ri Double IL1i A 0 Current L1 – Imaginary
i_sa Double IL2a A 0 Current L2 – Absolute
i_sr Double IL2r A 0 Current L2 – Real
i_si Double IL2i A 0 Current L2 – Imaginary
i_ta Double IL3a A 0 Current L3 – Absolute
i_tr Double IL3r A 0 Current L3 – Real
i_ti Double IL3i A 0 Current L3 – Imaginary
i_nulla Double 3I0a A 0 Current Return – Absolute
i_nullr Double 3I0r A 0 Current Return – Real
i_nulli Double 3I0i A 0 Current Return – Imaginary
u_ra Double VL1a kV 0 Voltage L1 – Absolute
u_rr Double VL1r kV 0 Voltage L1 – Real
u_ri Double VL1i kV 0 Voltage L1 – Imaginary
u_sa Double VL2a kV 0 Voltage L2 – Absolute
u_sr Double VL2r kV 0 Voltage L2 – Real

244 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

u_si Double VL2i kV 0 Voltage L2 – Imaginary


u_ta Double VL3a kV 0 Voltage L3 – Absolute
u_tr Double VL3r kV 0 Voltage L3 – Real
u_ti Double VL3i kV 0 Voltage L3 – Imaginary
u_nulla Double V0a kV 0 Voltage Displacement – Absolute
u_nullr Double V0r kV 0 Voltage Displacement – Real
u_nulli Double V0i kV 0 Voltage Displacement – Imaginary
i_1a Double Isys1a A 0 Current Positive-Phase System – Absolute
i_1r Double Isys1r A 0 Current Positive-Phase System – Real
i_1i Double Isys1i A 0 Current Positive-Phase System – Imaginary
i_2a Double Isys2a A 0 Current Negative-Phase System – Absolute
i_2r Double Isys2r A 0 Current Negative-Phase System – Real
i_2i Double Isys2i A 0 Current Negative-Phase System – Imaginary
i_0a Double Isys0a A 0 Current Zero-Phase System – Absolute
i_0r Double Isys0r A 0 Current Zero-Phase System – Real
i_0i Double Isys0i A 0 Current Zero-Phase System – Imaginary
u_1a Double Vsys1a kV 0 Voltage Positive-Phase System – Absolute
u_1r Double Vsys1r kV 0 Voltage Positive-Phase System – Real
u_1i Double Vsys1i kV 0 Voltage Positive-Phase System – Imaginary
u_2a Double Vsys2a kV 0 Voltage Negative-Phase System – Absolute
u_2r Double Vsys2r kV 0 Voltage Negative-Phase System – Real
u_2i Double Vsys2i kV 0 Voltage Negative-Phase System – Imaginary
u_0a Double Vsys0a kV 0 Voltage Zero-Phase System – Absolute
u_0r Double Vsys0r kV 0 Voltage Zero-Phase System – Real
u_0i Double Vsys0i kV 0 Voltage Zero-Phase System – Imaginary
restyp Integer Result Type Result Type
0: Unknown
1: Fault
2: Device
FaultInv_ID Long Integer Fault Name 0 Secondary Key – Fault Observation Location
FaultSum_ID Long Integer 0 Secondary Key – Fault Event
ku_art Text (8) SC Type Short Circuit Type
umlauf Integer CC 0 Calculation Cycle
rel_type Text (8) Dev. Type Protection Device Type
ProtLoc_ID Long Integer Dev. Name 0 Secondary Key – Protection Device
s_zeit Double ts s 0 Fault Clearing Time
ProtLoc1_ID Long Integer 2nd Device 0 Secondary Key – 2nd Fastest Protection
Device
ProtLoc2_ID Long Integer 3rd Device 0 Secondary Key – 3rd Fastest Protection Device
phi_ul Double φVlf ° 0 Voltage Angle from Load Flow at Substation
Node
phi_uk Double φVsc ° 0 Voltage Angle from Short Circuit at Substation
Node
u_net Double Vnet kV 0 Voltage due to Network Topology
u_dgr Double kV 0 Voltage as Diagram
typ Integer Type
0: Unknown
1: Node
2: Node element
3: Branch element
i_r Double IL1 A 0 Current L1
i_s Double IL2 A 0 Current L2
i_t Double IL2 A 0 Current L3

April 2019 245


PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

Flag_State Integer State State – Protection Device


0: Not started
1: Pickup within selective tripping time
2: Pickup outside selective tripping time
3: Tripping
4: Active
5: Switched off
6: Conditionally tripped
7: Before reclosing
8: Breaker malfunction

Distance Protection Results (ProtDIResult)

Attribute name Data type Short name Unit Std. Description


Basic Data
Result_ID Long Integer 0 Primary Key – Result
Variant_ID Long Integer 1 Secondary Key – Variant
ProtLoc_ID Long Integer Dev. Name 0 Primary Key – Protection Location
ProtRelais_ID Long Integer 0 Secondary Key – Protection Devices
TerminalEnd_ID Long Integer 0 Secondary Key – End of Protection Route
RelayType Text (50) 0 Protection Device Type
Flag_Relais Integer 1 Protection Device Type
1: 7SA500, 2: 7SA501, 3: 7SA502, 4: 7SA510,
5: 7SA511, 6: 7SL13, 7: 7SL17, 8: 7SL24,
9: 7SL70, 10: 7SL73, 11: LZ91, 12: LZ92,
13: PD531, 14: R1KZ4, 15: R1KZ4A,
16: R1KZ7, 17: R1KZ7G, 18: R1Z25,
19: R1Z25A, 20: R1Z27, 21: RK4, 22: RK4A,
23: RD10, 24: SD14, 25: SD14A, 26: SD14B,
27: SD124, 28: SD135, 29: SD35, 30: SD35A,
31: SD35C, 32: SD36, 33: 7SA513,
34: 7SA522, 35: 7SA610, 36: 7SA611,
37: 7SA612, 38: 7SA631, 39: 7SA632,
40: REL316, 41: REL521, 42: REL561,
43: PD532, 44: PD551, 45: PD552,
46: EPAC3100, 47: EPAC3400,
48: EPAC3500, 49: EPAC3600,
50: EPAC3700, 51: SD34A, 52: SD135A,
53: R1Z23B, 54: SEL-321, 55: SEL-311A,
56: SEL-311B, 57: SEL-311C-1, 58: SEL-311C-
2, 59: SEL-311C-3, 60: 7SA64, 61: 7SA84,
62: 7SA86, 63: 7SA87, 64: 7ST6, 65: REL511,
66: GRL100, 67: RED670, 68: MiCOM P44x,
69: MiCOM P54x, 70: REF630,
9999: (Common)
Flag_Meas Integer 1 Measurement Type
1: Impedance
2: Modified impedance
3: Conductance
4: Quadrilateral
5: Quadrilateral R/X>1
6: MHO
7: MHO polarized
8: Reactance
9: Combined
10: MHO limited
11: MHO polarized and limited
rFlag_Set Integer Settings 2 Settings
1: Primary
2: Secondary
rs_c Double 0 Protection Device Setting Factor
Ie2 Double A 0 Minimum Non-Directional Current

246 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

rs_Phi Double φ ° 0 Protection Device Setting Angle


radial_st Double % 0 Selective Grading – Radial Line
s1_st Double % 0 Selective Grading – Zone 1
s2_st Double % 0 Selective Grading – Zone 2
s3_st Double % 0 Selective Grading – Zone 3
s4_st Double % 0 Selective Grading – Zone 4
s5_st Double % 0 Selective Grading – Zone 5
s6_st Double % 0 Selective Grading – Zone 6
ip_st Double sd % 0 Selective Grading – Auto-Reclosure
pp_st Double % 0 Selective Grading – Tele Protection
s1_t Double s 0 Selective Time – Zone 1
s2_t Double s 0 Selective Time – Zone 2
s3_t Double s 0 Selective Time – Zone 3
s4_t Double s 0 Selective Time – Zone 4
s5_t Double s 0 Selective Time – Zone 5
s6_t Double s 0 Selective Time – Zone 6
rs1_c Double 0 Protection Device Setting Factor – Zone 1
rs2_c Double 0 Protection Device Setting Factor – Zone 2
rs3_c Double 0 Protection Device Setting Factor – Zone 3
rs4_c Double 0 Protection Device Setting Factor – Zone 4
rs5_c Double 0 Protection Device Setting Factor – Zone 5
rs6_c Double 0 Protection Device Setting Factor – Zone 6
rip_c Double 0 Protection Device Setting Factor – Auto-
Reclosure
rpp_c Double 0 Protection Device Setting Factor – Tele
Protection
rs1_R Double Ohm 0 Protection Device Setting R – Zone 1
rs2_R Double Ohm 0 Protection Device Setting R – Zone 2
rs3_R Double Ohm 0 Protection Device Setting R – Zone 3
rs4_R Double Ohm 0 Protection Device Setting R – Zone 4
rs5_R Double Ohm 0 Protection Device Setting R – Zone 5
rs6_R Double Ohm 0 Protection Device Setting R – Zone 6
rip_R Double Ohm 0 Protection Device Setting R – Auto-Reclosure
rpp_R Double Ohm 0 Protection Device Setting R – Tele Protection
rs1_rx Double 0 Protection Device Setting R/X – Zone 1
rs2_rx Double 0 Protection Device Setting R/X – Zone 2
rs3_rx Double 0 Protection Device Setting R/X – Zone 3
rs4_rx Double 0 Protection Device Setting R/X – Zone 4
rs5_rx Double 0 Protection Device Setting R/X – Zone 5
rs6_rx Double 0 Protection Device Setting R/X – Zone 6
rip_rx Double 0 Protection Device Setting R/X – Auto-Reclosure
rpp_rx Double 0 Protection Device Setting R/X – Tele Protection
rs1_X Double Ohm 0 Protection Device Setting X – Zone 1
rs2_X Double Ohm 0 Protection Device Setting X – Zone 2
rs3_X Double Ohm 0 Protection Device Setting X – Zone 3
rs4_X Double Ohm 0 Protection Device Setting X – Zone 4
rs5_X Double Ohm 0 Protection Device Setting X – Zone 5
rs6_X Double Ohm 0 Protection Device Setting X – Zone 6
rip_X Double Ohm 0 Protection Device Setting X – Auto-Reclosure
rpp_X Double Ohm 0 Protection Device Setting X – Tele Protection
rs1_m Double 0 Protection Device Setting M – Zone 1
rs2_m Double 0 Protection Device Setting M – Zone 2

April 2019 247


PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

rs3_m Double 0 Protection Device Setting M – Zone 3


rs4_m Double 0 Protection Device Setting M – Zone 4
rs5_m Double 0 Protection Device Setting M – Zone 5
rs6_m Double 0 Protection Device Setting M – Zone 6
rip_m Double 0 Protection Device Setting M – Auto-Reclosure
rpp_m Double 0 Protection Device Setting M – Tele Protection
rs1_n Double 0 Protection Device Setting N – Zone 1
rs2_n Double 0 Protection Device Setting N – Zone 2
rs3_n Double 0 Protection Device Setting N – Zone 3
rs4_n Double 0 Protection Device Setting N – Zone 4
rs5_n Double 0 Protection Device Setting N – Zone 5
rs6_n Double 0 Protection Device Setting N – Zone 6
rip_n Double 0 Protection Device Setting N – Auto-Reclosure
rpp_n Double 0 Protection Device Setting N – Tele Protection
rs1_Z Double Ohm 0 Protection Device Setting Z – Zone 1
rs2_Z Double Ohm 0 Protection Device Setting Z – Zone 2
rs3_Z Double Ohm 0 Protection Device Setting Z – Zone 3
rs4_Z Double Ohm 0 Protection Device Setting Z – Zone 4
rs5_Z Double Ohm 0 Protection Device Setting Z – Zone 5
rs6_Z Double Ohm 0 Protection Device Setting Z – Zone 6
rip_Z Double Ohm 0 Protection Device Setting Z – Auto-Reclosure
rpp_Z Double Ohm 0 Protection Device Setting Z – Tele Protection
rs1_RF Double RF1 Ohm 0 Fault Resistance – Zone 1
rs2_RF Double RF2 Ohm 0 Fault Resistance – Zone 2
rs3_RF Double RF3 Ohm 0 Fault Resistance – Zone 3
rs4_RF Double RF4 Ohm 0 Fault Resistance – Zone 4
rs5_RF Double RF5 Ohm 0 Fault Resistance – Zone 5
rs6_RF Double RF6 Ohm 0 Fault Resistance – Zone 6
rip_RF Double RFAR Ohm 0 Fault Resistance – Auto-Reclosure
rpp_RF Double RFTP Ohm 0 Fault Resistance – Tele Protection
rs1_st Double % 0 Reached Selective Grading – Zone 1
rs2_st Double % 0 Reached Selective Grading – Zone 2
rs3_st Double % 0 Reached Selective Grading – Zone 3
rs4_st Double % 0 Reached Selective Grading – Zone 4
rs5_st Double % 0 Reached Selective Grading – Zone 5
rs6_st Double % 0 Reached Selective Grading – Zone 6
rip_st Double % 0 Reached Selective Grading – Auto-Reclosure
rpp_st Double % 0 Reached Selective Grading – Tele Protection
rs1_Zg Double Ohm 0 Evaluated Selective Impedance – Zone 1
rs2_Zg Double Ohm 0 Evaluated Selective Impedance – Zone 2
rs3_Zg Double Ohm 0 Evaluated Selective Impedance – Zone 3
rs4_Zg Double Ohm 0 Evaluated Selective Impedance – Zone 4
rs5_Zg Double Ohm 0 Evaluated Selective Impedance – Zone 5
rs6_Zg Double Ohm 0 Evaluated Selective Impedance – Zone 6
rip_Zg Double Ohm 0 Evaluated Selective Impedance – Auto-
Reclosure
rpp_Zg Double Ohm 0 Evaluated Selective Impedance – Tele
Protection
rs1_Rk Double Rbound1 Ohm 0 Boundary Resistance – Zone 1
rs2_Rk Double Rbound2 Ohm 0 Boundary Resistance – Zone 2
rs3_Rk Double Rbound3 Ohm 0 Boundary Resistance – Zone 3
rs4_Rk Double Rbound4 Ohm 0 Boundary Resistance – Zone 4

248 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

rs5_Rk Double Rbound5 Ohm 0 Boundary Resistance – Zone 5


rs6_Rk Double Rbound6 Ohm 0 Boundary Resistance – Zone 6
rip_Rk Double RboundAR Ohm 0 Boundary Resistance – Auto-Reclosure
rpp_Rk Double RboundTP Ohm 0 Boundary Resistance – Tele Protection
rs1_Xk Double Xbound1 Ohm 0 Boundary Reactance – Zone 1
rs2_Xk Double Xbound2 Ohm 0 Boundary Reactance – Zone 2
rs3_Xk Double Xbound3 Ohm 0 Boundary Reactance – Zone 3
rs4_Xk Double Xbound4 Ohm 0 Boundary Reactance – Zone 4
rs5_Xk Double Xbound5 Ohm 0 Boundary Reactance – Zone 5
rs6_Xk Double Xbound6 Ohm 0 Boundary Reactance – Zone 6
rip_Xk Double XboundAR Ohm 0 Boundary Reactance – Auto-Reclosure
rpp_Xk Double XboundTP Ohm 0 Boundary Reactance – Tele Protection
rs1_Zk Double Zbound1 Ohm 0 Boundary Impedance – Zone 1
rs2_Zk Double Zbound2 Ohm 0 Boundary Impedance – Zone 2
rs3_Zk Double Zbound3 Ohm 0 Boundary Impedance – Zone 3
rs4_Zk Double Zbound4 Ohm 0 Boundary Impedance – Zone 4
rs5_Zk Double Zbound5 Ohm 0 Boundary Impedance – Zone 5
rs6_Zk Double Zbound6 Ohm 0 Boundary Impedance – Zone 6
rip_Zk Double ZboundAR Ohm 0 Boundary Impedance – Auto-Reclosure
rpp_Zk Double ZboundTP Ohm 0 Boundary Impedance – Tele Protection
rs1_phik Double φbound1 ° 0 Boundary Angle – Zone 1
rs2_phik Double φbound2 ° 0 Boundary Angle – Zone 2
rs3_phik Double φbound3 ° 0 Boundary Angle – Zone 3
rs4_phik Double φbound4 ° 0 Boundary Angle – Zone 4
rs5_phik Double φbound5 ° 0 Boundary Angle – Zone 5
rs6_phik Double φbound6 ° 0 Boundary Angle – Zone 6
rip_phik Double φboundAR ° 0 Boundary Angle – Auto-Reclosure
rpp_phik Double φboundTP ° 0 Boundary Angle – Tele Protection
rs1_offset Double Z1 Offs. Ohm 0 Protection Device Setting Offset – Zone 1
rs2_offset Double Z2 Offs. Ohm 0 Protection Device Setting Offset – Zone 2
rs3_offset Double Z3 Otfs. Ohm 0 Protection Device Setting Offset – Zone 3
rs4_offset Double Z4 Offs. Ohm 0 Protection Device Setting Offset – Zone 4
rs5_offset Double Z5 Offs. Ohm 0 Protection Device Setting Offset – Zone 5
rs6_offset Double Z6 Offs. Ohm 0 Protection Device Setting Offset – Zone 6
rip_offset Double IP Offs. Ohm 0 Protection Device Setting Offset – Auto-
Reclosure
rpp_offset Double PP Offs. Ohm 0 Protection Device Setting Offset – Tele
Protection
rs1_offsetR Double Z1 Offs. R Ohm 0 Protection Device Setting Offset R – Zone 1
rs2_offsetR Double Z2 Offs. R Ohm 0 Protection Device Setting Offset R – Zone 2
rs3_offsetR Double Z3 Otfs. R Ohm 0 Protection Device Setting Offset R – Zone 3
rs4_offsetR Double Z4 Offs. R Ohm 0 Protection Device Setting Offset R – Zone 4
rs5_offsetR Double Z5 Offs. R Ohm 0 Protection Device Setting Offset R – Zone 5
rs6_offsetR Double Z6 Offs. R Ohm 0 Protection Device Setting Offset R – Zone 6
rip_offsetR Double IP Offs. R Ohm 0 Protection Device Setting Offset R – Auto-
Reclosure
rpp_offsetR Double PP Offs. R Ohm 0 Protection Device Setting Offset R – Tele
Protection
Flag_S1 Integer Zone 1 0 Zone 1
0: Off
1: St
2: Zb

April 2019 249


PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

Flag_S2 Integer Zone 2 0 Zone 2


0: Off
1: St
2: Zb
Flag_S3 Integer Zone 3 0 Zone 3
0: Off
1: St
2: Zb
Flag_S4 Integer Zone 4 0 Zone 4
0: Off
1: St
2: Zb
Flag_S5 Integer Zone 5 0 Zone 5
0: Off
1: St
2: Zb
Flag_S6 Integer Zone 6 0 Zone 6
0: Off
1: St
2: Zb
Flag_Interr Integer Auto-Recl. 1 Auto-Reclosure
0: Off
1: St
2: Zb
Flag_Pprot Integer Tele Prot. 1 Tele Protection
0: Off
1: St
2: Zb
rs1_dir Integer 2 Protection Device Setting Direction – Zone 1
0: Off
1: Non-dir.
2: Forward
3: Reverse
rs2_dir Integer 2 Protection Device Setting Direction – Zone 2
0: Off
1: Non-dir.
2: Forward
3: Reverse
rs3_dir Integer 2 Protection Device Setting Direction – Zone 3
0: Off
1: Non-dir.
2: Forward
3: Reverse
rs4_dir Integer 2 Protection Device Setting Direction – Zone 4
0: Off
1: Non-dir.
2: Forward
3: Reverse
rs5_dir Integer 2 Protection Device Setting Direction – Zone 5
0: Off
1: Non-dir.
2: Forward
3: Reverse
rs6_dir Integer 2 Protection Device Setting Direction – Zone 6
0: Off
1: Non-dir.
2: Forward
3: Reverse
rip_dir Integer 2 Protection Device Setting Direction – Auto-
Reclosure
0: Off
1: Non-dir.
2: Forward
3: Reverse
rs1_alpha Double ° 60 Protection Device Setting Angle Alpha – Zone 1

250 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

rpp_dir Integer 2 Protection Device Setting Direction – Tele


Protection
0: Off
1: Non-dir.
2: Forward
3: Reverse
rs2_alpha Double ° 60 Protection Device Setting Angle Alpha – Zone 2
rFlag_pfad Integer 3 Path
1: Phase
2: Ground
3: Phase + ground
rs3_alpha Double ° 60 Protection Device Setting Angle Alpha – Zone 3
rs_alpha Double α ° 0 Protection Device Setting Angle Alpha –
Polygon Chamfer
rs4_alpha Double ° 60 Protection Device Setting Angle Alpha – Zone 4
rs5_alpha Double ° 60 Protection Device Setting Angle Alpha – Zone 5
rs6_alpha Double ° 60 Protection Device Setting Angle Alpha – Zone 6
rip_alpha Double ° 60 Protection Device Setting Angle Alpha – Auto-
Reclosure
rpp_alpha Double ° 60 Protection Device Setting Angle Alpha – Tele
Protection
Route
lg Double l km 0 Length of Route
Rg Double R Ohm 0 Active Resistance of Route
Xg Double X Ohm 0 Reactive Resistance of Route
Zg Double Z Ohm 0 Apparent Resistance of Route
Transformer
int_fac Double 0 Factor Internal Transformer
ui_fac Double 0 Factor due to Current and Voltage Transformer
Current Transformer
I_trans_pri Double Ip A 0 Transformer Primary Current
I_trans_sec Double Is A 0 Transformer Secondary Current
I_trans_fac Double 0 Factor Current Transformer
Voltage Transformer
U_trans_pri Double Vp kV 0 Transformer Primary Voltage
U_trans_sec Double Vs kV 0 Transformer Secondary Voltage
U_trans_fac Double 0 Factor Voltage Transformer

State Fault Observation (ProtFaultResult)

Attribute name Data type Short name Unit Std. Description


Result_ID Long Integer 0 Primary Key – Result
Variant_ID Long Integer 1 Secondary Key – Variant
FaultInv_ID Long Integer Fault Name 0 Secondary Key – Fault Observation Location
Flag_CalcState Integer State 1 State
1: OK
2: Warning 1
3: Warning 2
4: Warning 3
FaultSum_ID Long Integer Fault Event 0 Secondary Key – Fault Event

April 2019 251


PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

Protection Pickup and Tripping Data (ProtMinMax)

Attribute name Data type Short name Unit Std. Description


ProtLoc_ID Long Integer 0 Secondary Key – Protection Device
ProtSet_ID Long Integer 0 Primary Key – Protection Device Location
Imin_P_P Double Iminp A 0 Minimum Current (Phase Fault) – Planning
Imax_P_P Double Imaxp A 0 Maximum Current (Phase Fault) – Planning
Imin_P_E Double Iming A 0 Minimum Current (Ground Fault) – Planning
Imax_P_E Double Imaxg A 0 Maximum Current (Ground Fault) – Planning
Imin_S_P Double Imin A 0 Minimum Current (Phase Fault) – Pickup
Imin_S_E Double Imin A 0 Minimum Current (Ground Fault) – Pickup
Imax_S_P Double Imax A 0 Maximum Current (Phase Fault) – Pickup
Imax_S_E Double Imax A 0 Maximum Current (Ground Fault) – Pickup
Rmin_S_P Double Rmin Ohm 0 Minimum Resistance (Phase Fault) – Pickup
Rmin_S_E Double Rmin Ohm 0 Minimum Resistance (Ground Fault) – Pickup
Rmax_S_P Double Rmax Ohm 0 Maximum Resistance (Phase Fault) – Pickup
Rmax_S_E Double Rmax Ohm 0 Maximum Resistance (Ground Fault) – Pickup
Xmin_S_P Double Xmin Ohm 0 Minimum Reactance (Phase Fault) – Pickup
Xmin_S_E Double Xmin Ohm 0 Minimum Reactance (Ground Fault) – Pickup
Xmax_S_P Double Xmax Ohm 0 Maximum Reactance (Phase Fault) – Pickup
Xmax_S_E Double Xmax Ohm 0 Maximum Reactance (Ground Fault) – Pickup
Imin_T_P Double Imin A 0 Minimum Current (Phase Fault) – Tripping
Imin_T_E Double Imin A 0 Minimum Current (Ground Fault) – Tripping
Imax_T_P Double Imax A 0 Maximum Current (Phase Fault) – Tripping
Imax_T_E Double Imax A 0 Maximum Current (Ground Fault) – Tripping
Rmin_T_P Double Rmin Ohm 0 Minimum Resistance (Phase Fault) – Tripping
Rmin_T_E Double Rmin Ohm 0 Minimum Resistance (Ground Fault) – Tripping
Rmax_T_P Double Rmax Ohm 0 Maximum Resistance (Phase Fault) – Tripping
Rmax_T_E Double Rmax Ohm 0 Maximum Resistance (Ground Fault) – Tripping
Xmin_T_P Double Xmin Ohm 0 Minimum Reactance (Phase Fault) – Tripping
Xmin_T_E Double Xmin Ohm 0 Minimum Reactance (Ground Fault) – Tripping
Xmax_T_P Double Xmax Ohm 0 Maximum Reactance (Phase Fault) – Tripping
Xmax_T_E Double Xmax Ohm 0 Maximum Reactance (Ground Fault) – Tripping
Flag_State Integer Upd MinMax 1 Update MinMax Automatically
0: No
1: Yes

Protection Route Results (ProtRouteResult)

Attribute name Data type Short name Unit Std. Description


Result_ID Long Integer 0 Primary Key – Result
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
ProtDev_ID Long Integer 0 Secondary Key – Protection Device
Flag_Tripp Integer 0 Tripping
0: No
1: Yes
t_tripp Double t s 0 Tripping Time
b_stu Text (16) 0 Tripping Zone

252 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

Flag_Content Integer Content 0 Content


1: Element
2: Node
3: Number
4: Text
Node_ID Long Integer 0 Secondary Key – Node
Element_ID Long Integer 0 Secondary Key – Network Element
Distance Double Distance % 0 Distance from Start/End Node

Dimensioning Single Results (DimSingleResult)

Attribute name Data type Short name Unit Std. Description


Result_ID Long Integer 0 Primary Key – Result
Variant_ID Long Integer 1 Secondary Key – Variant
Terminal1_ID Long Integer Fuse Node 0 Secondary Key – Fuse Node Name
Terminal2_ID Long Integer Fuse El. 0 Secondary Key – Fuse Element Name
NodeStart_ID Long Integer Fault Start 0 Secondary Key – Fault Start Node
NodeEnd_ID Long Integer Fault End 0 Secondary Key – Fault End Node
dist Double Dist. Nd. % 0 Distance to Starting Node
Itf Double If A 0 Total Fault Current
Ifc Double Ifc A 0 Existing Rated Fuse Current
k Double k 1 0 Fuse Factor
Ifcmax Double Ifcmax A 0 Maximum Admissible Rated Fuse Current
kmax Double kmax 1 0 Maximum Admissible Fuse Factor
tstep Double tstep 1 0 Time Step
NAF Double Trip. Fuses 1 0 Number of Tripped Fuses

Dimensioning Summary Results (DimSummaryResult)

Attribute name Data type Short name Unit Std. Description


Result_ID Long Integer 0 Primary Key – Result
Variant_ID Long Integer 1 Secondary Key – Variant
Terminal1_ID Long Integer Fuse Node 0 Secondary Key – Fuse Node Name
Terminal2_ID Long Integer Fuse El. 0 Secondary Key – Fuse Element Name
NodeStart_ID Long Integer Fault Start 0 Secondary Key – Fault Start Node
NodeEnd_ID Long Integer Fault End 0 Secondary Key – Fault End Node
dist Double Dist. Nd. % 0 Distance to Starting Node
Itf Double If A 0 Total Fault Current
Ifc Double Ifc A 0 Existing Rated Fuse Current
k Double k 1 0 Existing Fuse Factor
Ifcmax Double Infusemax A 0 Maximum Admissible Rated Fuse Current
kmax Double kmax 1 0 Maximum Admissible Fuse Factor
I Double Iload A 0 Load Flow Current
tstep Double tstep 1 0 Time Step
NAF Double Trip. Fuses 1 0 Number of Tripped Fuses
Flag_CON Integer Contrad. Contradictions
0: OK
1: Iload>Ifnmax
2: Ifn>Ifnmax
3: Iload>Ifnmax and Ifn>Ifnmax
4: Ifn<Iload and Iload<Ifnmax

April 2019 253


PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

Arc Flash Node Results (ArcFlashNodeResult)

Attribute name Data type Short name Unit Std. Description


Results IEEE
Result_ID Long Integer 0 Primary Key – Result
Variant_ID Long Integer 1 Secondary Key – Variant
Un Double Vn kV 0,6 Rated Voltage
Gap Double Gap mm 0 Gap between Conductors
Flag_IEEE Integer 1 IEEE Configuration
0: No
1: IEEE 1584 2018
2: IEEE 1584 2002
Node_ID Long Integer Node 0 Secondary Key – Node
Flag_Type Integer Type 1 Equipment Type
1: Switchgear
2: Cable
3: Open air
4: MCC and panels
Flag_Config Integer Config. 1 Equipment Configuration
1: Box
2: Open
Flag_Risk Integer Risk Class 1 Risk Category Class due to NFPA 70E
-2: Not applicable
-1: No warning
0: Warning
1: Warning high
2: Danger
3: Danger high
Flag_PPE Integer PPE 1 Required Personal Protection Equipment due to
NFPA 70E
-1: Not applicable
0: Category 0
1: Category 1
2: Category 2
3: Category 3
4: Category 4
5: Energized work prohibited
Energy Double W J/cm² 0 Incident Energy
Boundary Double Bnd mm 0 Arc Flash Boundary
Distance Double Dist mm 0 Working Distance
Limited Double Lapr mm 0 Limited Approach Boundary
Restricted Double Rapr mm 0 Restricted Approach Boundary
Prohibited Double Papr mm 0 Prohibited Approach Boundary
Ibf Double Ibf kA 0 Bolted Fault Current
Iarc Double Iarc kA 0 Total Arcing Current
t_clear Double tc s 0 Maximum Fault Clearing Time
Flag_Calc Integer Method 1 Calculation Method
1: Empirically
2: Lee
Flag_Reduced Integer Red 0 Reduced Arcing Current Used
0: No
1: Yes
Flag_Grounding Integer Gnd 1 Grounding
1: Solid grounded
2: Impedance grounded
3: Ungrounded

254 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

Flag_DGUV Integer 0 DGUV Configuration


0: No
1: BGI/GUV-I 5188 2012
Results DGUV
DGUV_PSAgS Integer Prot Class 1 Arc Flash Protection Class
1: Class 1
2: Class 2
3: Other Action
DGUV_Warc Double Warc kJ 0 Arcing Energy
DGUV_Parc Double Parc MW 0 Arcing Power
DGUV_Iarc Double Iarc kA 0 Arcing Current
DGUV_Iprosp Double Ik"max kA 0 Prospective Fault Current
DGUV_Imin Double Ik"min kA 0 Minimum Fault Current
DGUV_R_X Double R/X 1 0 Ratio R/X
DGUV_Sk Double Sk"max MVA 0 Short Circuit Power
DGUV_tclear Double tf s 0 Fault Clearing Time
DGUV_TransmFac Double kt 1 0 Transmission Factor
DGUV_Factor_I Double kb 1 1 Current Limiting Factor
DGUV_Factor_P Double kParc 1 1 Referenced Arcing Power
DGUV_EquW1arc Double Warc1 kJ 0 Equivalent Arcing Energy for Class 1
DGUV_EquW2arc Double Warc2 kJ 0 Equivalent Arcing Energy for Class 2
DGUV_Frq_Iarc Integer fIarc 1 Arc Voltage Frequency for Determining Arcing
Current
1: Minimum
2: 30 %
3: 50 %
4: 80 % (recommended)
5: 95 %
DGUV_Frq_Parc Integer fParc 1 Arc Voltage Frequency for Determining Arcing
Power
1: Minimum
2: 30 %
3: 50 % (recommended)
4: 80 %
5: 95 %

Protection Analysis Results (ProtAnalysisResult)

Attribute name Data type Short name Unit Std. Description


Protection Zone
Result_ID Long Integer 0 Primary Key – Protection Analysis Results
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 0 Element of Current Variant
0: No
1: Yes
ResultNumber Integer Result 0 Result Number within one Route
RouteNumber Long Integer Route 0 Protection Route
ProtLoc_ID1 Long Integer Start 0 Device – Route Start
ProtLoc_ID2 Long Integer End 0 Device – Route End
RouteDist Double Dist % 0 Distance from Start
Result_Type Integer 0 Malfunction
0: None
1: Start
2: End
3: Start + End

April 2019 255


PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

Fault Information
FaultType Text (20) Fault 0 Type of Fault
Terminal_ID Long Integer Terminal 0 Terminal for Recalculation
ElementDist Double Elem.Dist. % 0 Distance for Recalculation
Result Data
State Integer State 0 State Protection Coordination
0: Selective
1: Unable to clear
2: Underfunction
3: Overfunction
4: Not Calculable
t_clear Double tclr s 0 Clearing Time
tmax Double 0 Max. Allowed Clearing Time
Ikmax Double Ikmax kA 0 Max. Fault Current
Amount_Loops Integer Loop 0 Amount of Time Loops
Amount_Trip Integer Trip 0 Amount of Tripping Devices
Amount_Pickedup Integer Pickup 0 Amount of Picked-up Devices
Min_SelTripTime Double tmin s 0 Minimum Selective Tripping Time over all
Loops

2.4.5 Short Circuit

PSS SINCAL stores the results of the short circuit calculations in the following tables:

Table name ID Description


SC1BranchResult 65 Branch results – 1-phase ground fault
SC1NodeResult 63 Node results – 1-phase ground fault
SC1ObsBranchResult 64 Observation results – 1-phase ground fault
SC2BranchResult 68 Branch results – 2-phase ground fault and short circuit
SC2NodeResult 66 Node results – 2-phase ground fault and short circuit
SC2ObsBranchResult 67 Observation results – 2-phase ground fault and short circuit
SC3BranchResult 71 Branch results – 3-phase short circuit
SC3NodeResult 69 Node results – 3-phase short circuit
SC3ObsBranchResult 70 Observation results – 3-phase short circuit

Branch Results – 1-Phase Ground Fault (SC1BranchResult)

Attribute name Data type Short name Unit Std. Description


Results
Result_ID Long Integer 0 Primary Key – Result
Variant_ID Long Integer 1 Secondary Key – Variant

256 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

Flag_Norm Integer Standard 1 Standard


1: VDE 0102/1.90 – IEC 909
2: VDE 0102/IEC 909 (initial load)
3: VDE 0102/2002 – IEC 909/2001
4: IEC 61363-1/1998
5: IEC 61363-1/1998 (initial load)
6: IEEE C37 1990
7: G74
8: VDE 0102/2016 – IEC 909/2016
9: GOST R 52735/2007 – GOST 28249/1993
10: IEEE C37 2016
11: IEEE C37 (initial load)
Flag_SC Integer 1 Short Circuit Type
1: SC1
2: SC2
3: GC2
4: SC3
Terminal1_ID Long Integer Obs. Node 0 Secondary Key – Terminal
Terminal2_ID Long Integer Ngb. Node 0 Secondary Key – Neighbor Terminal
Flag_Model Integer Netw. Mod. 1 Network Modelling in Calculation
1: Sequence Data
2: Phase Data
Flag_Fault Integer Fault Type 1 Type of Fault
1: Short Circuit
2: Return Circuit
3: Ground Circuit
4: Return and Ground Circuit
Ik2 Double Ik" kA 0 Initial Short Circuit Current
Ik2_PFO Double Ik"PFO kA 0 Initial Short Circuit Current without Converter
Ik2_PF Double Ik"PF kA 0 Initial Short Circuit Current of Converter
phiIk2 Double φIk" ° 0 Angle – Initial Short Circuit Current
Ip Double ip kA 0 Peak Short Circuit Current
Ia Double Ib kA 0 Breaking Short Circuit Current
idc Double Idc kA 0 Direct Current at Switch Delay
Ikrel Double Ik"/Ik"max % 0 Utilization Initial Short Circuit Current
Ipmax Double ip/ipmax % 0 Peak Short Circuit Current Utilization
Iamax Double Ib/Ibmax % 0 Breaking Short Circuit Current Utilization
tmax Double tmax s 0 Maximum Tripping Time
trel Double trel % 0 Reference Tripping Time
Ithmax Double Ithmax kA 0 Thermal Equivalent Current
Isym_1cyc Double Isym 1c kA 0 Symmetrical Current First Cycle
Phi_Isym_1cyc Double φIsym 1c ° 0 Angle of Symmetrical Current First Cycle
X_R_1cyc Double X/R 1c 1 0 Ratio X/R First Cycle
S_1cyc Double S1c MVA 0 Alternating Power First Cycle
Isym_int Double Isym int kA 0 Symmetrical Interrupt Current
Phi_Isym_int Double φIsym int ° 0 Angle of Symmetrical Interrupt Current
X_R_int Double X/R int 1 0 X/R Interrupt
S_int Double Sint MVA 0 Alternating Interrupt Power
Phase Values
IRa Double IL1a kA 0 Current L1 – Absolute
IRr Double IL1r kA 0 Current L1 – Real
IRi Double IL1i kA 0 Current L1 – Imaginary
ISa Double IL2a kA 0 Current L2 – Absolute
ISr Double IL2r kA 0 Current L2 – Real
ISi Double IL2i kA 0 Current L2 – Imaginary
ITa Double IL3a kA 0 Current L3 – Absolute
ITr Double IL3r kA 0 Current L3 – Real

April 2019 257


PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

ITi Double IL3i kA 0 Current L3 – Imaginary


I0a Double 3I0a kA 0 Current Return – Absolute
I0r Double 3I0r kA 0 Current Return – Real
I0i Double 3I0i kA 0 Current Return – Imaginary
URa Double VL1a kV 0 Voltage L1 – Absolute
URr Double VL1r kV 0 Voltage L1 – Real
URi Double VL1i kV 0 Voltage L1 – Imaginary
USa Double VL2a kV 0 Voltage L2 – Absolute
USr Double VL2r kV 0 Voltage L2 – Real
USi Double VL2i kV 0 Voltage L2 – Imaginary
UTa Double VL3a kV 0 Voltage L3 – Absolute
UTr Double VL3r kV 0 Voltage L3 – Real
UTi Double VL3i kV 0 Voltage L3 – Imaginary
U0a Double V0a kV 0 Voltage Displacement – Absolute
U0r Double V0r kV 0 Voltage Displacement – Real
U0i Double V0i kV 0 Voltage Displacement – Imaginary
Components
i_1a Double Isys1a kA 0 Current Positive-Phase System – Absolute
i_1r Double Isys1r kA 0 Current Positive-Phase System – Real
i_1i Double Isys1i kA 0 Current Positive-Phase System – Imaginary
i_2a Double Isys2a kA 0 Current Negative-Phase System – Absolute
i_2r Double Isys2r kA 0 Current Negative-Phase System – Real
i_2i Double Isys2i kA 0 Current Negative-Phase System – Imaginary
i_0a Double Isys0a kA 0 Current Zero-Phase System – Absolute
i_0r Double Isys0r kA 0 Current Zero-Phase System – Real
i_0i Double Isys0i kA 0 Current Zero-Phase System – Imaginary
u_1a Double Vsys1a kV 0 Voltage Positive-Phase System – Absolute
u_1r Double Vsys1r kV 0 Voltage Positive-Phase System – Real
u_1i Double Vsys1i kV 0 Voltage Positive-Phase System – Imaginary
u_2a Double Vsys2a kV 0 Voltage Negative-Phase System – Absolute
u_2r Double Vsys2r kV 0 Voltage Negative-Phase System – Real
u_2i Double Vsys2i kV 0 Voltage Negative-Phase System – Imaginary
u_0a Double Vsys0a kV 0 Voltage Zero-Phase System – Absolute
u_0r Double Vsys0r kV 0 Voltage Zero-Phase System – Real
u_0i Double Vsys0i kV 0 Voltage Zero-Phase System – Imaginary

Node Results – 1-Phase Ground Fault (SC1NodeResult)

Attribute name Data type Short name Unit Std. Description


Results
Result_ID Long Integer 0 Primary Key – Result
Variant_ID Long Integer 1 Secondary Key – Variant

258 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

Flag_Norm Integer Standard 1 Standard


1: VDE 0102/1.90 – IEC 909
2: VDE 0102/IEC 909 (initial load)
3: VDE 0102/2002 – IEC 909/2001
4: IEC 61363-1/1998
5: IEC 61363-1/1998 (initial load)
6: IEEE C37 1990
7: G74
8: VDE 0102/2016 – IEC 909/2016
9: GOST R 52735/2007 – GOST 28249/1993
10: IEEE C37 2016
11: IEEE C37 (initial load)
Flag_SC Integer 1 Short Circuit Type
1: SC1
2: SC2
3: GC2
4: SC3
Node_ID Long Integer Fault Node 0 Secondary Key – Node
Flag_Model Integer Netw. Mod. 1 Network Modelling in Calculation
1: Sequence Data
2: Phase Data
Flag_Fault Integer Fault Type 1 Type of Fault
1: Short Circuit
2: Return Circuit
3: Ground Circuit
4: Return and Ground Circuit
SR Double Sk" MVA 0 Initial Short Circuit Alternating Power
Ik2 Double Ik" kA 0 Initial Short Circuit Current
Ik2_PFO Double Ik"PFO kA 0 Initial Short Circuit Current without Converter
Ik2_PF Double Ik"PF kA 0 Initial Short Circuit Current of Converter
phiIk2 Double φIk" ° 0 Angle – Initial Short Circuit Current
Ip Double ip kA 0 Peak Short Circuit Current
Ia Double Ib kA 0 Breaking Short Circuit Current
idc Double Idc kA 0 Direct Current at Switch Delay
Iasym Double Ibasym kA 0 Asymmetric Breaking Current
X_R_Ik2 Double X/R Ik" 1 0 Initial Ratio X/R
R_X_Ik2 Double R/X Ik" 1 0 Initial Ratio R/X
Iprel Double ip/ipmax % 0 Surge Short Circuit Current Utilization
Iarel Double Ik"/Ik"max % 0 Utilization Initial Short Circuit Current
Sarel Double Sk"/Sk"max % 0 Utilization Initial Short Circuit Power
Isym_1cyc Double Isym 1c kA 0 Symmetrical Current First Cycle
Phi_Isym_1cyc Double φIsym 1c ° 0 Angle of Symmetrical Current First Cycle
X_R_1cyc Double X/R 1c 1 0 Ratio X/R First Cycle
S_1cyc Double S1c MVA 0 Alternating Power First Cycle
Isym_int Double Isym int kA 0 Symmetrical Interrupt Current
Phi_Isym_int Double φIsym int ° 0 Angle of Symmetrical Interrupt Current
X_R_int Double X/R int 1 0 X/R Interrupt
S_int Double Sint MVA 0 Alternating Interrupt Power
Imom_rms Double Imom rms kA 0 Momentary RMS Current
Imom_peak Double Imom peak kA 0 Momentary Peak Current
Phase Values
IRa Double IL1a kA 0 Current L1 – Absolute
IRr Double IL1r kA 0 Current L1 – Real
IRi Double IL1i kA 0 Current L1 – Imaginary
ISa Double IL2a kA 0 Current L2 – Absolute
ISr Double IL2r kA 0 Current L2 – Real
ISi Double IL2i kA 0 Current L2 – Imaginary

April 2019 259


PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

ITa Double IL3a kA 0 Current L3 – Absolute


ITr Double IL3r kA 0 Current L3 – Real
ITi Double IL3i kA 0 Current L3 – Imaginary
I0a Double 3I0a kA 0 Current Return Line – Absolute
I0r Double 3I0r kA 0 Current Return Line – Real
I0i Double 3I0i kA 0 Current Return Line – Imaginary
URa Double VL1a kV 0 Voltage L1 – Absolute
URr Double VL1r kV 0 Voltage L1 – Real
URi Double VL1i kV 0 Voltage L1 – Imaginary
USa Double VL2a kV 0 Voltage L2 – Absolute
USr Double VL2r kV 0 Voltage L2 – Real
USi Double VL2i kV 0 Voltage L2 – Imaginary
UTa Double VL3a kV 0 Voltage L3 – Absolute
UTr Double VL3r kV 0 Voltage L3 – Real
UTi Double VL3i kV 0 Voltage L3 – Imaginary
U0a Double V0a kV 0 Voltage Displacement – Absolute
U0r Double V0r kV 0 Voltage Displacement – Real
U0i Double V0i kV 0 Voltage Displacement – Imaginary
Z0_Z1a Double Z0/Z1a pu 0 Ratio Zero-Phase to Positive-Phase Impedance
– Absolute
Z0_Z1r Double Z0/Z1r pu 0 Ratio Zero-Phase to Positive-Phase Impedance
– Real
Z0_Z1i Double Z0/Z1i pu 0 Ratio Zero-Phase to Positive-Phase Impedance
– Imaginary
Z1a Double Z1a Ohm 0 Impedance Absolute at Positive-Phase System
Z1r Double Z1r Ohm 0 Impedance Real at Positive-Phase System
Z1i Double Z1i Ohm 0 Impedance Imaginary at Positive-Phase
System
Z0a Double Z0a Ohm 0 Impedance Absolute at Zero-Phase System
Z0r Double Z0r Ohm 0 Impedance Real at Zero-Phase System
Z0i Double Z0i Ohm 0 Impedance Imaginary at Zero-Phase System
Components
i_1a Double Isys1a kA 0 Current Positive-Phase System – Absolute
i_1r Double Isys1r kA 0 Current Positive-Phase System – Real
i_1i Double Isys1i kA 0 Current Positive-Phase System – Imaginary
i_2a Double Isys2a kA 0 Current Negative-Phase System – Absolute
i_2r Double Isys2r kA 0 Current Negative-Phase System – Real
i_2i Double Isys2i kA 0 Current Negative-Phase System – Imaginary
i_0a Double Isys0a kA 0 Current Zero-Phase System – Absolute
i_0r Double Isys0r kA 0 Current Zero-Phase System – Real
i_0i Double Isys0i kA 0 Current Zero-Phase System – Imaginary
u_1a Double Vsys1a kV 0 Voltage Positive-Phase System – Absolute
u_1r Double Vsys1r kV 0 Voltage Positive-Phase System – Real
u_1i Double Vsys1i kV 0 Voltage Positive-Phase System – Imaginary
u_2a Double Vsys2a kV 0 Voltage Negative-Phase System – Absolute
u_2r Double Vsys2r kV 0 Voltage Negative-Phase System – Real
u_2i Double Vsys2i kV 0 Voltage Negative-Phase System – Imaginary
u_0a Double Vsys0a kV 0 Voltage Zero-Phase System – Absolute
u_0r Double Vsys0r kV 0 Voltage Zero-Phase System – Real
u_0i Double Vsys0i kV 0 Voltage Zero-Phase System – Imaginary
Dim. Currents
Ipf15_1cyc Double IPF15 kA 0 Current Test Power Factor 15 First Cycle

260 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

Ipf20_1cyc Double IPF20 kA 0 Current Test Power Factor 20 First Cycle


Ipf30_1cyc Double IPF30 kA 0 Current Test Power Factor 30 First Cycle
Ipf50_1cyc Double IPF50 kA 0 Current Test Power Factor 50 First Cycle
Isym_2brk Double Isym2 kA 0 Symmetrical Current Rating 2 Cycle Breaker
Isym_3brk Double Isym3 kA 0 Symmetrical Current Rating 3 Cycle Breaker
Isym_5brk Double Isym5 kA 0 Symmetrical Current Rating 5 Cycle Breaker
Isym_8brk Double Isym8 kA 0 Symmetrical Current Rating 8 Cycle Breaker
Itot_2brk Double Itot2 kA 0 Total Current Rating 2 Cycle Breaker
Itot_3brk Double Itot3 kA 0 Total Current Rating 3 Cycle Breaker
Itot_5brk Double Itot5 kA 0 Total Current Rating 5 Cycle Breaker
Itot_8brk Double Itot8 kA 0 Total Current Rating 8 Cycle Breaker

Observation Results – 1-Phase Ground Fault (SC1ObsBranchResult)

Attribute name Data type Short name Unit Std. Description


Results
Result_ID Long Integer 0 Primary Key – Result
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Norm Integer Standard 1 Standard
1: VDE 0102/1.90 – IEC 909
2: VDE 0102/IEC 909 (initial load)
3: VDE 0102/2002 – IEC 909/2001
4: IEC 61363-1/1998
5: IEC 61363-1/1998 (initial load)
6: IEEE C37 1990
7: G74
8: VDE 0102/2016 – IEC 909/2016
9: GOST R 52735/2007 – GOST 28249/1993
10: IEEE C37 2016
11: IEEE C37 (initial load)
Flag_SC Integer 1 Short Circuit Type
1: SC1
2: SC2
3: GC2
4: SC3
Node_ID Long Integer Fault Node 0 Secondary Key – Fault Node
Terminal1_ID Long Integer Obs. Node 0 Secondary Key – Terminal
Terminal2_ID Long Integer Ngb. Node 0 Secondary Key – Neighbor Terminal
Flag_Result Integer Type 1 Result Type
1: Element result
2: Current delta coil
3: Current neutral point
4: Current common neutral point
Flag_Model Integer Netw. Mod. 1 Network Modelling in Calculation
1: Sequence Data
2: Phase Data
Flag_Fault Integer Fault Type 1 Type of Fault
1: Short Circuit
2: Return Circuit
3: Ground Circuit
4: Return and Ground Circuit
Ik2 Double Ik" kA 0 Initial Short Circuit Current
Ik2_PFO Double Ik"PFO kA 0 Initial Short Circuit Current without Converter
Ik2_PF Double Ik"PF kA 0 Initial Short Circuit Current of Converter
phiIk2 Double φIk" ° 0 Angle – Initial Short Circuit Current
Isym_1cyc Double Isym 1c kA 0 Symmetrical Current First Cycle

April 2019 261


PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

Phi_Isym_1cyc Double φIsym 1c ° 0 Angle of Symmetrical Current First Cycle


X_R_1cyc Double X/R 1c 1 0 Ratio X/R First Cycle
S_1cyc Double S1c MVA 0 Alternating Power First Cycle
Isym_int Double Isym int kA 0 Symmetrical Interrupt Current
Phi_Isym_int Double φIsym int ° 0 Angle of Symmetrical Interrupt Current
X_R_int Double X/R int 1 0 X/R Interrupt
S_int Double Sint MVA 0 Alternating Interrupt Power
Phase Values
IRa Double IL1a kA 0 Current L1 – Absolute
IRr Double IL1r kA 0 Current L1 – Real
IRi Double IL1i kA 0 Current L1 – Imaginary
ISa Double IL2a kA 0 Current L2 – Absolute
ISr Double IL2r kA 0 Current L2 – Real
ISi Double IL2i kA 0 Current L2 – Imaginary
ITa Double IL3a kA 0 Current L3 – Absolute
ITr Double IL3r kA 0 Current L3 – Real
ITi Double IL3i kA 0 Current L3 – Imaginary
I0a Double 3I0a kA 0 Current Return – Absolute
I0r Double 3I0r kA 0 Current Return – Real
I0i Double 3I0i kA 0 Current Return – Imaginary
URa Double VL1a kV 0 Voltage L1 – Absolute
URr Double VL1r kV 0 Voltage L1 – Real
URi Double VL1i kV 0 Voltage L1 – Imaginary
USa Double VL2a kV 0 Voltage L2 – Absolute
USr Double VL2r kV 0 Voltage L2 – Real
USi Double VL2i kV 0 Voltage L2 – Imaginary
UTa Double VL3a kV 0 Voltage L3 – Absolute
UTr Double VL3r kV 0 Voltage L3 – Real
UTi Double VL3i kV 0 Voltage L3 – Imaginary
U0a Double V0a kV 0 Voltage Displacement – Absolute
U0r Double V0r kV 0 Voltage Displacement – Real
U0i Double V0i kV 0 Voltage Displacement – Imaginary
Components
i_1a Double Isys1a kA 0 Current Positive-Phase System – Absolute
i_1r Double Isys1r kA 0 Current Positive-Phase System – Real
i_1i Double Isys1i kA 0 Current Positive-Phase System – Imaginary
i_2a Double Isys2a kA 0 Current Negative-Phase System – Absolute
i_2r Double Isys2r kA 0 Current Negative-Phase System – Real
i_2i Double Isys2i kA 0 Current Negative-Phase System – Imaginary
i_0a Double Isys0a kA 0 Current Zero-Phase System – Absolute
i_0r Double Isys0r kA 0 Current Zero-Phase System – Real
i_0i Double Isys0i kA 0 Current Zero-Phase System – Imaginary
u_1a Double Vsys1a kV 0 Voltage Positive-Phase System – Absolute
u_1r Double Vsys1r kV 0 Voltage Positive-Phase System – Real
u_1i Double Vsys1i kV 0 Voltage Positive-Phase System – Imaginary
u_2a Double Vsys2a kV 0 Voltage Negative-Phase System – Absolute
u_2r Double Vsys2r kV 0 Voltage Negative-Phase System – Real
u_2i Double Vsys2i kV 0 Voltage Negative-Phase System – Imaginary
u_0a Double Vsys0a kV 0 Voltage Zero-Phase System – Absolute
u_0r Double Vsys0r kV 0 Voltage Zero-Phase System – Real
u_0i Double Vsys0i kV 0 Voltage Zero-Phase System – Imaginary

262 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

Branch Results – 2-Phase Ground Fault and Short Circuit (SC2BranchResult)

Attribute name Data type Short name Unit Std. Description


Results
Result_ID Long Integer 0 Primary Key – Result
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Norm Integer Standard 1 Standard
1: VDE 0102/1.90 – IEC 909
2: VDE 0102/IEC 909 (initial load)
3: VDE 0102/2002 – IEC 909/2001
4: IEC 61363-1/1998
5: IEC 61363-1/1998 (initial load)
6: IEEE C37 1990
7: G74
8: VDE 0102/2016 – IEC 909/2016
9: GOST R 52735/2007 – GOST 28249/1993
10: IEEE C37 2016
11: IEEE C37 (initial load)
Flag_SC Integer 1 Short Circuit Type
1: SC1
2: SC2
3: GC2
4: SC3
Terminal1_ID Long Integer Obs. Node 0 Secondary Key – Terminal
Terminal2_ID Long Integer Ngb. Node 0 Secondary Key – Neighbor Terminal
Flag_Model Integer Netw. Mod. 1 Network Modelling in Calculation
1: Sequence Data
2: Phase Data
Flag_Fault Integer Fault Type 1 Type of Fault
1: Short Circuit
2: Return Circuit
3: Ground Circuit
4: Return and Ground Circuit
Ik2 Double Ik" kA 0 Initial Short Circuit Current
Ik2_PFO Double Ik"PFO kA 0 Initial Short Circuit Current without Converter
Ik2_PF Double Ik"PF kA 0 Initial Short Circuit Current of Converter
phiIk2 Double φIk" ° 0 Angle – Initial Short Circuit Current
Ip Double ip kA 0 Peak Short Circuit Current
Ia Double Ib kA 0 Breaking Short Circuit Current
idc Double Idc kA 0 Direct Current at Switch Delay
Ikrel Double Ik"/Ik"max % 0 Utilization Initial Short Circuit Current
Ipmax Double ip/ipmax % 0 Peak Short Circuit Current Utilization
Iamax Double Ib/Ibmax % 0 Breaking Short Circuit Current Utilization
tmax Double tmax s 0 Maximum Tripping Time
trel Double trel % 0 Reference Tripping Time
Ithmax Double Ithmax kA 0 Thermal Equivalent Current
Isym_1cyc Double Isym 1c kA 0 Symmetrical Current First Cycle
Phi_Isym_1cyc Double φIsym 1c ° 0 Angle of Symmetrical Current First Cycle
X_R_1cyc Double X/R 1c 1 0 Ratio X/R First Cycle
S_1cyc Double S1c MVA 0 Alternating Power First Cycle
Isym_int Double Isym int kA 0 Symmetrical Interrupt Current
Phi_Isym_int Double φIsym int ° 0 Angle of Symmetrical Interrupt Current
X_R_int Double X/R int 1 0 X/R Interrupt
S_int Double S int MVA 0 Alternating Interrupt Power

April 2019 263


PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

Phase Values
IRa Double IL1a kA 0 Current L1 – Absolute
IRr Double IL1r kA 0 Current L1 – Real
IRi Double IL1i kA 0 Current L1 – Imaginary
ISa Double IL2a kA 0 Current L2 – Absolute
ISr Double IL2r kA 0 Current L2 – Real
ISi Double IL2i kA 0 Current L2 – Imaginary
ITa Double IL3a kA 0 Current L3 – Absolute
ITr Double IL3r kA 0 Current L3 – Real
ITi Double IL3i kA 0 Current L3 – Imaginary
I0a Double 3I0a kA 0 Current Return – Absolute
I0r Double 3I0r kA 0 Current Return – Real
I0i Double 3I0i kA 0 Current Return – Imaginary
URa Double VL1a kV 0 Voltage L1 – Absolute
URr Double VL1r kV 0 Voltage L1 – Real
URi Double VL1i kV 0 Voltage L1 – Imaginary
USa Double VL2a kV 0 Voltage L2 – Absolute
USr Double VL2r kV 0 Voltage L2 – Real
USi Double VL2i kV 0 Voltage L2 – Imaginary
UTa Double VL3a kV 0 Voltage L3 – Absolute
UTr Double VL3r kV 0 Voltage L3 – Real
UTi Double VL3i kV 0 Voltage L3 – Imaginary
U0a Double V0a kV 0 Voltage Displacement – Absolute
U0r Double V0r kV 0 Voltage Displacement – Real
U0i Double V0i kV 0 Voltage Displacement – Imaginary
Components
i_1a Double Isys1a kA 0 Current Positive-Phase System – Absolute
i_1r Double Isys1r kA 0 Current Positive-Phase System – Real
i_1i Double Isys1i kA 0 Current Positive-Phase System – Imaginary
i_2a Double Isys2a kA 0 Current Negative-Phase System – Absolute
i_2r Double Isys2r kA 0 Current Negative-Phase System – Real
i_2i Double Isys2i kA 0 Current Negative-Phase System – Imaginary
i_0a Double Isys0a kA 0 Current Zero-Phase System – Absolute
i_0r Double Isys0r kA 0 Current Zero-Phase System – Real
i_0i Double Isys0i kA 0 Current Zero-Phase System – Imaginary
u_1a Double Vsys1a kV 0 Voltage Positive-Phase System – Absolute
u_1r Double Vsys1r kV 0 Voltage Positive-Phase System – Real
u_1i Double Vsys1i kV 0 Voltage Positive-Phase System – Imaginary
u_2a Double Vsys2a kV 0 Voltage Negative-Phase System – Absolute
u_2r Double Vsys2r kV 0 Voltage Negative-Phase System – Real
u_2i Double Vsys2i kV 0 Voltage Negative-Phase System – Imaginary
u_0a Double Vsys0a kV 0 Voltage Zero-Phase System – Absolute
u_0r Double Vsys0r kV 0 Voltage Zero-Phase System – Real
u_0i Double Vsys0i kV 0 Voltage Zero-Phase System – Imaginary

264 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

Node Results – 2-Phase Ground Fault and Short Circuit (SC2NodeResult)

Attribute name Data type Short name Unit Std. Description


Results
Result_ID Long Integer 0 Primary Key – Result
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Norm Integer Standard 1 Standard
1: VDE 0102/1.90 – IEC 909
2: VDE 0102/IEC 909 (initial load)
3: VDE 0102/2002 – IEC 909/2001
4: IEC 61363-1/1998
5: IEC 61363-1/1998 (initial load)
6: IEEE C37 1990
7: G74
8: VDE 0102/2016 – IEC 909/2016
9: GOST R 52735/2007 – GOST 28249/1993
10: IEEE C37 2016
11: IEEE C37 (initial load)
Flag_SC Integer 1 Short Circuit Type
1: SC1
2: SC2
3: GC2
4: SC3
Node_ID Long Integer Fault Node 0 Secondary Key – Node
Flag_Model Integer Netw. Mod. 1 Network Modelling in Calculation
1: Sequence Data
2: Phase Data
Flag_Fault Integer Fault Type 1 Type of Fault
1: Short Circuit
2: Return Circuit
3: Ground Circuit
4: Return and Ground Circuit
SR Double Sk" MVA 0 Initial Short Circuit Alternating Power
Ik2 Double Ik" kA 0 Initial Short Circuit Current
Ik2_PFO Double Ik"PFO kA 0 Initial Short Circuit Current without Converter
Ik2_PF Double Ik"PF kA 0 Initial Short Circuit Current of Converter
phiIk2 Double φIk" ° 0 Angle – Initial Short Circuit Current
Ip Double ip kA 0 Peak Short Circuit Current
Ia Double Ib kA 0 Breaking Short Circuit Current
idc Double Idc kA 0 Direct Current at Switch Delay
Iasym Double Ibasym kA 0 Asymmetric Breaking Current
X_R_Ik2 Double X/R Ik" 1 0 Initial Ratio X/R
R_X_Ik2 Double R/X Ik" 1 0 Initial Ratio R/X
Iprel Double ip/ipmax % 0 Surge Short Circuit Current Utilization
Iarel Double Ik"/Ik"max % 0 Utilization Initial Short Circuit Current
Sarel Double Sk"/Sk"max % 0 Utilization Initial Short Circuit Power
Isym_1cyc Double Isym 1c kA 0 Symmetrical Current First Cycle
Phi_Isym_1cyc Double φIsym 1c ° 0 Angle of Symmetrical Current First Cycle
X_R_1cyc Double X/R 1c 1 0 Ratio X/R First Cycle
S_1cyc Double S1c MVA 0 Alternating Power First Cycle
Isym_int Double Isym int kA 0 Symmetrical Interrupt Current
Phi_Isym_int Double φIsym int ° 0 Angle of Symmetrical Interrupt Current
X_R_int Double X/R int 1 0 X/R Interrupt
S_int Double Sint MVA 0 Alternating Interrupt Power
Imom_rms Double Imom rms kA 0 Momentary RMS Current
Imom_peak Double Imom peak kA 0 Momentary Peak Current

April 2019 265


PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

Phase Values
IRa Double IL1a kA 0 Current L1 – Absolute
IRr Double IL1r kA 0 Current L1 – Real
IRi Double IL1i kA 0 Current L1 – Imaginary
ISa Double IL2a kA 0 Current L2 – Absolute
ISr Double IL2r kA 0 Current L2 – Real
ISi Double IL2i kA 0 Current L2 – Imaginary
ITa Double IL3a kA 0 Current L3 – Absolute
ITr Double IL3r kA 0 Current L3 – Real
ITi Double IL3i kA 0 Current L3 – Imaginary
I0a Double 3I0a kA 0 Current Return – Absolute
I0r Double 3I0r kA 0 Current Return – Real
I0i Double 3I0i kA 0 Current Return – Imaginary
URa Double VL1a kV 0 Voltage L1 – Absolute
URr Double VL1r kV 0 Voltage L1 – Real
URi Double VL1i kV 0 Voltage L1 – Imaginary
USa Double VL2a kV 0 Voltage L2 – Absolute
USr Double VL2r kV 0 Voltage L2 – Real
USi Double VL2i kV 0 Voltage L2 – Imaginary
UTa Double VL3a kV 0 Voltage L3 – Absolute
UTr Double VL3r kV 0 Voltage L3 – Real
UTi Double VL3i kV 0 Voltage L3 – Imaginary
U0a Double V0a kV 0 Voltage Displacement – Absolute
U0r Double VL0r kV 0 Voltage Displacement – Real
U0i Double V0i kV 0 Voltage Displacement – Imaginary
Z0_Z1a Double Z0/Z1a pu 0 Ratio Zero-Phase to Positive-Phase Impedance
– Absolute
Z0_Z1r Double Z0/Z1r pu 0 Ratio Zero-Phase to Positive-Phase Impedance
– Real
Z0_Z1i Double Z0/Z1i pu 0 Ratio Zero-Phase to Positive-Phase Impedance
– Imaginary
Z1a Double Z1a Ohm 0 Impedance Absolute at Positive-Phase System
Z1r Double Z1r Ohm 0 Impedance Real at Positive-Phase System
Z1i Double Z1i Ohm 0 Impedance Imaginary at Positive-Phase
System
Z0a Double Z0a Ohm 0 Impedance Absolute at Zero-Phase System
Z0r Double Z0r Ohm 0 Impedance Real at Zero-Phase System
Z0i Double Z0i Ohm 0 Impedance Imaginary at Zero-Phase System
Components
i_1a Double Isys1a kA 0 Current Positive-Phase System – Absolute
i_1r Double Isys1r kA 0 Current Positive-Phase System – Real
i_1i Double Isys1i kA 0 Current Positive-Phase System – Imaginary
i_2a Double Isys2a kA 0 Current Negative-Phase System – Absolute
i_2r Double Isys2r kA 0 Current Negative-Phase System – Real
i_2i Double Isys2i kA 0 Current Negative-Phase System – Imaginary
i_0a Double Isys0a kA 0 Current Zero-Phase System – Absolute
i_0r Double Isys0r kA 0 Current Zero-Phase System – Real
i_0i Double Isys0i kA 0 Current Zero-Phase System – Imaginary
u_1a Double Vsys1a kV 0 Voltage Positive-Phase System – Absolute
u_1r Double Vsys1r kV 0 Voltage Positive-Phase System – Real
u_1i Double Vsys1i kV 0 Voltage Positive-Phase System – Imaginary
u_2a Double Vsys2a kV 0 Voltage Negative-Phase System – Absolute

266 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

u_2r Double Vsys2r kV 0 Voltage Negative-Phase System – Real


u_2i Double Vsys2i kV 0 Voltage Negative-Phase System – Imaginary
u_0a Double Vsys0a kV 0 Voltage Zero-Phase System – Absolute
u_0r Double Vsys0r kV 0 Voltage Zero-Phase System – Real
u_0i Double Vsys0i kV 0 Voltage Zero-Phase System – Imaginary
Dim. Currents
Ipf15_1cyc Double IPF15 kA 0 Current Test Power Factor 15 First Cycle
Ipf20_1cyc Double IPF20 kA 0 Current Test Power Factor 20 First Cycle
Ipf30_1cyc Double IPF30 kA 0 Current Test Power Factor 30 First Cycle
Ipf50_1cyc Double IPF50 kA 0 Current Test Power Factor 50 First Cycle
Isym_2brk Double Isym2 kA 0 Symmetrical Current Rating 2 Cycle Breaker
Isym_3brk Double Isym3 kA 0 Symmetrical Current Rating 3 Cycle Breaker
Isym_5brk Double Isym5 kA 0 Symmetrical Current Rating 5 Cycle Breaker
Isym_8brk Double Isym8 kA 0 Symmetrical Current Rating 8 Cycle Breaker
Itot_2brk Double Itot2 kA 0 Total Current Rating 2 Cycle Breaker
Itot_3brk Double Itot3 kA 0 Total Current Rating 3 Cycle Breaker
Itot_5brk Double Itot5 kA 0 Total Current Rating 5 Cycle Breaker
Itot_8brk Double Itot8 kA 0 Total Current Rating 8 Cycle Breaker

Observation Results – 2-Phase Ground Fault and Short Circuit


(SC2ObsBranchResult)

Attribute name Data type Short name Unit Std. Description


Results
Result_ID Long Integer 0 Primary Key – Result
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Norm Integer Standard 1 Standard
1: VDE 0102/1.90 – IEC 909
2: VDE 0102/IEC 909 (initial load)
3: VDE 0102/2002 – IEC 909/2001
4: IEC 61363-1/1998
5: IEC 61363-1/1998 (initial load)
6: IEEE C37 1990
7: G74
8: VDE 0102/2016 – IEC 909/2016
9: GOST R 52735/2007 – GOST 28249/1993
10: IEEE C37 2016
11: IEEE C37 (initial load)
Flag_SC Integer 1 Short Circuit Type
1: SC1
2: SC2
3: GC2
4: SC3
Node_ID Long Integer Fault Node 0 Secondary Key – Fault Node
Terminal1_ID Long Integer Obs. Node 0 Secondary Key – Terminal
Terminal2_ID Long Integer Ngb. Node 0 Secondary Key – Neighbor Terminal
Flag_Result Integer Type 1 Result Type
1: Element result
2: Current delta coil
3: Current neutral point
4: Current common neutral point
Flag_Model Integer Netw. Mod. 1 Network Modelling in Calculation
1: Sequence Data
2: Phase Data

April 2019 267


PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

Flag_Fault Integer Fault Type 1 Type of Fault


1: Short Circuit
2: Return Circuit
3: Ground Circuit
4: Return and Ground Circuit
Ik2 Double Ik" kA 0 Initial Short Circuit Current
Ik2_PFO Double Ik"PFO kA 0 Initial Short Circuit Current without Converter
Ik2_PF Double Ik"PF kA 0 Initial Short Circuit Current of Converter
phiIk2 Double φIk" ° 0 Angle – Initial Short Circuit Current
Isym_1cyc Double Isym 1c kA 0 Symmetrical Current First Cycle
Phi_Isym_1cyc Double φIsym 1c ° 0 Angle of Symmetrical Current First Cycle
X_R_1cyc Double X/R 1c 1 0 Ratio X/R First Cycle
S_1cyc Double S1c MVA 0 Alternating Power First Cycle
Isym_int Double Isym int kA 0 Symmetrical Interrupt Current
Phi_Isym_int Double φIsym int ° 0 Angle of Symmetrical Interrupt Current
X_R_int Double X/R int 1 0 X/R Interrupt
S_int Double Sint MVA 0 Alternating Interrupt Power
Phase Values
IRa Double IL1a kA 0 Current L1 – Absolute
IRr Double IL1r kA 0 Current L1 – Real
IRi Double IL1i kA 0 Current L1 – Imaginary
ISa Double IL2a kA 0 Current L2 – Absolute
ISr Double IL2r kA 0 Current L2 – Real
ISi Double IL2i kA 0 Current L2 – Imaginary
ITa Double IL3a kA 0 Current L3 – Absolute
ITr Double IL3r kA 0 Current L3 – Real
ITi Double IL3i kA 0 Current L3 – Imaginary
I0a Double 3I0a kA 0 Current Return – Absolute
I0r Double 3I0r kA 0 Current Return – Real
I0i Double 3I0i kA 0 Current Return – Imaginary
URa Double VL1a kV 0 Voltage L1 – Absolute
URr Double VL1r kV 0 Voltage L1 – Real
URi Double VL1i kV 0 Voltage L1 – Imaginary
USa Double VL2a kV 0 Voltage L2 – Absolute
USr Double VL2r kV 0 Voltage L2 – Real
USi Double VL2i kV 0 Voltage L2 – Imaginary
UTa Double VL3a kV 0 Voltage L3 – Absolute
UTr Double VL3r kV 0 Voltage L3 – Real
UTi Double VL3i kV 0 Voltage L3 – Imaginary
U0a Double V0a kV 0 Voltage Displacement – Absolute
U0r Double V0r kV 0 Voltage Displacement – Real
U0i Double V0i kV 0 Voltage Displacement – Imaginary
Components
i_1a Double Isys1a kA 0 Current Positive-Phase System – Absolute
i_1r Double Isys1r kA 0 Current Positive-Phase System – Real
i_1i Double Isys1i kA 0 Current Positive-Phase System – Imaginary
i_2a Double Isys2a kA 0 Current Negative-Phase System – Absolute
i_2r Double Isys2r kA 0 Current Negative-Phase System – Real
i_2i Double Isys2i kA 0 Current Negative-Phase System – Imaginary
i_0a Double Isys0a kA 0 Current Zero-Phase System – Absolute
i_0r Double Isys0r kA 0 Current Zero-Phase System – Real
i_0i Double Isys0i kA 0 Current Zero-Phase System – Imaginary

268 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

u_1a Double Vsys1a kV 0 Voltage Positive-Phase System – Absolute


u_1r Double Vsys1r kV 0 Voltage Positive-Phase System – Real
u_1i Double Vsys1i kV 0 Voltage Positive-Phase System – Imaginary
u_2a Double Vsys2a kV 0 Voltage Negative-Phase System – Absolute
u_2r Double Vsys2r kV 0 Voltage Negative-Phase System – Real
u_2i Double Vsys2i kV 0 Voltage Negative-Phase System – Imaginary
u_0a Double Vsys0a kV 0 Voltage Zero-Phase System – Absolute
u_0r Double Vsys0r kV 0 Voltage Zero-Phase System – Real
u_0i Double Vsys0i kV 0 Voltage Zero-Phase System – Imaginary

Branch Results – 3-Phase Short Circuit (SC3BranchResult)

Attribute name Data type Short name Unit Std. Description


Result_ID Long Integer 0 Primary Key – Result
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Norm Integer Standard 1 Standard
1: VDE
2: ANSI
3: G74
Terminal1_ID Long Integer Obs. Node 0 Secondary Key – Terminal
Terminal2_ID Long Integer Ngb. Node 0 Secondary Key – Neighbor Terminal
Flag_Model Integer Netw. Mod. 1 Network Modelling in Calculation
1: Sequence Data
2: Phase Data
Flag_Fault Integer Fault Type 1 Type of Fault
1: Short Circuit
2: Return Circuit
3: Ground Circuit
4: Return and Ground Circuit
Sk2 Double Sk" MVA 0 Initial Short Circuit Alternating Power
Ik2 Double Ik" kA 0 Initial Short Circuit Current
Ik2_PFO Double Ik"PFO kA 0 Initial Short Circuit Current without Converter
Ik2_PF Double Ik"PF kA 0 Initial Short Circuit Current of Converter
phiIk2 Double φIk" ° 0 Angle – Initial Short Circuit Current
Ip Double ip kA 0 Peak Short Circuit Current
Ia Double Ib kA 0 Breaking Short Circuit Current
idc Double Idc kA 0 Direct Current at Switch Delay
Ikmin Double Ikmin kA 0 Minimum Sustained Short Circuit Current
Unn Double VNb kV 0 Voltage – Neighbor Location
phiUnn Double φVNb ° 0 Angle – Neighboring Node Voltage
Ikrel Double Ik"/Ik"max % 0 Utilization Initial Short Circuit Current
Ipmax Double ip/ipmax % 0 Peak Short Circuit Current Utilization
Iamax Double Ib/Ibmax % 0 Breaking Short Circuit Current Utilization
tmax Double tmax s 0 Maximum Tripping Time
trel Double trel % 0 Reference Tripping Time
Ithmax Double Ithmax kA 0 Thermal Equivalent Current
Isym_1cyc Double Isym 1c kA 0 Symmetrical Current First Cycle
Phi_Isym_1cyc Double φIsym 1c ° 0 Angle of Symmetrical Current First Cycle
X_R_1cyc Double X/R 1c 1 0 Ratio X/R First Cycle
S_1cyc Double S1c MVA 0 Alternating Power First Cycle
Isym_int Double Isym int kA 0 Symmetrical Interrupt Current
Phi_Isym_int Double φIsym int ° 0 Angle of Symmetrical Interrupt Current

April 2019 269


PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

X_R_int Double X/R int 1 0 X/R Interrupt


S_int Double Sint MVA 0 Alternating Interrupt Power
Result_ID Long Integer 0 Primary Key – Result
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Norm Integer Standard 1 Standard
1: VDE
2: ANSI
3: G74
Terminal1_ID Long Integer Obs. Node 0 Secondary Key – Terminal
Terminal2_ID Long Integer Ngb. Node 0 Secondary Key – Neighbor Terminal
Flag_Model Integer Netw. Mod. 1 Network Modelling in Calculation
1: Sequence Data
2: Phase Data
Flag_Fault Integer Fault Type 1 Type of Fault
1: Short Circuit
2: Return Circuit
3: Ground Circuit
4: Return and Ground Circuit
Sk2 Double Sk" MVA 0 Initial Short Circuit Alternating Power
Ik2 Double Ik" kA 0 Initial Short Circuit Current
Ik2_PFO Double Ik"PFO kA 0 Initial Short Circuit Current without Converter
Ik2_PF Double Ik"PF kA 0 Initial Short Circuit Current of Converter
phiIk2 Double φIk" ° 0 Angle – Initial Short Circuit Current
Ip Double ip kA 0 Peak Short Circuit Current
Ia Double Ib kA 0 Breaking Short Circuit Current
idc Double Idc kA 0 Direct Current at Switch Delay
Ikmin Double Ikmin kA 0 Minimum Sustained Short Circuit Current
Unn Double VNb kV 0 Voltage – Neighbor Location
phiUnn Double φVNb ° 0 Angle – Neighboring Node Voltage
Ikrel Double Ik"/Ik"max % 0 Utilization Initial Short Circuit Current
Ipmax Double ip/ipmax % 0 Peak Short Circuit Current Utilization
Iamax Double Ib/Ibmax % 0 Breaking Short Circuit Current Utilization
tmax Double tmax s 0 Maximum Tripping Time
trel Double trel % 0 Reference Tripping Time
Ithmax Double Ithmax kA 0 Thermal Equivalent Current
Isym_1cyc Double Isym 1c kA 0 Symmetrical Current First Cycle
Phi_Isym_1cyc Double φIsym 1c ° 0 Angle of Symmetrical Current First Cycle
X_R_1cyc Double X/R 1c 1 0 Ratio X/R First Cycle
S_1cyc Double S1c MVA 0 Alternating Power First Cycle
Isym_int Double Isym int kA 0 Symmetrical Interrupt Current
Phi_Isym_int Double φIsym int ° 0 Angle of Symmetrical Interrupt Current
X_R_int Double X/R int 1 0 X/R Interrupt
S_int Double Sint MVA 0 Alternating Interrupt Power

Node Results – 3-Phase Short Circuit (SC3NodeResult)

Attribute name Data type Short name Unit Std. Description


Results
Result_ID Long Integer 0 Primary Key – Result
Variant_ID Long Integer 1 Secondary Key – Variant

270 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

Flag_Norm Integer Standard 1 Standard


1: VDE 0102/1.90 – IEC 909
2: VDE 0102/IEC 909 (initial load)
3: VDE 0102/2002 – IEC 909/2001
4: IEC 61363-1/1998
5: IEC 61363-1/1998 (initial load)
6: IEEE C37 1990
7: G74
8: VDE 0102/2016 – IEC 909/2016
9: GOST R 52735/2007 – GOST 28249/1993
10: IEEE C37 2016
11: IEEE C37 (initial load)
Node_ID Long Integer Fault Node 0 Secondary Key – Node
Flag_Model Integer Netw. Mod. 1 Network Modelling in Calculation
1: Sequence Data
2: Phase Data
Flag_Fault Integer Fault Type 1 Type of Fault
1: Short Circuit
2: Return Circuit
3: Ground Circuit
4: Return and Ground Circuit
Uk Double Vsc kV 0 Driving Voltage
ts Double ts s 0 Switch Delay
Sk2 Double Sk" MVA 0 Initial Short Circuit Alternating Power
Ik2 Double Ik" kA 0 Initial Short Circuit Current
Ik2_PFO Double Ik"PFO kA 0 Initial Short Circuit Current without Converter
Ik2_PF Double Ik"PF kA 0 Initial Short Circuit Current of Converter
phiIk2 Double φIk" ° 0 Angle – Initial Short Circuit Current
Sa Double Sa MVA 0 Tripping Power
Ia Double Ib kA 0 Breaking Short Circuit Current
Ip Double ip kA 0 Peak Short Circuit Current
idc Double Idc kA 0 Direct Current at Switch Delay
Iasym Double Ibasym kA 0 Asymmetric Breaking Current
Ikmin Double Ikmin kA 0 Minimum Sustained Short Circuit Current
X_R_Ik2 Double X/R Ik" 1 0 Initial Ratio X/R
R_X_Ik2 Double R/X Ik" 1 0 Initial Ratio R/X
Za Double Za Ohm 0 Impedance Absolute
Zr Double Zr Ohm 0 Impedance Real
Iarel Double Ik"/Ik"max % 0 Utilization Initial Short Circuit Current
Zi Double Zi Ohm 0 Impedance Imaginary
Iprel Double ip/ipmax % 0 Surge Short Circuit Current Utilization
Sarel Double Sk"/Sk"max % 0 Utilization Initial Short Circuit Power
Isym_1cyc Double Isym 1c kA 0 Symmetrical Current First Cycle
Phi_Isym_1cyc Double φIsym 1c ° 0 Angle of Symmetrical Current First Cycle
X_R_1cyc Double X/R 1c 1 0 Ratio X/R First Cycle
S_1cyc Double S1c MVA 0 Alternating Power First Cycle
Isym_int Double Isym int kA 0 Symmetrical Interrupt Current
Phi_Isym_int Double φIsym int ° 0 Angle of Symmetrical Interrupt Current
X_R_int Double X/R int 1 0 X/R Interrupt
S_int Double Sint MVA 0 Alternating Interrupt Power
Imom_rms Double Imom rms kA 0 Momentary RMS Current
Imom_peak Double Imom peak kA 0 Momentary Peak Current
Dim. Currents
Ipf15_1cyc Double IPF15 kA 0 Current Test Power Factor 15 First Cycle
Ipf20_1cyc Double IPF20 kA 0 Current Test Power Factor 20 First Cycle
Ipf30_1cyc Double IPF30 kA 0 Current Test Power Factor 30 First Cycle

April 2019 271


PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

Ipf50_1cyc Double IPF50 kA 0 Current Test Power Factor 50 First Cycle


Isym_2brk Double Isym2 kA 0 Symmetrical Current Rating 2 Cycle Breaker
Isym_3brk Double Isym3 kA 0 Symmetrical Current Rating 3 Cycle Breaker
Isym_5brk Double Isym5 kA 0 Symmetrical Current Rating 5 Cycle Breaker
Isym_8brk Double Isym8 kA 0 Symmetrical Current Rating 8 Cycle Breaker
Itot_2brk Double Itot2 kA 0 Total Current Rating 2 Cycle Breaker
Itot_3brk Double Itot3 kA 0 Total Current Rating 3 Cycle Breaker
Itot_5brk Double Itot5 kA 0 Total Current Rating 5 Cycle Breaker
Itot_8brk Double Itot8 kA 0 Total Current Rating 8 Cycle Breaker

Observation Results – 3-Phase Short Circuit (SC3ObsBranchResult)

Attribute name Data type Short name Unit Std. Description


Result_ID Long Integer 0 Primary Key – Result
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Norm Integer Standard 1 Standard
1: VDE
2: ANSI
3: G74
Node_ID Long Integer Fault Node 0 Secondary Key – Fault Node
Terminal1_ID Long Integer Obs. Node 0 Secondary Key – Terminal
Terminal2_ID Long Integer Ngb. Node 0 Secondary Key – Neighbor Terminal
Flag_Model Integer Netw. Mod. 1 Network Modelling in Calculation
1: Sequence Data
2: Phase Data
Flag_Fault Integer Fault Type 1 Type of Fault
1: Short Circuit
2: Return Circuit
3: Ground Circuit
4: Return and Ground Circuit
Ik2 Double Ik" kA 0 Initial Short Circuit Current
Ik2_PFO Double Ik"PFO kA 0 Initial Short Circuit Current without Converter
Ik2_PF Double Ik"PF kA 0 Initial Short Circuit Current of Converter
phiIk2 Double φIk" ° 0 Angle – Initial Short Circuit Current
Ikmin Double Ikmin kA 0 Minimum Sustained Short Circuit Current
Unn Double VNb kV 0 Voltage – Neighbor Location
phiUnn Double φVNb ° 0 Angle – Neighboring Node Voltage
Uon Double VOn kV 0 Voltage – Observation Location
phiUon Double φVOn ° 0 Angle – Observation Node Voltage
Isym_1cyc Double Isym 1c kA 0 Symmetrical Current First Cycle
Phi_Isym_1cyc Double φIsym 1c ° 0 Angle of Symmetrical Current First Cycle
X_R_1cyc Double X/R 1c 1 0 Ratio X/R First Cycle
S_1cyc Double S1c MVA 0 Alternating Power First Cycle
Isym_int Double Isym int kA 0 Symmetrical Interrupt Current
Phi_Isym_int Double φIsym int ° 0 Angle of Symmetrical Interrupt Current
X_R_int Double X/R int 1 0 X/R Interrupt
S_int Double Sint MVA 0 Alternating Interrupt Power

272 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

2.4.6 Optimizations

PSS SINCAL stores the results of optimal branching calculations and the determination of
compensation power in the following tables:

Table name ID Description


SeparationResult 80 Separation results
InstallCompResult 163 Compensation power results
InstallCompNetResult 188 Capacitor placement overview
BalancingResult 182 Balancing results
VoltVarResult 217 VoltVar results
VoltVarElemResult 218 VoltVar element results

Separation Results (SeparationResult)

Attribute name Data type Short name Unit Std. Description


Result_ID Long Integer 0 Primary Key – Result
Variant_ID Long Integer 1 Secondary Key – Variant
Terminal_ID Long Integer Terminal 0 Secondary Key – Terminal
Flag_State Integer Switch 0 Switch
0: Close
1: Open

Compensation Power Results (InstallCompResult)

Attribute name Data type Short name Unit Std. Description


Result_ID Long Integer 0 Primary Key – Result
Variant_ID Long Integer 1 Secondary Key – Variant
CapInstall_ID Long Integer 0 Secondary Key – Capacitor Installation
Node_ID Long Integer Node 0 Secondary Key – Node
Sn Double Qn Mvar 0 Rated Reactive Power
Q_comp Double Qcomp kvar 0 Reactive Compensation Power
Pl_delta Double dPl kW 0 Active Losses Change
Ql_delta Double dQl kvar 0 Reactive Losses Change
Sl_delta Double dSl kVA 0 Apparent Losses Change
Ci Double Ci 0 Acquisition Costs
Cs Double Cs 0 Cost Saving per Year
Rp Double Ri y 0 Return on Investment
Flag_Phase Integer Phase 7 Phase
1: L1
2: L2
3: L3
4: L12
5: L23
6: L31
7: L123
8: N

April 2019 273


PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

Capacitor Placement Overview (InstallCompNetResult)

Attribute name Data type Short name Unit Std. Description


Result_ID Long Integer 0 Primary Key – Result
Variant_ID Long Integer 1 Secondary Key – Variant
Q_cap Double Qcap kvar 0 Capacitive Compensation Power
Q_ind Double Qind kvar 0 Inductive Compensation Power
Pl_delta Double dPl kW 0 Active Losses Change
Ql_delta Double dQl kvar 0 Reactive Losses Change
Sl_delta Double dSl kVA 0 Apparent Losses Change
Ci Double Ci 0 Acquisition Costs
Cs Double Cs 0 Cost Saving per Year
Rp Double Ri y 0 Return on Investment

Balancing Results (BalancingResult)

Attribute name Data type Short name Unit Std. Description


Result_ID Long Integer 0 Primary Key – Result
Variant_ID Long Integer 1 Secondary Key – Variant
Terminal_ID Long Integer 0 Secondary Key – Terminal
Feeder_Key Long Integer 0 Feeder Key
Flag_OldTerminal Integer Old Con. 1 Old Connection Type
1: L1
2: L2
3: L3
4: L12
5: L23
6: L31
7: L123
8: N
Flag_NewTerminal Integer New Con. 1 New Connection Type
1: L1
2: L2
3: L3
4: L12
5: L23
6: L31
7: L123
8: N

VoltVar Results (VoltVarResult)

Attribute name Data type Short name Unit Std. Description


Result_ID Long Integer 0 Primary Key – Result
Variant_ID Long Integer 1 Secondary Key – Variant
Node1_ID Long Integer Start 0 Secondary Key – Start Node
Node2_ID Long Integer Feeder 0 Secondary Key – First Feeder Node
Name Text (20) Name 0 Name of VoltVar Result
CntCap Long Integer Cnt Cap 0 Number of Installed Capacitors
Qcomp Double Qcomp Mvar 0 Installed Compensation Power
Utrf1min Double VT1 min % 0 Min. Transformer Voltage L1
Utrf2min Double VT2 min % 0 Min. Transformer Voltage L2

274 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

Utrf3min Double VT3 min % 0 Min. Transformer Voltage L3


Utrf1max Double VT1 max % 0 Max. Transformer Voltage L1
Utrf2max Double VT2 max % 0 Max. Transformer Voltage L2
Utrf3max Double VT3 max % 0 Max. Transformer Voltage L3
U1min_Lmin Double V1/Vr min % 0 Min. Voltage L1 at Min. Load
U2min_Lmin Double V2/Vr min % 0 Min. Voltage L2 at Min. Load
U3min_Lmin Double V3/Vr min % 0 Min. Voltage L3 at Min. Load
U1max_Lmin Double V1/Vr max % 0 Max. Voltage L1 at Min. Load
U2max_Lmin Double V2/Vr max % 0 Max. Voltage L2 at Min. Load
U3max_Lmin Double V3/Vr max % 0 Max. Voltage L3 at Min. Load
U1min_Lmax Double V1/Vr min % 0 Min. Voltage L1 at Max. Load
U2min_Lmax Double V2/Vr min % 0 Min. Voltage L2 at Max. Load
U3min_Lmax Double V3/Vr min % 0 Min. Voltage L3 at Max. Load
U1max_Lmax Double V1/Vr max % 0 Max. Voltage L1 at Max. Load
U2max_Lmax Double V2/Vr max % 0 Max. Voltage L2 at Max. Load
U3max_Lmax Double V3/Vr max % 0 Max. Voltage L3 at Max. Load

VoltVar Element Results (VoltVarElemResult)

Attribute name Data type Short name Unit Std. Description


Result_ID Long Integer 0 Primary Key – Result
Variant_ID Long Integer 1 Secondary Key – Variant
VoltVarResult_ID Long Integer VoltVar Result 0 Secondary Key – VoltVar Result
Node_ID Long Integer Node 0 Node
Qcomp Double Qcomp Mvar 0 Reactive Compensation Power
Flag_Phase Integer Phase 7 Phase
1: L1
2: L2
3: L3
4: L12
5: L23
6: L31
7: L123
8: N

2.4.7 Reliability

PSS SINCAL stores the results of reliability calculations in the following tables:

Table name ID Description


RelResult 120 Reliability node results
RelBranchResult 110 Reliability branch results
RelNetResult 128 Reliability network results
RelGroupResult 178 Reliability group results

Reliability Node Results (RelResult)

Attribute name Data type Short name Unit Std. Description


Result_ID Long Integer 0 Primary Key – Result

April 2019 275


PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

Variant_ID Long Integer 1 Secondary Key – Variant


Flag_Result Integer Type 1 Result Type
1: Component
2: Load
Node_ID Long Integer 0 Secondary Key – Node
Flag_Failure Integer Failure Model 1 Failure Model
1: All
2: Common mode failure
3: Malfunction of protection device (in
consequence)
4: Independent single failure
5: Multiple ground fault
6: Unnecessary protection operation (in
consequence)
7: Failure during maintenance of the reserve
component
8: Maintenance
9: Accident. failure during maintenance of the
reserve component
10: Malfunction of circuit breaker
11: Permanent ground fault
12: Independent unnecessary protection
operation
13: Delayed switching off
14: Unnecessary operation
15: Short independent single failure
16: Long independent single failure
17: Short maintenance
18: Long maintenance
H_U Double Fi 1/a 0 Interruption Frequency
Q_U Double Qi min/a 0 Unavailability
T_U Double Ti h 0 Interruption Duration
P_U Double Pi MVA/a 0 Interrupted Power
W_U Double Ei MVAh/a 0 Energy Deficit
K_U Double Ci €/a 0 Interruption Costs
A_U Double Ai €/a 0 Refund Costs

Reliability Branch Results (RelBranchResult)

Attribute name Data type Short name Unit Std. Description


Result_ID Long Integer 0 Primary Key – Result
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Result Integer Type 1 Result Type
1: Component
2: Load
Terminal1_ID Long Integer Start 0 Secondary Key – Start Terminal
Terminal2_ID Long Integer End 0 Secondary Key – End Terminal

276 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

Flag_Failure Integer Failure Mod. 1 Failure Model


1: All
2: Common mode failure
3: Malfunction of protection device (in
consequence)
4: Independent single failure
5: Multiple ground fault
6: Unnecessary protection operation (in
consequence)
7: Failure during maintenance of the reserve
component
8: Maintenance
9: Accident. failure during maintenance of the
reserve component
10: Malfunction of circuit breaker
11: Permanent ground fault
12: Independent unnecessary protection
operation
13: Delayed switching off
14: Unnecessary operation
15: Short independent single failure
16: Long independent single failure
17: Short maintenance
18: Long maintenance
H_U Double Fi 1/a 0 Interruption Frequency
Q_U Double Qi min/a 0 Unavailability
T_U Double Ti h 0 Interruption Duration
P_U Double Pi MVA/a 0 Interrupted Power
W_U Double Ei MVAh/a 0 Energy Deficit
K_U Double Ci €/a 0 Interruption Costs
A_U Double Ai €/a 0 Refund Costs

Reliability Network Results (RelNetResult)

Attribute name Data type Short name Unit Std. Description


Result_ID Long Integer 0 Primary Key – Result
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Result Integer Type 1 Result Type
1: Component
2: Load

April 2019 277


PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

Flag_Failure Integer Failure Model 1 Failure Model


1: All
2: Common mode failure
3: Malfunction of protection device (in
consequence)
4: Independent single failure
5: Multiple ground fault
6: Unnecessary protection operation (in
consequence)
7: Failure during maintenance of the reserve
component
8: Maintenance
9: Accident. failure during maintenance of the
reserve component
10: Malfunction of circuit breaker
11: Permanent ground fault
12: Independent unnecessary protection
operation
13: Delayed switching off
14: Unnecessary operation
15: Short independent single failure
16: Long independent single failure
17: Short maintenance
18: Long maintenance
H_U Double Fi 1/a 0 Interruption Frequency
Q_U Double Qi min/a 0 Unavailability
T_U Double Ti h 0 Interruption Duration
P_U Double Pi MVA/a 0 Interrupted Power
W_U Double Ei MVAh/a 0 Energy Deficit
K_U Double Ci €/a 0 Interruption Costs
A_U Double Ai €/a 0 Refund Costs
R_C Double Rc €/a 0 Repair Costs
S_C Double Sc €/a 0 Switch Costs
S_Count Double Scnt 1/a 0 Switchings

Reliability Group Results (RelGroupResult)

Attribute name Data type Short name Unit Std. Description


Results
Result_ID Long Integer 0 Primary Key – Result
Variant_ID Long Integer 1 Secondary Key – Variant
Group_ID Long Integer Network Area 0 Secondary Key – Network Area
MA_H_U Double Fi-MAIFI 0 Interruption Frequency due to IEEE 1366
Method A
Flag_Amount Integer State 1 State Amount of Served Customers
1: OK
2: Missing input data
A_H_U Double Fi-SAIFI 1/a 0 Interruption Frequency due to IEEE 1366
Method A
A_Q_U Double Qi-SAIDI min/a 0 Supply Unavailability due to IEEE 1366 Method
A
A_T_U Double Ti-CAIDI min 0 Interruption Duration due to IEEE 1366 Method
A
A_N Long Integer ntot 1 0 Total Number of Customers Supplied
Flag_Inst Integer State 1 State Installed Power Results
1: OK
2: Missing input data

278 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

B_H_U_Inst Double Fi-ASIFI 1/a 0 Interruption Frequency due to IEEE 1366


Method B (Installed Power)
B_Q_U_Inst Double Qi-ASIDI min/a 0 Supply Unavailability due to IEEE 1366 Method
B (Installed Power)
B_T_U_Inst Double Ti min 0 Interruption Duration due to IEEE 1366 Method
B (Installed Power)
B_S_Inst Double Sinst MVA 0 Total Rated Apparent Power Installed
Extended Results
B_H_U Double Fi-ASIFI 1/a 0 Interruption Frequency due to IEEE 1366
Method B
B_Q_U Double Qi-ASIDI min/a 0 Supply Unavailability due to IEEE 1366 Method
B
B_T_U Double Ti min 0 Interruption Duration due to IEEE 1366 Method
B
B_S Double Stot MVA 0 Total Rated Apparent Power Active
Flag_Peak Integer State 1 State Peak Power Results
1: OK
2: Missing input data
B_H_U_Peak Double Fi-ASIFI 1/a 0 Interruption Frequency due to IEEE 1366
Method B (Peak Power)
B_Q_U_Peak Double Qi-ASIDI min/a 0 Supply Unavailability due to IEEE 1366 Method
B (Peak Power)
B_T_U_Peak Double Ti min 0 Interruption Duration due to IEEE 1366 Method
B (Peak Power)
B_S_Peak Double Speak MVA 0 Total Rated Apparent Peak Power

2.4.8 Economic Efficiency

PSS SINCAL stores the results of the calculation of economic efficiency in the following tables:

Table name ID Description


EcoNetResult 146 Network results
EcoBranchResult 153 Economy element results
EcoNodeResult 152 Economy node results
EcoGroupResult 242 Economy area results
EcoVoltLevelResult 240 Economy subnetwork losses results
EcoStationResult 147 Substation results
EcoElementResult 148 Operational-device results
EcoFieldResult 149 Bay results
EcoRouteResult 208 Economy route results

Network Results (EcoNetResult)

Attribute name Data type Short name Unit Std. Description


Result_ID Long Integer 0 Primary Key – Result
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Result Integer Type 0 Result Type
1: Totally
2: Yearly
Tstart Start 0 Start of View
Tend End 0 End of View

April 2019 279


PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

Bk Double Bk 0 Present Value of Total Costs


Cr Double Cr 0 Residual Value at Planning Horizon
Br Double Br 0 Present Value of Residual Value at Planning
Horizon
Cgen Double Cgen 0 Energy Generation Costs
Bgen Double Bgen 0 Present Value of Energy Generation Costs
Cload Double Cload 0 Energy Consumption Costs
Bload Double Bload 0 Present Value of Energy Consumption Costs
Ci Double Ci 0 Acquisition Costs
Bi Double Bi 0 Present Value of Acquisition Costs
Cs Double Cs 0 Shutdown Costs
Bs Double Bs 0 Present Value of Shutdown Costs
Cm Double Cm 0 Maintenance Costs
Bm Double Bm 0 Present Value of Maintenance Costs
Cl Double Cl 0 Loss Costs
Bl Double Bl 0 Present Value of Loss Costs
Co Double Co 0 Other Costs
Bo Double Bo 0 Present Value of Other Costs
Cc Double Cc 0 Total Costs
Bc Double Bc 0 Present Value of Total Costs

Economy Element Results (EcoBranchResult)

Attribute name Data type Short name Unit Std. Description


Result_ID Long Integer 0 Primary Key – Result
Variant_ID Long Integer 1 Secondary Key – Variant
Terminal1_ID Long Integer Node 1 0 Secondary Key – Terminal
Terminal2_ID Long Integer Nb. Node 0 Secondary Key – Neighbor Terminal
Flag_Result Integer Type 0 Result Type
1: Totally
2: Yearly
Tstart Start 0 Start of View
Tend End 0 End of View
Bk Double Bk 0 Present Value of Total Costs
Cr Double Cr 0 Residual Value at Planning Horizon
Br Double Br 0 Present Value of Residual Value at Planning
Horizon
Ce Double Ce 0 Energy Costs
Be Double Be 0 Present Value of Energy Costs
Ci Double Ci 0 Acquisition Costs
Bi Double Bi 0 Present Value of Acquisition Costs
Cs Double Cs 0 Shutdown Costs
Bs Double Bs 0 Present Value of Shutdown Costs
Cm Double Cm 0 Maintenance Costs
Bm Double Bm 0 Present Value of Maintenance Costs
Cl Double Cl 0 Loss Costs
Bl Double Bl 0 Present Value of Loss Costs
Co Double Co 0 Other Costs
Bo Double Bo 0 Present Value of Other Costs
Cc Double Cc 0 Total Costs
Bc Double Bc 0 Present Value of Total Costs

280 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

Economy Node Results (EcoNodeResult)

Attribute name Data type Short name Unit Std. Description


Result_ID Long Integer 0 Primary Key – Result
Variant_ID Long Integer 1 Secondary Key – Variant
Node_ID Long Integer Node 0 Secondary Key – Node
Flag_Result Integer Type 0 Result Type
1: Totally
2: Yearly
Tstart Start 0 Start of View
Tend End 0 End of View
Bk Double Bk 0 Present Value of Total Costs
Cr Double Cr 0 Residual Value at Planning Horizon
Ci Double Ci 0 Acquisition Costs
Cs Double Cs 0 Shutdown Costs
Cm Double Cm 0 Maintenance Costs
Cl Double Cl 0 Loss Costs
Co Double Co 0 Other Costs
Cc Double Cc 0 Total Costs
Br Double Br 0 Present Value of Residual Value at Planning
Horizon
Bi Double Bi 0 Present Value of Acquisition Costs
Bs Double Bs 0 Present Value of Shutdown Costs
Bm Double Bm 0 Present Value of Maintenance Costs
Bl Double Bl 0 Present Value of Loss Costs
Bo Double Bo 0 Present Value of Other Costs
Bc Double Bc 0 Present Value of Total Costs

Economy Area Results (EcoGroupResult)

Attribute name Data type Short name Unit Std. Description


Variant_ID Long Integer 1 Secondary Key – Variant
Result_ID Long Integer 0 Primary Key – Result
Group_ID Long Integer Area 0 Secondary Key – Network Area
Flag_Result Integer Type 0 Result Type
1: Totally
2: Yearly
Tstart Start 0 Start of View
Tend End 0 End of View
Bk Double Bk 0 Present Value of Total Costs
Cr Double Cr 0 Residual Value at Planning Horizon
Br Double Br 0 Present Value of Residual Value at Planning
Horizon
Cgen Double Cgen 0 Energy Generation Costs
Bgen Double Bgen 0 Present Value of Energy Generation Costs
Cload Double Cload 0 Energy Consumption Costs
Bload Double Bload 0 Present Value of Energy Consumption Costs
Ci Double Ci 0 Acquisition Costs
Bi Double Bi 0 Present Value of Acquisition Costs

April 2019 281


PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

Cs Double Cs 0 Shutdown Costs


Bs Double Bs 0 Present Value of Shutdown Costs
Cm Double Cm 0 Maintenance Costs
Bm Double Bm 0 Present Value of Maintenance Costs
Cl Double Cl 0 Loss Costs
Bl Double Bl 0 Present Value of Loss Costs
Co Double Co 0 Other Costs
Bo Double Bo 0 Present Value of Other Costs
Cc Double Cc 0 Total Costs
Bc Double Bc 0 Present Value of Total Costs

Economy Subnetwork Losses Results (EcoVoltLevelResult)

Attribute name Data type Short name Unit Std. Description


Result_ID Long Integer 0 Primary Key – Result
Variant_ID Long Integer 1 Secondary Key – Variant
Voltlevel_ID Long Integer Level 0 Secondary Key – Voltage Level
Flag_Result Integer Type 0 Result Type
1: Totally
2: Yearly
Tstart Start 0 Start of View
Tend End 0 End of View
Bk Double Bk 0 Present Value of Total Costs
Cr Double Cr 0 Residual Value at Planning Horizon
Br Double Br 0 Present Value of Residual Value at Planning
Horizon
Cgen Double Cgen 0 Energy Generation Costs
Bgen Double Bgen 0 Present Value of Energy Generation Costs
Cload Double Cload 0 Energy Consumption Costs
Bload Double Bload 0 Present Value of Energy Consumption Costs
Ci Double Ci 0 Acquisition Costs
Bi Double Bi 0 Present Value of Acquisition Costs
Cs Double Cs 0 Shutdown Costs
Bs Double Bs 0 Present Value of Shutdown Costs
Cm Double Cm 0 Maintenance Costs
Bm Double Bm 0 Present Value of Maintenance Costs
Cl Double Cl 0 Loss Costs
Bl Double Bl 0 Present Value of Loss Costs
Co Double Co 0 Other Costs
Bo Double Bo 0 Present Value of Other Costs
Cc Double Cc 0 Total Costs
Bc Double Bc 0 Present Value of Total Costs

Substation Results (EcoStationResult)

Attribute name Data type Short name Unit Std. Description


Result_ID Long Integer 0 Primary Key – Result
Variant_ID Long Integer 1 Secondary Key – Variant
EcoStation_ID Long Integer Substation 0 Secondary Key – Substation

282 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

Flag_Result Integer Type 0 Result Type


1: Totally
2: Yearly
Tstart Start 0 Start of View
Tend End 0 End of View
Bk Double Bk 0 Present Value of Total Costs
Cr Double Cr 0 Residual Value at Planning Horizon
Ci Double Ci 0 Acquisition Costs
Cs Double Cs 0 Shutdown Costs
Cm Double Cm 0 Maintenance Costs
Cl Double Cl 0 Loss Costs
Co Double Co 0 Other Costs
Cc Double Cc 0 Total Costs
Br Double Br 0 Present Value of Residual Value at Planning
Horizon
Bi Double Bi 0 Present Value of Acquisition Costs
Bs Double Bs 0 Present Value of Shutdown Costs
Bm Double Bm 0 Present Value of Maintenance Costs
Bl Double Bl 0 Present Value of Loss Costs
Bo Double Bo 0 Present Value of Other Costs
Bc Double Bc 0 Present Value of Total Costs

Operational-Device Results (EcoElementResult)

Attribute name Data type Short name Unit Std. Description


Result_ID Long Integer 0 Primary Key – Result
Variant_ID Long Integer 1 Secondary Key – Variant
EcoElement_ID Long Integer Op. Device 0 Secondary Key – Operational Device
Flag_Result Integer Type 0 Result Type
1: Totally
2: Yearly
Tstart Start 0 Start of View
Tend End 0 End of View
Bk Double Bk 0 Present Value of Total Costs
Cr Double Cr 0 Residual Value at Planning Horizon
Ci Double Ci 0 Acquisition Costs
Cs Double Cs 0 Shutdown Costs
Cm Double Cm 0 Maintenance Costs
Cl Double Cl 0 Loss Costs
Co Double Co 0 Other Costs
Cc Double Cc 0 Total Costs
Br Double Br 0 Present Value of Residual Value at Planning
Horizon
Bi Double Bi 0 Present Value of Acquisition Costs
Bs Double Bs 0 Present Value of Shutdown Costs
Bm Double Bm 0 Present Value of Maintenance Costs
Bl Double Bl 0 Present Value of Loss Costs
Bo Double Bo 0 Present Value of Other Costs
Bc Double Bc 0 Present Value of Total Costs

April 2019 283


PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks

Bay Results (EcoFieldResult)

Attribute name Data type Short name Unit Std. Description


Result_ID Long Integer 0 Primary Key – Result
Variant_ID Long Integer 1 Secondary Key – Variant
EcoField_ID Long Integer Bay 0 Secondary Key – Bay
Flag_Result Integer Type 0 Result Type
1: Totally
2: Yearly
Tstart Start 0 Start of View
Tend End 0 End of View
Bk Double Bk 0 Present Value of Total Costs
Cr Double Cr 0 Residual Value at Planning Horizon
Ci Double Ci 0 Acquisition Costs
Cs Double Cs 0 Shutdown Costs
Cm Double Cm 0 Maintenance Costs
Cl Double Cl 0 Loss Costs
Co Double Co 0 Other Costs
Cc Double Cc 0 Total Costs
Br Double Br 0 Present Value of Residual Value at Planning
Horizon
Bi Double Bi 0 Present Value of Acquisition Costs
Bs Double Bs 0 Present Value of Shutdown Costs
Bm Double Bm 0 Present Value of Maintenance Costs
Bl Double Bl 0 Present Value of Loss Costs
Bo Double Bo 0 Present Value of Other Costs
Bc Double Bc 0 Present Value of Total Costs

Economy Route Results (EcoRouteResult)

Attribute name Data type Short name Unit Std. Description


Result_ID Long Integer 0 Primary Key – Result
Variant_ID Long Integer 1 Secondary Key – Variant
RouteNode1_ID Long Integer Node 1 0 Secondary Key – Route Node 1
RouteNode2_ID Long Integer Node 2 0 Secondary Key – Route Node 2
Flag_Result Integer Type 0 Result Type
1: Totally
2: Yearly
Tstart Start 0 Start of View
Tend End 0 End of View
Bk Double Bk 0 Present Value of Total Costs
Cr Double Cr 0 Residual Value at Planning Horizon
Ci Double Ci 0 Acquisition Costs
Cs Double Cs 0 Shutdown Costs
Cm Double Cm 0 Maintenance Costs
Cl Double Cl 0 Loss Costs
Co Double Co 0 Other Costs
Cc Double Cc 0 Total Costs
Br Double Br 0 Present Value of Residual Value at Planning
Horizon
Bi Double Bi 0 Present Value of Acquisition Costs

284 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks

Bs Double Bs 0 Present Value of Shutdown Costs


Bm Double Bm 0 Present Value of Maintenance Costs
Bl Double Bl 0 Present Value of Loss Costs
Bo Double Bo 0 Present Value of Other Costs
Bc Double Bc 0 Present Value of Total Costs

April 2019 285


PSS SINCAL Database Description SIEMENS
Tables of Pipe Networks

3. Tables of Pipe Networks

The categories of tables for the PSS SINCAL Pipe Data Model are:

● Topology
● Elements
● Supplementary Data
● Results

Structure of the Descriptions

Table Overviews for categories have a name and the description.

Table Descriptions have an attribute name, data type (text has text length) and description.

3.1 Topology
Topology describes the network structure. Nodes are the fixing points in the network. Terminal links
nodes to network elements.

Heating/
Table name ID Description Water Gas
Cooling
FlowNode 4 Node x x x
FlowElement 7 Network element x x x
FlowTerminal 8 Terminal x x x

Node (FlowNode)

Attribute name Data type Short name Unit Std. Description


Node_ID Long Integer 0 Primary Key – Node
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Name Text (50) Name Name – Node
ShortName Text (8) Short Name Short Name – Node
NetworkLevel_ID Long Integer Network Level 0 Secondary Key – Network Level
Circuit Integer Circuit 3 Circuit
1: Supply line
2: Return line
3: Supply and return line
Group_ID Long Integer Network Area 0 Secondary Key – Network Area
Zone_ID Long Integer Zone 0 Secondary Key – Network Zone
Flag_Diagram Integer Curve Pressure Curve
0: Name
1: Start
2: Change
3: Start return line
4: Change return line
5: Change in both lines
6: No name

286 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Pipe Networks

Flag_DgrGeoStat Integer Marked 0 Marked


0: No
1: Yes
pRes Double pr bar 0 Pressure Reservation
pDiffMin Double pdmin bar 1 Minimum Pressure Difference
sh Double h m 0 Elevation
Flag_Pos Integer 2 Node Position
1: Distance Right and Up
2: Latitude and Longitude
hr Double dr m 0 Distance – Right
hh Double du m 0 Distance – Up
lat Double lat ° 0 Latitude
lon Double lng ° 0 Longitude
m Double M m 0 Meridian
Ti Ti 0 Establishment Time
Ts Ts 0 Shutdown Time
InclName Text (60) Conn. Name Connection Name
Additional Data
TextVal 0 Comment

Network Element (FlowElement)

Attribute name Data type Short name Unit Std. Description


Element_ID Long Integer 0 Primary Key – Network Element
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Report_No Long Integer Report No. 1 Report Number
Type Text (50) Netw. El. Type Network Element Type
Flag_Input Long Integer 0 State – Input Data
Flag_Calc Long Integer 0 State – Input Data Standard Type
Flag_State Integer Op. State 1 Operating State
0: Off
1: On
Name Text (50) Name Name – Element
NetworkLevel_ID Long Integer Network Level 0 Secondary Key – Network Level
Circuit Integer Circuit 3 Circuit
1: Supply line
2: Return line
3: Supply and return line
ShortName Text (8) Short Name Short Name – Element
Description Text (50) Desc. 0 Description
Group_ID Long Integer Network Area 0 Secondary Key – Network Area
Zone_ID Long Integer Zone 0 Secondary Key – Network Zone
Flag_DgrGeoStat Integer Marked 0 Marked
0: No
1: Yes
Ti Ti 0 Establishment Date
Ts Ts 0 Shutdown Date
TextVal 0 Comment

April 2019 287


PSS SINCAL Database Description SIEMENS
Tables of Pipe Networks

Terminal (FlowTerminal)

Attribute name Data type Short name Unit Std. Description


Terminal_ID Long Integer 0 Primary Key – Terminal
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Element_ID Long Integer Element 0 Secondary Key – Network Element
Node_ID Long Integer Node 0 Secondary Key – Node
TerminalNo Integer 1 Connection Number
Flag_State Integer State Operating State
0: Off
1: On

3.2 Elements
PSS SINCAL elements simulate equipment found in the real network. PSS SINCAL uses element
data in the calculations.

Heating/
Table name ID Description Water Gas
Cooling
FlowLine 17 Line x x x
FlowValve 23 Sliding valve/non-return valve x x x
FlowPumpLine 18 Pressure increase pump x x
FlowConstLine 19 Const. pressure decrease/const. flow x x x
FlowPressureReg 20 Pressure regulator x x x
FlowCompressor 21 Compressor x
FlowHeatExchanger 22 Heat exchanger x
FlowPump 10 Pump x x
FlowConsumer 13 Consumer x x x
FlowLeakage 15 Leakage x x x
FlowWaterTower 9 Water tower x
FlowPressureBuffer 14 Pressure buffer x x x
FlowInfeederG 11 Infeeder gas x
FlowInfeederH 12 Infeeder heating/cooling x
FlowThermoReg 16 Temperature regulator x

Line (FlowLine)

Attribute name Data type Short name Unit Std. Description


Element_ID Long Integer 0 Secondary Key – Network Element
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Typ_ID Long Integer Secondary Key – Standard Type

288 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Pipe Networks

Flag_Typ_ID Integer Std. Type Secondary Key – Standard Type State


0: None
1: Global standard type
2: Local standard type
LineTyp Text (40) Type Type Name
LineLength Double l m 1 Length
Diameter Double d mm 50 Diameter
SandRoughness Double R mm 1,25 Sand Roughness
fLength Double fl % 0 Length Allowance Factor
fCurve Double fcr 1 Curve Factor
Zeta Double Z 0 Zeta Value
LeakageRate Double LR l/sm 0 Leakage Rate
HeatingCond Double λ W/mK 0 Thermal Conductivity
fRoughnessAn Double ΔR % 0 Annual Roughness Increase
fDiameterAn Double Δd % 0 Annual Diameter Reduction

Sliding Valve/Non-Return Valve (FlowValve)

Attribute name Data type Short name Unit Std. Description


Element_ID Long Integer 0 Secondary Key – Network Element
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Flag_Typ Integer Valve Type 1 Valve Type
1: Sliding valve
2: Non-return valve
Pos Integer Valve Pos. 1 Valve Position
0: Close
1: Open
Opening Double Open % 100 Degree of Opening
Diameter Double d mm 50 Valve Diameter
Geo-stationary
TimeSer_ID Long Integer Time Series 0 Secondary Key – Time Series Consumer
OpSer_ID Long Integer OP 0 Secondary Key – Operating Points Consumer
IncrSer_ID Long Integer Incr. Series 0 Secondary Key – Increase Series

Pressure Increase Pump (FlowPumpLine)

Attribute name Data type Short name Unit Std. Description


Element_ID Long Integer 0 Secondary Key – Network Element
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Flag_Typ Integer Pump Type 1 Pump Type
1: Centrifugal pump
2: Reciprocating pump
QOutput Double Q l/s 0 Output Flow
FlowStep Double dQvmax l/s 0,1 Maximum Flow
uPump Double n 1/min 1 Characteristic Pump Speed

April 2019 289


PSS SINCAL Database Description SIEMENS
Tables of Pipe Networks

Pump_Char_ID Long Integer Char. 0 Secondary Key – Pump Characteristics


fQOutput Double fQ 1 Multiplication Factor Output Flow
Mpl_ID Long Integer Manipul. Name 0 Secondary Key – Manipulation
Geo-stationary
TimeSer_ID Long Integer Time Series 0 Secondary Key – Time Series Consumer
OpSer_ID Long Integer OP 0 Secondary Key – Operating Points Consumer
IncrSer_ID Long Integer Incr. Series 0 Secondary Key – Increase Series

Const. Pressure Decrease/Const. Flow (FlowConstLine)

Attribute name Data type Short name Unit Std. Description


Element_ID Long Integer 0 Secondary Key – Network Element
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Flag_Typ Integer Type 1 Line Type
1: Constant pressure drop
2: Constant flow
PressureDecr Double Δp bar 1 Pressure Drop
FlowHeating Double Qm t/h 0 Flow
FlowGas Double Qv m³/h 0 Flow
fPressureDecr Double fΔp 1 Multiplication Factor Pressure Drop
fFlowHeating Double fQm 1 Multiplication Factor Flow
fFlowGas Double fQv 1 Multiplication Factor Flow
Mpl_ID Long Integer Manipul. Name 0 Secondary Key – Manipulation
Geo-stationary
TimeSer_ID Long Integer Time Series 0 Secondary Key – Time Series Consumer
OpSer_ID Long Integer OP 0 Secondary Key – Operating Points Consumer
IncrSer_ID Long Integer Incr. Series 0 Secondary Key – Increase Series

Pressure Regulator (FlowPressureReg)

Attribute name Data type Short name Unit Std. Description


Element_ID Long Integer 0 Secondary Key – Network Element
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Node_ID Long Integer Reg. Node 0 Secondary Key – Controlled Node
Flag_PessInc Integer Function 2 Function
1: Pressure increase
2: Pressure drop
3: Pressure increase and drop
PlossChar_ID Long Integer Press. Drop 0 Secondary Key – Internal Pressure Drop
pInlet Double pin bar 0 Pressure at Inlet Node
pOutlet Double pout bar 0 Pressure at Outlet Node
pDevation Double pdmax bar 0 Maximum Pressure Deviation
QReturn Double Qvrmax m³/h 0 Maximum Return Flow

290 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Pipe Networks

Flag_PressDif Integer Dif. Pres. Reg. 1 Difference Pressure Regulator


0: No
1: Yes
pSupRet Double dp bar 0 Difference Pressure
Geo-stationary
TimeSer_ID Long Integer Time Series 0 Secondary Key – Time Series Consumer
OpSer_ID Long Integer OP 0 Secondary Key – Operating Points Consumer
IncrSer_ID Long Integer Incr. Series 0 Secondary Key – Increase Series

Compressor (FlowCompressor)

Attribute name Data type Short name Unit Std. Description


Element_ID Long Integer 0 Secondary Key – Network Element
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Node_ID Long Integer Reg. Node 0 Secondary Key – Controlled Node
pInlet Double pin bar 0 Pressure at Inlet Node
pOutlet Double pout bar 0 Pressure at Outlet Node
pDevation Double pdmax bar 0 Maximum Pressure Deviation
Geo-stationary
TimeSer_ID Long Integer Time Series 0 Secondary Key – Time Series Consumer
OpSer_ID Long Integer OP 0 Secondary Key – Operating Points Consumer
IncrSer_ID Long Integer Incr. Series 0 Secondary Key – Increase Series

Heat Exchanger (FlowHeatExchanger)

Attribute name Data type Short name Unit Std. Description


Element_ID Long Integer 0 Secondary Key – Network Element
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Flag_Typ Integer Type 2 Heat Exchanger Type
1: Hydraulic uncoupling
2: Power apply
Power Double P MW 0 Power
Efficiency Double etan % 80 Efficiency
Flag_ConControl Integer Cons. Decr. 1 Primary Pressure Dependent Consumption
Decrease
0: No
1: Yes
pDiffMin Double dpmin bar 1 Primary Minimum Pressure Difference
Flag_Master Integer Lead. Supply 1 Leading Supply
0: No
1: Yes
Flag_Temp Integer Temp. Type 1 Temperature Type
1: Return temperature
2: Difference of temperature sup – ret
3: Difference of temperature sec – prim
tPrim Double Tp °C 50 Primary Temperature

April 2019 291


PSS SINCAL Database Description SIEMENS
Tables of Pipe Networks

tFeed Double Ts °C 100 Secondary Supply Temperature


Flag_Maint Integer Press. Type 1 Pressure Maintenance Type
1: Medium pressure, difference and parts
2: Supply pressure and difference
3: Return pressure and difference
4: Pump data and parts
5: Supply pressure and pump data
6: Return pressure and pump data
pMedium Double pm bar 1 Medium Pressure
pSupRet Double dp bar 0 Difference Pressure
pSupplyMaint Double ps bar 1 Supply Pressure
pReturnMaint Double pr bar 1 Return Pressure
SupplyPart Double pps % 1 Part – Supply Pressure
ReturnPart Double ppr % 1 Part – Return Pressure
uPump Double n 1/min 1 Characteristic Pump Speed
QOutput Double Qv l/s 0 Output Flow
FlowStep Double dQvmax l/s 0,1 Maximum Step for Flow
Pump_Char_ID Long Integer Pump Char. 0 Secondary Key – Pump Characteristics
fPower Double fP 1 Multiplication Factor Power
fpMedium Double fpm 1 Multiplication Factor Medium Pressure
fpSupRet Double fdp 1 Multiplication Factor Difference Pressure
fpSupplyMaint Double fps 1 Multiplication Factor Supply Pressure
fpReturnMaint Double fpr 1 Multiplication Factor Return Pressure
fpSupplyPart Double fpps 1 Multiplication Factor Part Supply Pressure
fpReturnPart Double fppr 1 Multiplication Factor Part Return Pressure
fQOutput Double fQv 1 Multiplication Factor Output Flow
Mpl_ID Long Integer Manipul. Name 0 Secondary Key – Manipulation
Geo-stationary
TimeSerSup_ID Long Integer Time Series SL 0 Secondary Key – Time Series Supply Line
OpSerSup_ID Long Integer OP SL 0 Secondary Key – Operating Points Supply Line
IncrSerSup_ID Long Integer Incr. Series SL 0 Secondary Key – Increase Supply Line
TimeSerRet_ID Long Integer Time Series RL 0 Secondary Key – Time Series Return Line
OpSerRet_ID Long Integer OP RL 0 Secondary Key – Operating Points Return Line
IncrSerRet_ID Long Integer Incr. Series RL 0 Secondary Key – Increase Return Line

Pump (FlowPump)

Attribute name Data type Short name Unit Std. Description


Element_ID Long Integer 0 Secondary Key – Network Element
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Flag_Typ Integer Pump Type 1 Pump Type
1: Centrifugal pump
2: Reciprocating pump
QOutput Double Q l/s 0 Output Flow
FlowStep Double dQmax l/s 0,1 Maximum Flow
uPump Double n 1/min 1 Characteristic Pump Speed
Pump_Char_ID Long Integer Char. 0 Secondary Key – Pump Characteristics
tSupply Double T °C 100 Supply Temperature

292 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Pipe Networks

Flag_Limits Integer Limit Type 0 Limit Type


0: None
1: Flow
QOutputmin Double Qmin l/s -9999 Minimum Output Flow
QOutputmax Double Qmax l/s 9999 Maximum Output Flow
fQOutput Double fQ 1 Multiplication Factor Output Flow
Mpl_ID Long Integer Manipul. Name 0 Secondary Key – Manipulation
Geo-stationary
TimeSer_ID Long Integer Time Series 0 Secondary Key – Time Series Consumer
OpSer_ID Long Integer OP 0 Secondary Key – Operating Points Consumer
IncrSer_ID Long Integer Incr. Series 0 Secondary Key – Increase Series

Consumer (FlowConsumer)

Attribute name Data type Short name Unit Std. Description


Element_ID Long Integer 0 Secondary Key – Network Element
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Q Double Qv l/s 0 Constant Consumption
Flag_Q Integer Cons. Type 1 Consumption Type
1: Standard
2: Operating conditions
3: Power
Flag_ConTyp Integer Cons. Type 1 Consumption Type
1: Constant consumption
2: Constant power consumption
3: Sum of consumption and power
Q1 Double Qvs m³/h 0 Constant Consumption – Standard
Q2 Double Qvo m³/h 0 Constant Consumption – Operating Cond.
Q3 Double Pc MW 0 Constant Consumption – Power
Q4 Double Qm t/h 0 Constant Consumption
Power Double P MW 0 Constant Consumption – Power
Flag_ConControl Integer Cons. Decr. 0 Pressure Dependent Consumption Decrease
0: No
1: Yes
pDiffMin Double dpmin bar 1 Minimum Pressure Difference
pRelMin Double prmin bar 1 Minimum Relative Pressure
Flag_Temp Integer Res. Type 1 Temperature Type
1: Return temperature
2: Difference of temperature
T Double T °C 50 Temperature
fQ Double fQv 1 Multiplication Factor Constant Consumption
fQ1 Double fQvs 1 Multiplication Factor Constant Consumption –
Standard
fQ2 Double fQvo 1 Multiplication Factor Constant Consumption –
Operating Cond.
fQ3 Double fPc 1 Multiplication Factor Constant Consumption –
Heating/Cooling
fQ4 Double fQm 1 Multiplication Factor Constant Consumption
fPower Double fP 1 Multiplication Factor Constant Consumption
Power
fT Double ft 1 Multiplication Factor Temperature
Mpl_ID Long Integer Manipul. Name 0 Secondary Key – Manipulation

April 2019 293


PSS SINCAL Database Description SIEMENS
Tables of Pipe Networks

Mpl_ID2 Long Integer Manipul. Name 0 Secondary Key – Manipulation (Temperature)


DesignTemp Double Td °C 0 Design Temperature of Consumer
FlowTempChar_ID Long Integer 0 Secondary Key – Consumption Temperature
Characteristics
Geo-stationary
TimeSer_ID Long Integer Time Series 0 Secondary Key – Time Series Consumer
OpSer_ID Long Integer OP 0 Secondary Key – Operating Points Consumer
IncrSer_ID Long Integer Incr. Series 0 Secondary Key – Increase Series

Leakage (FlowLeakage)

Attribute name Data type Short name Unit Std. Description


Element_ID Long Integer 0 Secondary Key – Network Element
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Flag_Typ Integer Cons. Type 1 Consumption Type
1: Leakage
2: Fire-hydrant
OutputSurface Double A mm² 0,1 Output Surface
fFlow Double nQ pu 0 Flow Number
FlowStep Double dQmax l/s 0,1 Maximum Step for Flow
FlowStepG Double dQmax m³/h 0,1 Maximum Step for Flow
ConLineLength Double l m 1 Connection Line Length
ConLineDiameter Double d mm 100 Connection Line Diameter
ConLineRoughness Double R mm 1,25 Connection Line Sand Roughness
ConLineZeta Double Z 0 Connection Line Sand Zeta Value
dsh Double dsh m 1 Delta Elevation
QFireWater Double Qf l/s 8 Fire Water Flow
pFireWater Double pf bar 4 Fire Water Pressure
tFireWater Double tf h 5 Fire Water Time
Geo-stationary
TimeSer_ID Long Integer Time Series 0 Secondary Key – Time Series Consumer
OpSer_ID Long Integer OP 0 Secondary Key – Operating Points Consumer
IncrSer_ID Long Integer Incr. Series 0 Secondary Key – Increase Series

Water Tower (FlowWaterTower)

Attribute name Data type Short name Unit Std. Description


Element_ID Long Integer 0 Secondary Key – Network Element
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
WaterTower_Char_ Long Integer Char. 0 Secondary Key – Water Tower Characteristics
ID
Flag_Level Integer Level Data 1 Level Data
1: Absolute
2: Relative
hWaterLevel Double h m 0 Water Level

294 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Pipe Networks

Flag_Limits Integer Limit Type 0 Limit Type


0: None
1: Flow
Qmin Double Qmin l/s -9999 Minimum Flow
Qmax Double Qmax l/s 9999 Maximum Flow
fhWaterLevel Double fh 1 Multiplication Factor Water Level
Mpl_ID Long Integer Manipul. Name 0 Secondary Key – Manipulation
Geo-stationary
TimeSer_ID Long Integer Time Series 0 Secondary Key – Time Series
OpSer_ID Long Integer OP 0 Secondary Key – Operating Points
hFillStart1 Double l1s m 0 Filling Level 1 Start
hFillStop1 Double l1e m 0 Filling Level 1 Stop
uPump1 Double n1 1/min 0 Pump Speed 1
Pump_Char_ID1 Long Integer Pump Char. 1 0 Secondary Key – Pump Characteristics 1
hFillStart2 Double l2s m 0 Filling Level 2 Start
hFillStop2 Double l2e m 0 Filling Level 2 Stop
uPump2 Double n2 1/min 0 Pump Speed 2
Pump_Char_ID2 Long Integer Pump Char. 2 0 Secondary Key – Pump Characteristics 2
hFillStart3 Double l3s m 0 Filling Level 3 Start
hFillStop3 Double l3e m 0 Filling Level 3 Stop
uPump3 Double n3 1/min 0 Pump Speed 3
Pump_Char_ID3 Long Integer Pump Char. 3 0 Secondary Key – Pump Characteristics 3

Pressure Buffer (FlowPressureBuffer)

Attribute name Data type Short name Unit Std. Description


Element_ID Long Integer 0 Secondary Key – Network Element
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
PressureBuffer_Ch Long Integer Char. 0 Secondary Key – Pressure Buffer
ar_ID Characteristics
pMax Double pmax bar 0 Maximum Pressure
Geo-stationary
TimeSer_ID Long Integer Time Series 0 Secondary Key – Time Series Consumer
OpSer_ID Long Integer OP 0 Secondary Key – Operating Points Consumer
IncrSer_ID Long Integer Incr. Series 0 Secondary Key – Increase Series

Infeeder Gas (FlowInfeederG)

Attribute name Data type Short name Unit Std. Description


Element_ID Long Integer 0 Secondary Key – Network Element
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Flag_Typ Integer Inf. Type 1 Infeeder Type
1: Pressure supply
2: Flow supply

April 2019 295


PSS SINCAL Database Description SIEMENS
Tables of Pipe Networks

QReturn Double Qr m³/h 0 Maximum Return Flow


pConst Double pe bar 0 Constant Excess Pressure
Flag_Q Integer Supply Type 1 Flow Supply Type
1: Standard
2: Operating conditions
3: Power
Q1 Double Qs m³/h 0 Constant Supply – Standard
Q2 Double Qo m³/h 0 Constant Supply – Operating Condition
Q3 Double P MW 0 Constant Supply – Power
Flag_Limits Integer Limit Type 0 Limit Type
0: None
1: Flow
Qmin Double Qsmin m³/h -9999 Minimum Supply
Qmax Double Qsmax m³/h 9999 Maximum Supply
fQReturn Double fQr 1 Multiplication Factor Maximum Return Flow
fpConst Double fpe 1 Multiplication Factor Constant Excess Pressure
fQ1 Double fQs 1 Multiplication Factor Constant Supply –
Standard
fQ2 Double fQo 1 Multiplication Factor Constant Supply –
Operating Condition
fQ3 Double fP 1 Multiplication Factor Constant Supply – Power
Mpl_ID Long Integer Manipul. Name 0 Secondary Key – Manipulation
Geo-stationary
TimeSer_ID Long Integer Time Series 0 Secondary Key – Time Series Consumer
OpSer_ID Long Integer OP 0 Secondary Key – Operating Points Consumer
IncrSer_ID Long Integer Incr. Series 0 Secondary Key – Increase Series

Infeeder Heating/Cooling (FlowInfeederH)

Attribute name Data type Short name Unit Std. Description


Element_ID Long Integer 0 Secondary Key – Network Element
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Flag_Typ Integer Inf. Type 1 Infeeder Type
1: Pressure supply
2: Power supply
3: Pressure maintenance
pSupply Double ps bar 0 Pressure Supply
Flag_SupTyp Integer Supply Type 1 Power Supply Type
1: Constant supply
2: Constant supply power
Q Double Qm t/h 0 Constant Supply Volume
Power Double P MW 0 Constant Power Supply
Flag_ConControl Integer Supply Decr. 1 Pressure Dependent Supply Decrease
0: No
1: Yes
pDiffMin Double dpmin bar 1 Minimum Pressure Difference
Flag_t Integer Temp. Type 1 Temperature Type
1: Supply temperature
2: Difference of temperature
t Double T °C 100 Temperature

296 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Pipe Networks

Flag_Maint Integer Press. Maint. 1 Pressure Maintenance Type


Type 1: Medium pressure, difference and parts
2: Supply pressure and difference
3: Return pressure and difference
4: Pump data and parts
5: Supply pressure and pump data
6: Return pressure and pump data
pMedium Double pm bar 1 Medium Pressure
pSupRet Double dp bar 0 Difference Pressure
pSupplyMaint Double ps bar 1 Supply Pressure
pReturnMaint Double pr bar 1 Return Pressure
SupplyPart Double pps % 1 Part – Supply Pressure
ReturnPart Double ppr % 1 Part – Return Pressure
Pump_Char_ID Long Integer Pump Char. 0 Secondary Key – Pump Characteristics
Flag_Limits Integer Limit Type 1 Limit Type
0: None
1: Flow
2: Power
Qmin Double Qmin t/h -9999 Minimum Flow
Qmax Double Qmax t/h 9999 Maximum Flow
Pmin Double Pmin MW -9999 Minimum Power
Pmax Double Pmax MW 9999 Maximum Power
QOutput Double Qv l/s 0 Output Flow
uPump Double n 1/min 1 Characteristic Pump Speed
FlowStep Double dQvmax l/s 0,1 Maximum Step for Flow
Flag_Master Integer Lead. Supply 1 Leading Supply
0: No
1: Yes
fpSupply Double fps 1 Multiplication Factor Supply Pressure
fQ Double fQm 1 Multiplication Factor Constant Supply Volume
fPower Double fP 1 Multiplication Factor Constant Power Supply
fpMedium Double fpm 1 Multiplication Factor Medium Pressure
fpSupRet Double fdp 1 Multiplication Factor Difference Pressure
fpSupplyMaint Double fps 1 Multiplication Factor Supply Pressure
fpReturnMaint Double fpr 1 Multiplication Factor Return Pressure
fpSupplyPart Double fpps 1 Multiplication Factor Part Supply Pressure
fpReturnPart Double fppr 1 Multiplication Factor Part Return Pressure
fQOutput Double fQv 1 Multiplication Factor Output Flow
Mpl_ID Long Integer Manipul. Name 0 Secondary Key – Manipulation
Geo-stationary
TimeSerSup_ID Long Integer Time Series SL 0 Secondary Key – Time Series Supply Line
OpSerSup_ID Long Integer OP SL 0 Secondary Key – Operating Points Supply Line
IncrSerSup_ID Long Integer Incr. Series SL 0 Secondary Key – Increase Supply Line
TimeSerRet_ID Long Integer Time Series RL 0 Secondary Key – Time Series Return Line
OpSerRet_ID Long Integer OP RL 0 Secondary Key – Operating Points Return Line
IncrSerRet_ID Long Integer Incr. Series RL 0 Secondary Key – Increase Return Line

Temperature Regulator (FlowThermoReg)

Attribute name Data type Short name Unit Std. Description


Element_ID Long Integer 0 Secondary Key – Network Element
Variant_ID Long Integer 1 Secondary Key – Variant

April 2019 297


PSS SINCAL Database Description SIEMENS
Tables of Pipe Networks

Flag_Variant Integer 1 Element of Current Variant


0: No
1: Yes
Node_ID Long Integer Reg. Node 0 Secondary Key – Controlled Node
tMin Double Tmin °C 80 Minimum Temperature
tMax Double Tmax °C 120 Maximum Temperature
TempAccuracy Double Ta °C 0,01 Temperature Accuracy
FlowStep Double dQmax t/h 0,1 Maximum Step for Flow
Geo-stationary
TimeSer_ID Long Integer Time Series 0 Secondary Key – Time Series Consumer
OpSer_ID Long Integer OP 0 Secondary Key – Operating Points Consumer
IncrSer_ID Long Integer Incr. Series 0 Secondary Key – Increase Series

3.3 Supplementary Data


Supplementary data provide additional information that describes the network. PSS SINCAL uses
supplementary data in the calculations.

PSS SINCAL has six kinds of supplementary data:

● General Supplementary Data


● Supplementary Data for Elements
● Standard Types
● Contingency Analysis

3.3.1 General Supplementary Data

General supplementary data provide additional information that describes the network.

Heating/
Table name ID Description Water Gas
Cooling
FlowVersion 1 Version x x x
FlowVariant 2 Variant x x x
FlowCalcParameter 24 Calculation settings x x x
FlowNetworkLevel 6 Network level x x x
FlowNetworkGroup 5 Network area x x x
FlowNetworkZone 71 Network zone x x x
FlowGroup 55 Network element group x x x
FlowGroupRelationship 56 Network element group relationship x x x
FlowManipulation 31 Manipulation x x x
FlowInclDatabase 53 Include Network x x x
FlowElementState 96 Element State x x x
FlowDescription 3 Description x x x
FlowScenario 104 Scenario x x x
FlowScenarioFile 105 Scenario File x x x
FlowOp 64 Operating point x x x
FlowOpSer 65 Operating points/ time series x x x
FlowOpSerVal 66 Operating point/time series values x x x
FlowIncrSer 67 Increase series x x x

298 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Pipe Networks

FlowIncrSerVal 68 Increase series values x x x


FlowBlobData Binary Large Object Data x x x

Version (FlowVersion)

Attribute name Data type Short name Unit Std. Description


Version_ID Long Integer 0 Primary Key – Version
Version_No Double 0 Version Number
Calc_Type Integer 2 Calculation Type
1: Electricity
2: Water
3: Gas
4: Heating/Cooling
Title Text (50) Report Title
Subject Text (50) Subject
Author Text (50) Author
Manager Text (50) Manager
Company Text (50) Company
Category Text (50) Category
Keywords Text (50) Keywords
Comments Comments
Created Text (20) Created
Modified Text (20) Modified
Revision Text (50) Revision Number

Variant (FlowVariant)

Attribute name Data type Short name Unit Std. Description


Variant_ID Long Integer 1 Primary Key – Variant Order
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
ParentVariant_ID Long Integer 0 Secondary Key – Higher-Level Variant
Name Text (50) Name Name – Variant
Author Text (50) Author 0 Author
ModifiedBy Text (50) Mod. By 0 Modified By
Created 0 Created
Modified 0 Modified
Revision Text (20) Rev. No. 0 Revision Number
Comment1 Text (80) Comment 1 0 Comment1
Comment2 Text (80) Comment 2 0 Comment2
VarIndex Text (8) Index of Variant

Calculation Settings (FlowCalcParameter)

Attribute name Data type Short name Unit Std. Description


CalcParameter_ID Long Integer 0 Primary Key – Calculation Settings
Variant_ID Long Integer 1 Secondary Key – Variant

April 2019 299


PSS SINCAL Database Description SIEMENS
Tables of Pipe Networks

Flag_Variant Integer 1 Element of Current Variant


0: No
1: Yes
Tv Tv 0 View Date
Flag_NetH Integer Nettype 1 Network Type
1: Heating
2: Cooling
ITmax Integer 200 Maximum Number of Iterations (Non-Linear)
ITmax2 Integer 200 Maximum Number of Iterations (Linear)
MeshAccuracy Double bar 0,001 Mesh Accuracy
NodeAccuracy Double l/s 0,01 Node Accuracy
NodeAccuracyG Double m³/h 0,01 Node Accuracy
TempAccuracy Double °C 0,01 Temperature Accuracy
FlowStep Double l/s 0,1 Maximum Step for Flow
FlowStepG Double m³/h 0,1 Maximum Step for Flow
Flag_Operate Integer 0 Check Operating Conditions
0: Warning
1: Error
Flag_XVU Integer 0 Connect Nodes
0: Include netw.
1: All
fCharCurve Double pu 0 Characteristic Curve Factor
SpecDensity Double kg/m³ 999,8 Specific Density
KinematicVis Double mm²/s 1,31 Kinematic Viscosity
Flag_Pump Integer 1 Parallel Pumps
0: No
1: Yes
DynamicVis Double µPas 1 Dynamic Viscosity
HeatingAmount Double MJ/kg 40 Energy Content
pAir Double bar 1 Air Pressure
hRef Double m 0 Reference Height of Network
SutherlandConst Double K 165 Sutherland Constant
AdiabaticExp Double 1,31 Adiabatic Exponent
fConst Double 1 Constant Factor
fLinear Double 0 Linear Factor
qSpec Double J/kgK 4182 Specific Thermal Capacity
Flag_MalFunc Integer Malfunc. Circuit 3 Circuit for Malfunction
1: Supply line
2: Return line
3: Supply and return line
Flag_Result Integer Store Res. 1 Store Results in Database
0: None
1: Completely
2: Violations
3: All elements in case of violations
4: Marked
5: Marked or violations
Flag_Dgr Integer 1 Diagram Creation
0: None
1: Completely
2: Marked
StartTime Double t s 0 Starting Time
Duration Double d s 0 Duration
TimeStepGeo Double dt s 0 Time Step Geo-Stationary
StartDate Long Integer Ts 0 Start Date
EndDate Long Integer Te 0 End Date
TimeStepIncr Double dtinc s 0 Time Step Load Increase

300 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Pipe Networks

Network Level (FlowNetworkLevel)

Attribute name Data type Short name Unit Std. Description


NetworkLevel_ID Long Integer 0 Primary Key – Network Level
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Name Text (50) Name Name – Network Level
ShortName Text (8) Short Name Short Name – Network Level
pRated Double pn bar 1 Rated Pressure
TRated Double Tn °C 125 Rated Temperature
TGas Double TG °C 10 Gas Temperature
TAir Double TA °C 10 Air Temperature
vMax Double vmax m/s 0,2 Maximum Flow Velocity
pMin Double pomin bar 0 Minimum Operating Pressure Supply Line
pMax Double pomax bar 100 Maximum Operating Pressure Supply Line
TSupplyLine Double Ts °C 125 Temperature Supply Line
pMinR Double pormin bar 0 Minimum Operating Pressure Return Line
pMaxR Double pormax bar 100 Maximum Operating Pressure Return Line
TReturnLine Double Tr °C 80 Temperature Return Line
Geo-stationary
ConTimeSer_ID Long Integer Consumer 0 Secondary Key – Time Series Consumer
PmpTimeSer_ID Long Integer Pump 0 Secondary Key – Time Series Pump
PmpLTimeSer_ID Long Integer Press. Incr. 0 Secondary Key – Time Series Pressure
Pump Increase Pump
PBufTimeSer_ID Long Integer Press. Buffer 0 Secondary Key – Time Series Pressure Buffer
CLineTimeSer_ID Long Integer Const. Line 0 Secondary Key – Time Series Constant Line
PRegTimeSer_ID Long Integer Press. Reg. 0 Secondary Key – Time Series Pressure
Regulator
ValveTimeSer_ID Long Integer Valve 0 Secondary Key – Time Series Valve
LeakTimeSer_ID Long Integer Leakage 0 Secondary Key – Time Series Leakage
TregTimeSer_ID Long Integer Thermo Reg. 0 Secondary Key – Time Series Thermo
Regulator
InfHSupTimeSer_I Long Integer Inf. Heat SL 0 Secondary Key – Time Series Infeeder
D Heating/Cooling Supply Line
InfHRetTimeSer_ID Long Integer Inf. Heat RL 0 Secondary Key – Time Series Infeeder
Heating/Cooling Return Line
HexSupTimeSer_ID Long Integer Heat Ex. SL 0 Secondary Key – Time Series Heat Exchanger
Supply Line
HexRetTimeSer_ID Long Integer Heat Ex. RL 0 Secondary Key – Time Series Heat Exchanger
Return Line
CompTimeSer_ID Long Integer Compressor 0 Secondary Key – Time Series Compressor
InfGTimeSer_ID Long Integer Inf. Gas 0 Secondary Key – Time Series Infeeder Gas
WtTimeSer_ID Long Integer Water Tower 0 Secondary Key – Time Series Water Tower
ConOpSer_ID Long Integer Consumer 0 Secondary Key – Operating Points Consumer
PmpOpSer_ID Long Integer Pump 0 Secondary Key – Operating Points Pump
PmpLOpSer_ID Long Integer Press. Incr. 0 Secondary Key – Operating Points Pressure
Pump Increase Pump
PBufOpSer_ID Long Integer Press. Buffer 0 Secondary Key – Operating Points Pressure
Buffer
CLineOpSer_ID Long Integer Const. Line 0 Secondary Key – Operating Points Constant
Line

April 2019 301


PSS SINCAL Database Description SIEMENS
Tables of Pipe Networks

PRegOpSer_ID Long Integer Press. Reg. 0 Secondary Key – Operating Points Pressure
Regulator
ValveOpSer_ID Long Integer Valve 0 Secondary Key – Operating Points Valve
LeakOpSer_ID Long Integer Leakage 0 Secondary Key – Operating Points Leakage
TregOpSer_ID Long Integer Thermo Reg. 0 Secondary Key – Operating Points Thermo
Regulator
InfHSupOpSer_ID Long Integer Inf. Heat SL 0 Secondary Key – Operating Points Infeeder
Heating/Cooling Supply Line
InfHRetOpSer_ID Long Integer Inf. Heat RL 0 Secondary Key – Operating Points Infeeder
Heating/Cooling Return Line
HexSupOpSer_ID Long Integer Heat Ex. SL 0 Secondary Key – Operating Points Heat
Exchanger Supply Line
HexRetOpSer_ID Long Integer Heat Ex. RL 0 Secondary Key – Operating Points Heat
Exchanger Return Line
CompOpSer_ID Long Integer Compressor 0 Secondary Key – Operating Points Compressor
InfGOpSer_ID Long Integer Inf. Gas 0 Secondary Key – Operating Points Infeeder
Gas
WtOpSer_ID Long Integer Water Tower 0 Secondary Key – Operating Points Water
Tower
ConIncrSer_ID Long Integer Consumer 0 Secondary Key – Increase Series Consumer
PmpIncrSer_ID Long Integer Pump 0 Secondary Key – Increase Series Pump
PmpLIncrSer_ID Long Integer Press. Incr. 0 Secondary Key – Increase Series Pressure
Pump Increase Pump
PBufIncrSer_ID Long Integer Press. Buffer 0 Secondary Key – Increase Series Pressure
Buffer
CLineIncrSer_ID Long Integer Const. Line 0 Secondary Key – Increase Series Constant
Line
PRegIncrSer_ID Long Integer Press. Reg. 0 Secondary Key – Increase Series Pressure
Regulator
ValveIncrSer_ID Long Integer Valve 0 Secondary Key – Increase Series Valve
TregIncrSer_ID Long Integer Thermo Reg. 0 Secondary Key – Increase Series Thermo
Regulator
LeakIncrSer_ID Long Integer Leakage 0 Secondary Key – Increase Series Leakage
InfHSupIncrSer_ID Long Integer Inf. Heat SL 0 Secondary Key – Increase Series Infeeder
Heating/Cooling Supply Line
InfHRetIncrSer_ID Long Integer Inf. Heat RL 0 Secondary Key – Increase Series Infeeder
Heating/Cooling Return Line
HexSupIncrSer_ID Long Integer Heat Ex. SL 0 Secondary Key – Increase Series Heat
Exchanger Supply Line
HexRetIncrSer_ID Long Integer Heat Ex. RL 0 Secondary Key – Increase Series Heat
Exchanger Return Line
CompIncrSer_ID Long Integer Compressor 0 Secondary Key – Increase Series Compressor
InfgIncrSer_ID Long Integer Inf. Gas 0 Secondary Key – Increase Series Infeeder Gas

Network Area (FlowNetworkGroup)

Attribute name Data type Short name Unit Std. Description


Group_ID Long Integer 0 Primary Key – Network Area
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Name Text (50) Name Name – Network Area
ShortName Text (8) Short Name Short Name – Network Area
ParentGroup_ID Long Integer Parent 0 Secondary Key – Higher-Level Network Area

302 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Pipe Networks

Contingency Analysis
Flag_MarkedForCa Integer Caused Malf. 1 Marked for Caused Malfunction
used 0: No
1: Yes
Flag_Malfunc Integer Malfunc. 0 Malfunction
0: None
1: All elements
2: All lines
3: All restricted elements
4: All restricted lines
Speed_BaseLimit Double vB m/s 0,75 Base Speed Limit
Flag_CausedMalfu Integer Caused 0 Caused Malfunction
nc Malfunc. 0: None
1: Marked areas
2: Own area
Speed_CausedLimi Double vsC m/s 1 Caused Speed Limit
t
Flag_CausedElem Integer Elements 1 Caused Elements
1: Restricted elements
2: Restricted lines
Flag_Report Integer Reporting 1 Reporting
0: None
1: Elements and nodes
2: Lines and nodes
3: Elements
4: Lines
5: Nodes
Flag_FireWater Integer 0 Join Fire Water Simulation
0: No
1: Yes
ConLineLength Double l m 1 Connection Line Length
ConLineDiameter Double d mm 100 Connection Line Diameter
ConLineRoughness Double R mm 1,25 Connection Line Sand Roughness
ConLineZeta Double Z 0 Connection Line Sand Zeta Value
dsh Double dsh m 1 Delta Elevation
QFireWater Double Qf l/s 8 Fire Flow
pFireWater Double pf bar 4 Fire Pressure
tFireWater Double tf h 5 Fire Time
pRelMinLimit Double pfmin bar 1,5 Minimum Pressure – Relative at Fire Water
Simulation

Network Zone (FlowNetworkZone)

Attribute name Data type Short name Unit Std. Description


Zone_ID Long Integer 0 Primary Key – Network Zone
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Name Text (50) Name 0 Name – Network Zone
ShortName Text (8) Short Name 0 Short Name – Network Zone

April 2019 303


PSS SINCAL Database Description SIEMENS
Tables of Pipe Networks

Network Element Group (FlowGroup)

Attribute name Data type Short name Unit Std. Description


Group_ID Long Integer 0 Primary Key – Reliability Group
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Name Text (50) Name Name – Reliability Group
ShortName Text (8) Short Name Short Name – Reliability Group
Flag_Group Integer Group Type of Reliability Group
0: Common group
1: Profile curve
2: Malfunction group
3: Function group
4: Operating group

Network Element Group Relationship (FlowGroupRelationship)

Attribute name Data type Short name Unit Std. Description


GroupRel_ID Long Integer 0 Primary Key – Group Relationship
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Group_ID Long Integer Group 0 Secondary Key – Group
Flag_Typ Integer Relation 1 Type of Relationship
1: Node
2: Element
Element_ID Long Integer Element 0 Secondary Key – Network Element
Node_ID Long Integer Node/Busbar 0 Secondary Key – Node
Pos Long Integer Pos 1 0 Position

Manipulation (FlowManipulation)

Attribute name Data type Short name Unit Std. Description


Mpl_ID Long Integer 0 Primary Key – Manipulation
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Name Text (50) Name – Manipulation
hWaterLevel Double 1 Water Level
QOutput Double 1 Output Flow
QReturn Double 1 Maximum Return Flow
pConst Double 1 Constant Excess Pressure
Q1 Double 1 Constant Supply – Standard
Q2 Double 1 Constant Supply – Operating Condition
Q3 Double 1 Constant Supply – Power
pSupply Double 1 Supply Pressure
Q Double 1 Constant Supply volume

304 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Pipe Networks

Power Double 1 Constant Power Supply


Q4 Double 1 Constant Consumption
PressureDecr Double 1 Pressure Drop
FlowHeating Double 1 Flow
FlowGas Double 1 Flow
pMedium Double 1 Medium Pressure
pSupRet Double 1 Difference Pressure
pSupplyMaint Double 1 Supply Pressure
pReturnMaint Double 1 Return Pressure
pSupplyPart Double 1 Part Supply Pressure
pReturnPart Double 1 Part Return Pressure
T Double 1 Temperature
fhWaterLevel Double 1 Multiplication Factor Water Level
fQOutput Double 1 Multiplication Factor Output Flow
fQReturn Double 1 Multiplication Maximum Return Flow
fpConst Double 1 Multiplication Constant Excess Pressure
fQ1 Double 1 Multiplication Factor Constant Supply –
Standard
fQ2 Double 1 Multiplication Factor Constant Supply –
Operating Condition
fQ3 Double 1 Multiplication Factor Constant Supply – Power
fpSupply Double 1 Multiplication Factor Supply Pressure
fQ Double 1 Multiplication Factor Constant Supply volume
fPower Double 1 Multiplication Factor Constant Power Supply
fQ4 Double 1 Multiplication Factor Constant Consumption
fPressureDecr Double 1 Multiplication Factor Pressure Drop
fFlowHeating Double 1 Multiplication Factor Flow
fFlowGas Double 1 Multiplication Factor Flow
fpMedium Double 1 Multiplication Factor Medium Pressure
fpSupRet Double 1 Multiplication Factor Difference Pressure
fpSupplyMaint Double 1 Multiplication Factor Supply Pressure
fpReturnMaint Double 1 Multiplication Factor Return Pressure
fpSupplyPart Double 1 Multiplication Factor Part Supply Pressure
fpReturnPart Double 1 Multiplication Factor Part Return Pressure
fT Double 1 Multiplication Factor Temperature
Flag_Typ Integer 0 Manipulation Type 1
Flag_OS Integer 0 Manipulation Type 2
Flag_Active Long Integer 0 Manipulation Type 3
Flag_Active2 Long Integer 0 Manipulation Type 4

Include Network (FlowInclDatabase)

Attribute name Data type Short name Unit Std. Description


InclDB_ID Long Integer 0 Primary Key – Include Network
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Flag_State Integer State 1 State
0: Off
1: On

April 2019 305


PSS SINCAL Database Description SIEMENS
Tables of Pipe Networks

DBType Integer DB Type 1 Database Type


1: MS Access
2: Oracle
3: SQL Server Express Local
4: SQL Server Express
5: SQL Server
6: SQLite
Name Text (255) File/Service File Name/Service Name
Pwd Text (255) Password Password
UserName Text (255) User Name User Name

Element State (FlowElementState)

Attribute name Data type Short name Unit Std. Description


ElementState_ID Long Integer 0 Primary Key – Element State
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Element_ID Long Integer Element 0 Secondary Key – Element
Name Text (20) Name 0 Name
Flag_State Integer State 0 State of Element
1: In Service
2: Out of Service
StateDate TS 0 Date

Description (FlowDescription)

Attribute name Data type Short name Unit Std. Description


Description_ID Long Integer 0 Primary Key – Description
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Name Text (8) Name 0 Name – Description
Description Desc. 0 Description Text

Scenario (FlowScenario)

Attribute name Data type Short name Unit Std. Description


Scenario_ID Long Integer 0 Primary Key – Scencario
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
Name Text (50) Name 0 Name
Comments Comments
Flag_State Integer 1 Consider for all Calculations using Scenarios
0: Off
1: On

306 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Pipe Networks

Scenario File (FlowScenarioFile)

Attribute name Data type Short name Unit Std. Description


ScenarioFile_ID Long Integer 0 Primary Key – Scencario File
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
Scenario_ID Long Integer 0 Secondary Key – Scenario
Name Text (50) 0 Name
Flag_State Integer 1 Status
0: Off
1: On
FileName Text (255) 0 File Name
Pos Integer 0 Order
Flag_OperatingStat Integer 0 Enable Operating State
e 0: Off
1: On
OperatingState Integer 0 Operating State
0: Off
1: On
Flag_Ti Integer 0 Enable Establishment Date
0: Off
1: On
Ti Ti 0 Establishment Date
Flag_Ts Integer 0 Enable Shutdown Date
0: Off
1: On
Ts Ts 0 Shutdown Date

Operating Point (FlowOp)

Attribute name Data type Short name Unit Std. Description


Op_ID Long Integer Primary Key – Operating Point
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Name Text (50) Name Name – Operating Point
Shortname Text (8) Short Name Short Name of Operating Point
Flag_State Integer State 1 State
0: Off
1: On

Operating Points/Time Series (FlowOpSer)

Attribute name Data type Short name Unit Std. Description


OpSer_ID Long Integer Primary Key – Operating Points
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Name Text (50) Name Name – Operating Points
Shortname Text (8) Short Name Short Name of Operating Points

April 2019 307


PSS SINCAL Database Description SIEMENS
Tables of Pipe Networks

Flag_Typ Integer Type 1 Type


1: Time series
2: Operate series

Operating Point/Time Series Values (FlowOpSerVal)

Attribute name Data type Short name Unit Std. Description


OpSerVal_ID Long Integer Primary Key – Operating Point Value
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Op_Time Double t s 0 Time
Op_ID Long Integer Op. Point 0 Secondary Key – Operating Point
OpSer_ID Long Integer OP 0 Secondary Key – Operating Points
Flag_Curve Integer Curve 1 Curve
1: Continuous
2: Discrete
Factor Double f pu 1 Factor

Increase Series (FlowIncrSer)

Attribute name Data type Short name Unit Std. Description


IncrSer_ID Long Integer Primary Key – Increase Series
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Name Text (50) Name Name – Increase Series
Shortname Text (8) Short Name Short Name of Increase Series

Increase Series Values (FlowIncrSerVal)

Attribute name Data type Short name Unit Std. Description


IncrSerVal_ID Long Integer 0 Primary Key – Increase Series Value
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
IncrSer_ID Long Integer Incr. Series 0 Secondary Key – Increase Series
StartDate Long Integer Ts Date 0 Start Date
EndDate Long Integer Te Date 0 End Date
Factor Double f pu 1 Factor

308 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Pipe Networks

Binary Large Object Data (FlowBlobData)

Attribute name Data type Short name Unit Std. Description


BLOB_ID Long Integer 0 Primary Key – Blob
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Flag_Type Integer Blob 0 Type of Blob
Name Text (50) Desc. 0 Description
BLOB_Data Data 0 Blob Data

3.3.2 Supplementary Data for Elements

Element supplementary data include additional information for the network elements such as
characteristic curves.

Heating/
Table name ID Description Water Gas
Cooling
FlowPumpChar 25 Pump characteristics x x
FlowPumpCharValue 26 Pump characteristics values x x
FlowWaterTowerChar 29 Water tower characteristics x
FlowWaterTowerCharValue 30 Water tower characteristics values x
FlowPressereBufferChar 27 Pressure buffer characteristics x x x
FlowPressureBufferCharValue 28 Pressure buffer characteristics values x x x
FlowPlossChar 73 Pressure drop characteristics x x x
FlowPlossCharValue 74 Pressure drop characteristics values x x x
FlowTempChar 97 Temperature consumption x x x
characteristics
FlowTempCharValue 98 Temperature consumption x x x
characteristics values
FlowElementExt 72 Extended element data x x x
FlowNodeExt 91 Extended node data x x x
FlowMasterResource 78 Master resource x x x

Pump Characteristics (FlowPumpChar)

Attribute name Data type Short name Unit Std. Description


Pump_Char_ID Long Integer 0 Primary Key – Pump Characteristic Curve
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Typ Text (40) Type Pump Type
Flag_Interp Integer Char. Interpol. 1 Characteristic Interpolation
1: Linear interpolation
2: Polynomial interpolation
fx Double fQp 1 Factor Flow Rate at Output Pressure
fy Double fpQ 1 Factor Output Pressure at Flow Rate
Accuracy Double a l/s 0,5 Flow Rate Accuracy

April 2019 309


PSS SINCAL Database Description SIEMENS
Tables of Pipe Networks

Pump Characteristics Values (FlowPumpCharValue)

Attribute name Data type Short name Unit Std. Description


Pump_CharValue_I Long Integer 0 Primary Key – Pump Characteristic Curve
D Value
Pump_Char_ID Long Integer 0 Secondary Key – Pump Characteristics
QOutput Double Qp l/s 0 Flow Rate at Output Pressure
pOutput Double pQ bar 1 Output Pressure at Flow Rate
uChar Double n 1/min 1000 Characteristic Pump Speed

Water Tower Characteristics (FlowWaterTowerChar)

Attribute name Data type Short name Unit Std. Description


WaterTower_Char_ Long Integer 0 Primary Key – Water Tower Characteristic
ID Curve
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Typ Text (40) Type Water Tower Type
Flag_Interp Integer Char. Interpol. 1 Characteristic Interpolation
1: Linear – relative levels
2: Linear – absolute levels
fx Double fV 1 Factor Fill Volume
fy Double fh 1 Factor Level

Water Tower Characteristics Values (FlowWaterTowerCharValue)

Attribute name Data type Short name Unit Std. Description


WaterTower_CharV Long Integer 0 Primary Key – Water Tower Char Curve Value
alue_ID
WaterTower_Char_ Long Integer 0 Secondary Key – Water Tower Characteristics
ID
FillVolume Double V m³ 0 Fill Volume
hOverNode Double h m 0 Level over Node Height

Pressure Buffer Characteristics (FlowPressureBufferChar)

Attribute name Data type Short name Unit Std. Description


PressureBuffer_Ch Long Integer 0 Primary Key – Pressure Buffer Characteristic
ar_ID Curve
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Typ Text (40) Type Pressure Buffer Type

310 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Pipe Networks

Flag_Interp Integer Char. Interpol. 1 Characteristic Interpolation


1: Linear interpolation
2: Polynomial interpolation
fx Double fV 1 Factor Fill Volume
fy Double fp 1 Factor Pressure

Pressure Buffer Characteristics Values (FlowPressureBufferCharValue)

Attribute name Data type Short name Unit Std. Description


PressureBuffer_Ch Long Integer 0 Primary Key – Pressure Buffer Char Curve
arValue_ID Value
PressureBuffer_Ch Long Integer 0 Secondary Key – Pressure Buffer
ar_ID Characteristics
FillVolume Double V m³ 0 Fill Volume
p Double p bar 0,01 Pressure

Temperature Consumption Characteristics (FlowTempChar)

Attribute name Data type Short name Unit Std. Description


FlowTempChar_ID Long Integer 0 Primary Key – Temperature Consumption
Characteristics
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Name Text (50) 0 Name
Flag_Temp Integer 1 Kind of Temperature
1: Absolute Temperature
2: Difference to Design Temperature
Flag_Data Integer 1 Kind of Data
1: Absolute Consumption
2: Relative Consumption
3: Factor Consumption

Temperature Consumption Characteristics Values (FlowTempCharValue)

Attribute name Data type Short name Unit Std. Description


FlowTempCharValu Long Integer 0 Primary Key – Temperature Consumption
e_ID Characteristics Values
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
FlowTempChar_ID Long Integer 0 Secondary Key – Temperature Consumption
Characteristics
Temp Double T °C 0 Absolute or Relative Temperature
Qw Double Qv l/s 0 Absolute or Relative Constant Consumption
Q1 Double Qvs m³/h 0 Absolute or Relative Constant Consumption –
Standard
Q2 Double Qvo m³/h 0 Absolute or Relative Constant Consumption –
Operating Cond.

April 2019 311


PSS SINCAL Database Description SIEMENS
Tables of Pipe Networks

Q3 Double Pc MW 0 Absolute or Relative Constant Consumption –


Power
Q4 Double Qm t/h 0 Absolute or Relative Constant Consumption
Power Double P MW 0 Absolute or Relative Constant Consumption –
Power
Factor Double f 1 1 Factor

Pressure Drop Characteristics (FlowPlossChar)

Attribute name Data type Short name Unit Std. Description


PlossChar_ID Long Integer 0 Primary Key – Internal Pressure Drop
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Name Text (50) Name 0 Name
Flag_Interp Integer Char. Interpol. 1 Characteristic Interpolation
1: Logarithmic
fx Double fQ 1 Factor all Flow Values
fy Double fdP 1 Factor All Pressure Drop Values

Pressure Drop Characteristics Values (FlowPlossCharValue)

Attribute name Data type Short name Unit Std. Description


PlossCharValue_ID Long Integer 0 Primary Key – Value
PlossChar_ID Long Integer 0 Secondary Key – Internal Pressure Drop
Q1 Double Q l/s 1 Flow
Q2 Double Q m³/h 1 Flow
dP Double Δp mbar 1 Pressure Drop

Extended Element Data (FlowElementExt)

Attribute name Data type Short name Unit Std. Description


ElementExt_ID Long Integer 0 Primary Key – Extended Data
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Element_ID Long Integer 0 Secondary Key – Element
Name Text (8) 0 Extended Data Name
Flag_Type Integer Type 1 Type of Value
1: Number
2: Text
Value1 Double Nval 0 Numeric Value
Unit Text (8) 0 Unit
Value2 Tval 0 Text Value

312 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Pipe Networks

Extended Node Data (FlowNodeExt)

Attribute name Data type Short name Unit Std. Description


NodeExt_ID Long Integer 0 Primary Key – Extended Data
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Node_ID Long Integer 0 Secondary Key – Node
Name Text (8) 0 Extended Data Name
Flag_Type Integer Type 1 Type of Value
1: Number
2: Text
Value1 Double Nval 0 Numeric Value
Unit Text (8) 0 Unit
Value2 Tval 0 Text Value

Master Resource (FlowMasterResource)

Attribute name Data type Short name Unit Std. Description


MasterResource_ID Long Integer 0 Primary Key – Master Resource
RowType Integer 0 Row Type
Row_ID Long Integer 0 Secondary Key – Data
ResValue Text (60) 0 Master Resource Value for Identification
Category Text (40) 0 Category of Master Resource Value

3.3.3 Standard Types

Standard types administers the input data of network elements in an external database (standard
database). It can centrally administer the input data of often used standardized equipment such as
lines, transformers etc.. For a detailed description of how standard types work and how they are
used, see the section on Standard Types in Screen Forms in the chapter on Screen Forms in the
System Manual.

Heating/
Table name ID Description Water Gas
Cooling
StdFlowLine 2 Standard line x x x

Standard Line (StdFlowLine)

Attribute name Data type Short name Unit Std. Description


Element_ID Long Integer 0 Secondary Key – Network Element
LineTyp Text (40) Type Line Name
Flag_NetwTyp Integer State – Standard Type
1: Water
2: Gas
3: Heating/Cooling
Diameter Double d mm 50 Diameter

April 2019 313


PSS SINCAL Database Description SIEMENS
Tables of Pipe Networks

SandRoughness Double R mm 1,25 Sand Roughness


fLength Double fl % 0 Length Allowance Factor
fCurve Double fcr 1 Curve Factor
fDiameterAn Double Δd % 0 Annual Diameter Reduction
fRoughnessAn Double ΔR % 0 Annual Roughness Increase
LeakageRate Double LR l/sm 0 Leakage Rate
HeatingCond Double λ W/mK 0 Thermal Conductivity
InsertTime Time 0 Time
UserName Text (50) User 0 User
Flag_Calc Long Integer Flag Calc 0 Flag Calc

3.3.4 Contingency Analysis

This table has the required data for contingency analysis.

Table name ID Description


FlowMalFuncScenario 89 Malfunction scenario
FlowMalFuncScenarioDef 90 Malfunction scenario definition

Malfunction Scenario (FlowMalFuncScenario)

Attribute name Data type Short name Unit Std. Description


MalFuncScenario_I Long Integer 0 Primary Key – Malfunction Scenario
D
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Name Text (50) Name 0 Malfunction Scenario Name
Flag_Type Integer Type 0 Type of Scenario
1: Malfunction
2: Resupply
Flag_State Integer State 1 Malfunction Scenario State
0: Off
1: On

Malfunction Scenario Definition (FlowMalFuncScenarioDef)

Attribute name Data type Short name Unit Std. Description


MalFuncScenarioD Long Integer 0 Primary Key – Malfunction Scenario Definition
ef_ID
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
MalFuncScenario_I Long Integer 0 Secondary Key – Malfunction Scenario
D
Element_ID Long Integer Element 0 Secondary Key – Element

314 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Pipe Networks

Flag_Operate Integer Operating 1 Operating


1: Malfunction
2: Reconnect
3: Shutdown
Flag_MalfuncType Integer 0 Malfunction Type
0: Elements
1: Nodes
Node_ID Long Integer 0 Malfunction Node

3.4 Results
PSS SINCAL stores the results of its different calculation methods in the following tables.

Results are provided for the following methods:

● General Results
● Water
● Gas
● Heating/Cooling

3.4.1 General Results

PSS SINCAL stores the general calculation results of pipe networks in the following tables.

Heating/
Table name ID Description Water Gas
Cooling
FlowTRNodeResult 41 Network track – node results x x x

Network Track – Node Results (FlowTRNodeResult)

Attribute name Data type Short name Unit Std. Description


Result_ID Long Integer 0 Primary Key – Result
Variant_ID Long Integer 1 Secondary Key – Variant
Node_ID Long Integer Node 0 Secondary Key – Node
Element_ID Long Integer Supply 0 Secondary Key – Supply
Circuit Integer Circuit 1 Circuit
1: Supply line
2: Return line
Amount Double q % 0 Amount
tEnd Double te s 0 End Time

April 2019 315


PSS SINCAL Database Description SIEMENS
Tables of Pipe Networks

3.4.2 Water

PSS SINCAL stores the results of water calculations in the following tables.

Heating/
Table name ID Description Water Gas
Cooling
FlowWSResult 32 Water – results x
FlowWSNodeResult 33 Water – node results x
FlowWSBranchResult 34 Water – branch results x
FlowWFResult 69 Water tower fill results x
FlowFireWaterResult 88 Fire water results x
FlowWSNetGroupResult 82 Water – network area results x
FlowWSNetGroupTransResult 83 Water – network area transfer results x
FlowWSNetLevelResult 84 Water – network level results x

Water – Results (FlowWSResult)

Attribute name Data type Short name Unit Std. Description


Result_ID Long Integer 0 Primary Key – Result
Variant_ID Long Integer 1 Secondary Key – Variant
SupplySum Double Qsup1 l/s 0 Sum of Supply Sources
ConsumptionSum Double Qcon1 l/s 0 Sum of Consumption
SupplyCalc Double Qsup2 l/s 0 Calculated Supply Sources
ConsumptionCalc Double Qcon2 l/s 0 Calculated Consumption
Losses Double Qloss l/s 0 Losses
Leakage Double Qleak l/s 0 Output Leakage
pAbs Double pamin bar 0 Minimum Pressure – Absolute
pRel Double prmin bar 0 Minimum Pressure – Relative
FlowRate Double vmax m/s 0 Maximum Flow Rate
LengthPipe Double l m 0 Entire Pipe Length
VolumePipe Double V m³ 0 Entire Pipe Volume
FlowAcc Double E1 l/s 0 Flow Accuracy
NodeAcc Double E2 bar 0 Node Accuracy
MeshAcc Double E3 bar 0 Mesh Accuracy
IT Integer IT 1 0 Iteration Number
Flag_Result Integer Type 0 Result Type
0: Stationary
1: Time series
2: Operating points
3: Filling
4: Increase Load
5: Fire Water – Flow
6: Fire Water – Pressure
7: Malfunction
Op_ID Long Integer Op. Point 0 Secondary Key – Operating Point
ResDate T Date 0 Date
ResTime Double t s 0 Time

316 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Pipe Networks

Water – Node Results (FlowWSNodeResult)

Attribute name Data type Short name Unit Std. Description


Result_ID Long Integer 0 Primary Key – Result
Variant_ID Long Integer 1 Secondary Key – Variant
Node_ID Long Integer Node 0 Secondary Key – Node
Status Long Integer State Limit Violation
0: None
1: p min
2: p max
3: p min, p max
4: dp
5: p min, dp
6: p max, dp
7: p min, p max, dp
QSupply Double Qsup l/s 0 Supply
QConsumption Double Qcon l/s 0 Consumption
pAbs Double pa bar 0 Pressure – Absolute
hAbs Double hpa m 0 Pressure Height – Absolute
pRel Double pr bar 0 Pressure – Relative
hRel Double hpr m 0 Pressure Height – Relative
tEnd Double te s 0 End Time
Flag_Result Integer Type 0 Result Type
0: Stationary
1: Time series
2: Operating points
3: Filling
4: Increase Load
5: Fire Water – Flow
6: Fire Water – Pressure
7: Malfunction
Op_ID Long Integer Op. Point 0 Secondary Key – Operating Point
ResDate T Date 0 Date
ResTime Double t s 0 Time
tAvrg Double ta s 0 Average Time

Water – Branch Results (FlowWSBranchResult)

Attribute name Data type Short name Unit Std. Description


Result_ID Long Integer 0 Primary Key – Result
Variant_ID Long Integer 1 Secondary Key – Variant
Terminal1_ID Long Integer 0 Secondary Key – Terminal
Terminal2_ID Long Integer Ngb. Node 0 Secondary Key – Neighbor Terminal
Status Long Integer State Limit Violation
bit 0: under min. pressure
bit 1: over max. pressure
bit 2: under min. pressure difference
bit 3: cooling down
bit 4: evaporation
bit 5: rated temperature
bit 6: over max. flow rate
bit 7: over max. flow

Example:
21 = evaporation (bit 4)
+ under min. pressure (bit 0),
+ under min. pressure difference (bit 2)

April 2019 317


PSS SINCAL Database Description SIEMENS
Tables of Pipe Networks

Flow Double Q l/s 0 Flow


pDecAbs Double Δpa bar 0 Pressure Drop – Absolute
pDecRel Double Δpr bar 0 Pressure Drop – Relative
pDecRatAbs Double Δpra mbar/m 0 Rated Pressure Drop – Absolute
pDecRatRel Double Δprr mbar/m 0 Rated Pressure Drop – Relative
Losses Double Qloss l/s 0 Losses
FlowRate Double v m/s 0 Flow Rate
FlowTime Double tv s 0 Flow Time
Flag_Result Integer Type 0 Result Type
0: Stationary
1: Time series
2: Operating points
3: Filling
4: Increase Load
5: Fire Water – Flow
6: Fire Water – Pressure
7: Malfunction
Op_ID Long Integer Op. Point 0 Secondary Key – Operating Point
ResDate T Date 0 Date
ResTime Double t s 0 Time

Water Tower Fill Results (FlowWFResult)

Attribute name Data type Short name Unit Std. Description


Result_ID Long Integer 0 Primary Key – Result
Variant_ID Long Integer 1 Secondary Key – Variant
Terminal_ID Long Integer Terminal 0 Secondary Key – Terminal
Height Double h m 0 Height
Pressure Double pr bar 0 Pressure
Flow Double Q l/s 0 Flow
Amount Double A m³ 0 Amount
TotalAmount Double Atot m³ 0 Total Amount
ResTime Double t s 0 Time

Fire Water Results (FlowFireWaterResult)

Attribute name Data type Short name Unit Std. Description


Result_ID Long Integer 0 Primary Key – Result
Variant_ID Long Integer 1 Secondary Key – Variant
Op_ID Long Integer Op. Point 0 Secondary Key – Operating Point
ResTime Double t s 0 Time
Node_ID Long Integer 0 Secondary Key – Node
MinNode_ID Long Integer 0 Secondary Key – Minimum Node
VMaxElement_ID Long Integer Element 0 Secondary Key – Maximum Element

318 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Pipe Networks

Flag_Result Integer Type 0 Result Type


0: Stationary
1: Time series
2: Operating points
3: Filling
4: Increase Load
5: Fire Water – Flow
6: Fire Water – Pressure
7: Malfunction
Flow_State Integer Calc. Solved 1 Steady State Calculation of Fire Water Network
Solved
0: No
1: Yes
Flag_pRelMin Integer prminv 0 Min. Pressure Violation
0: No
1: Yes
pAbsOperate Double pa bar 0 Operate Pressure – Absolute
pRelOperate Double pr bar 0 Operate Pressure – Relative
pAbs Double paf bar 0 Fire Pressure – Absolute
pRel Double prf bar 0 Fire Pressure – Relative
Q Double Qf l/s 0 Fire Flow
V Double Vf m³ 0 Fire Amount
pRelMin Double prmin bar 0 Minimum Pressure – Relative
FlowRate Double vmax m/s 0 Maximum Flow Rate
ResDate T Date 0 Date

Water – Network Area Results (FlowWSNetGroupResult)

Attribute name Data type Short name Unit Std. Description


Result_ID Long Integer 0 Primary Key – Result
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Result Integer Type 0 Result Type
0: Stationary
1: Time series
2: Operating points
3: Filling
4: Increase Load
5: Fire Water – Flow
6: Fire Water – Pressure
7: Malfunction
ResTime Double t s 0 Time
Op_ID Long Integer Op. Point 0 Secondary Key – Operating Point
Group_ID Long Integer Area 0 Secondary Key – Network Area
Supply Double Qsup l/s 0 Supply
Consumption Double Qcon l/s 0 Consumption
Losses Double Qloss l/s 0 Losses
Leakage Double Qleak l/s 0 Output Leakage
Bilance Double Qbil l/s 0 Balance
pAbs Double pamin bar 0 Minimum Pressure – Absolute
pRel Double prmin bar 0 Minimum Pressure – Relative
LengthPipe Double l m 0 Entire Pipe Length
VolumePipe Double V m³ 0 Entire Pipe Volume
FlowRate Double vmax m/s 0 Maximum Flow Rate
In1 Double Qin l/s 0 Flow In
Out1 Double Qout l/s 0 Flow Out
ResDate T Date 0 Date

April 2019 319


PSS SINCAL Database Description SIEMENS
Tables of Pipe Networks

Water – Network Area Transfer Results (FlowWSNetGroupTransResult)

Attribute name Data type Short name Unit Std. Description


Result_ID Long Integer 0 Primary Key – Result
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Result Integer Type 0 Result Type
0: Stationary
1: Time series
2: Operating points
3: Filling
4: Increase Load
5: Fire Water – Flow
6: Fire Water – Pressure
7: Malfunction
ResTime Double t s 0 Time
Op_ID Long Integer Op. Point 0 Secondary Key – Operating Point
Group_ID Long Integer Area 0 Secondary Key – Network Area
TransGroup_ID Long Integer Transf. Area 0 Secondary Key – Transfer Network Group
In1 Double Qin l/s 0 Flow from Transfer Area
Out1 Double Qout l/s 0 Flow to Transfer Area
ResDate T Date 0 Date

Water – Network Level Results (FlowWSNetLevelResult)

Attribute name Data type Short name Unit Std. Description


Result_ID Long Integer 0 Primary Key – Result
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Result Integer Type 0 Result Type
0: Stationary
1: Time series
2: Operating points
3: Filling
4: Increase Load
5: Fire Water – Flow
6: Fire Water – Pressure
7: Malfunction
ResTime Double t s 0 Time
Op_ID Long Integer Op. Point 0 Secondary Key – Operating Point
NetworkLevel_ID Long Integer Netw. Level 0 Secondary Key – Network Level
Supply Double Qsup l/s 0 Supply
Consumption Double Qcon l/s 0 Consumption
Losses Double Qloss l/s 0 Losses
Leakage Double Qleak l/s 0 Output Leakage
Bilance Double Qbil l/s 0 Balance
pAbs Double pamin bar 0 Minimum Pressure – Absolute
pRel Double prmin bar 0 Minimum Pressure – Relative
LengthPipe Double l m 0 Entire Pipe Length
VolumePipe Double V m³ 0 Entire Pipe Volume
FlowRate Double vmax m/s 0 Maximum Flow Rate
ResDate T Date 0 Date

320 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Pipe Networks

3.4.3 Gas

PSS SINCAL stores the results of gas calculations in the following tables.

Heating/
Table name ID Description Water Gas
Cooling
FlowGSResult 35 Gas – results x
FlowGSNodeResult 36 Gas – node results x
FlowGSBranchResult 37 Gas – branch results x
FlowGSNetGroupResult 79 Gas – network area results x
FlowGSNetGroupTransResult 80 Gas – network area transfer results x
FlowGSNetLevelResult 81 Gas – network level results x

Gas – Results (FlowGSResult)

Attribute name Data type Short name Unit Std. Description


Result_ID Long Integer 0 Primary Key – Result
Variant_ID Long Integer 1 Secondary Key – Variant
SupplySum Double Qsup1 m³/h 0 Sum of Supply Sources
ConsumptionSum Double Qcon1 m³/h 0 Sum of Consumption
SupplyCalc Double Qsup2 m³/h 0 Calculated Supply Sources
ConsumptionCalc Double Qcon2 m³/h 0 Calculated Consumption
Losses Double Qloss m³/h 0 Losses
Leakage Double Qleak m³/h 0 Output Leakage
pAbs Double pamin bar 0 Minimum Pressure – Absolute
pRel Double prmin bar 0 Minimum Pressure – Relative
FlowRate Double vmax m/s 0 Maximum Flow Rate
VolumeGas Double Vgas m³ 0 Gas Volume
VolumePipe Double V m³ 0 Entire Pipe Volume
LengthPipe Double l m 0 Entire Pipe Length
FlowAcc Double E1 m³/h 0 Flow Accuracy
NodeAcc Double E2 bar 0 Node Accuracy
MeshAcc Double E3 bar 0 Mesh Accuracy
IT Integer IT 1 0 Iteration Number
Flag_Result Integer Type 0 Result Type
0: Stationary
1: Time series
2: Operating points
3: Filling
4: Increase Load
5: Fire Water – Flow
6: Fire Water – Pressure
7: Malfunction
Op_ID Long Integer Op. Point 0 Secondary Key – Operating Point
ResDate T Date 0 Date
ResTime Double t s 0 Time

April 2019 321


PSS SINCAL Database Description SIEMENS
Tables of Pipe Networks

Gas – Node Results (FlowGSNodeResult)

Attribute name Data type Short name Unit Std. Description


Result_ID Long Integer 0 Primary Key – Result
Variant_ID Long Integer 1 Secondary Key – Variant
Node_ID Long Integer Node 0 Secondary Key – Node
Status Long Integer State Limit Violation
0: None
1: p min
2: p max
3: p min, p max
4: dp
5: p min, dp
6: p max, dp
7: p min, p max, dp
QSupplyNrm Double Qss m³/h 0 Supply – Standard
QSupplyOpr Double Qso m³/h 0 Supply – Operating Condition
QConsumptionNrm Double Qcs m³/h 0 Consumption – Standard
QConsumptionOpr Double Qco m³/h 0 Consumption – Operating Condition
pAbs Double pa bar 0 Pressure – Absolute
pRel Double pr bar 0 Pressure – Relative
pAir Double pA bar 0 Air Pressure
tEnd Double te s 0 End Time
Flag_Result Integer Type 0 Result Type
0: Stationary
1: Time series
2: Operating points
3: Filling
4: Increase Load
5: Fire Water – Flow
6: Fire Water – Pressure
7: Malfunction
Op_ID Long Integer Op. Point 0 Secondary Key – Operating Point
ResDate T Date 0 Date
ResTime Double t s 0 Time
tAvrg Double ta s 0 Average Time

Gas – Branch Results (FlowGSBranchResult)

Attribute name Data type Short name Unit Std. Description


Result_ID Long Integer 0 Primary Key – Result
Variant_ID Long Integer 1 Secondary Key – Variant
Terminal1_ID Long Integer 0 Secondary Key – Terminal
Terminal2_ID Long Integer Ngb. Node 0 Secondary Key – Neighbor Terminal

322 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Pipe Networks

Status Long Integer State Limit Violation


bit 0: under min. pressure
bit 1: over max. pressure
bit 2: under min. pressure difference
bit 3: cooling down
bit 4: evaporation
bit 5: rated temperature
bit 6: over max. flow rate
bit 7: over max. flow

Example:
21 = evaporation (bit 4)
+ under min. pressure (bit 0),
+ under min. pressure difference (bit 2)
QNrm Double Qs m³/h 0 Flow – Standard
QOpr Double Qo m³/h 0 Flow – Operating Cond.
pDecAbs Double Δpa bar 0 Pressure Drop – Absolute
pDecRel Double Δpr bar 0 Pressure Drop – Relative
pDecRatAbs Double Δpra mbar/m 0 Rated Pressure Drop – Absolute
pDecRatRel Double Δprr mbar/m 0 Rated Pressure Drop – Relative
pDecStatic Double Δps mbar 0 Pressure Drop – Static
LossesNrm Double Qls m³/h 0 Losses – Standard
LossesOpr Double Qlo m³/h 0 Losses – Operating Cond.
pAir Double pA bar 0 Air Pressure
FlowRate Double v m/s 0 Flow Rate
FlowTime Double t s 0 Flow Time
Flag_Result Integer Type 0 Result Type
0: Stationary
1: Time series
2: Operating points
3: Filling
4: Increase Load
5: Fire Water – Flow
6: Fire Water – Pressure
7: Malfunction
Op_ID Long Integer Op. Point 0 Secondary Key – Operating Point
ResDate T Date 0 Date
ResTime Double t s 0 Time

Gas – Network Area Results (FlowGSNetGroupResult)

Attribute name Data type Short name Unit Std. Description


Result_ID Long Integer 0 Primary Key – Result
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Result Integer Type 0 Result Type
0: Stationary
1: Time series
2: Operating points
3: Filling
4: Increase Load
5: Fire Water – Flow
6: Fire Water – Pressure
7: Malfunction
ResTime Double t s 0 Time
Op_ID Long Integer Op. Point 0 Secondary Key – Operating Point
Group_ID Long Integer Area 0 Secondary Key – Network Area
Supply Double Qsup m³/h 0 Supply
Consumption Double Qcon m³/h 0 Consumption

April 2019 323


PSS SINCAL Database Description SIEMENS
Tables of Pipe Networks

Losses Double Qloss m³/h 0 Losses


Leakage Double Qleak m³/h 0 Output Leakage
Bilance Double Qbil m³/h 0 Balance
pAbs Double pamin bar 0 Minimum Pressure – Absolute
pRel Double prmin bar 0 Minimum Pressure – Relative
LengthPipe Double l m 0 Entire Pipe Length
VolumeGas Double Vgas m³ 0 Gas Volume
VolumePipe Double V m³ 0 Entire Pipe Volume
FlowRate Double vmax m/s 0 Maximum Flow Rate
In1 Double Qin m³/h 0 Flow In
Out1 Double Qout m³/h 0 Flow Out
ResDate T Date 0 Date

Gas – Network Area Transfer Results (FlowGSNetGroupTransResult)

Attribute name Data type Short name Unit Std. Description


Result_ID Long Integer 0 Primary Key – Result
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Result Integer Type 0 Result Type
0: Stationary
1: Time series
2: Operating points
3: Filling
4: Increase Load
5: Fire Water – Flow
6: Fire Water – Pressure
7: Malfunction
ResTime Double t s 0 Time
Op_ID Long Integer Op. Point 0 Secondary Key – Operating Point
Group_ID Long Integer Area 0 Secondary Key – Network Area
TransGroup_ID Long Integer Transf. Area 0 Secondary Key – Transfer Network Group
In1 Double Qin m³/h 0 Flow from Transfer Area
Out1 Double Qout m³/h 0 Flow to Transfer Area
ResDate T Date 0 Date

Gas – Network Level Results (FlowGSNetLevelResult)

Attribute name Data type Short name Unit Std. Description


Result_ID Long Integer 0 Primary Key – Result
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Result Integer Type 0 Result Type
0: Stationary
1: Time series
2: Operating points
3: Filling
4: Increase Load
5: Fire Water – Flow
6: Fire Water – Pressure
7: Malfunction
ResTime Double t s 0 Time
Op_ID Long Integer Op. Point 0 Secondary Key – Operating Point
NetworkLevel_ID Long Integer Netw. Level 0 Secondary Key – Network Level

324 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Pipe Networks

Supply Double Qsup m³/h 0 Supply


Consumption Double Qcon m³/h 0 Consumption
Losses Double Qloss m³/h 0 Losses
Leakage Double Qleak m³/h 0 Output Leakage
Bilance Double Qbil m³/h 0 Balance
pAbs Double pamin bar 0 Minimum Pressure – Absolute
pRel Double prmin bar 0 Minimum Pressure – Relative
LengthPipe Double l m 0 Entire Pipe Length
VolumeGas Double Vgas m³ 0 Gas Volume
VolumePipe Double V m³ 0 Entire Pipe Volume
FlowRate Double vmax m/s 0 Maximum Flow Rate
ResDate T Date 0 Date

3.4.4 Heating/Cooling

PSS SINCAL stores the results of heating/cooling calculations in the following tables.

Heating/
Table name ID Description Water Gas
Cooling
FlowHSResult 38 Heating/cooling – results x
FlowHSNodeResult 39 Heating/cooling – node results x
FlowHSBranchResult 40 Heating/cooling – branch results x
FlowHSNetGroupResult 85 Heating/cooling – network area results x
FlowHSNetGroupTransResult 86 Heating/cooling – network area transfer x
results
FlowHSNetLevelResult 87 Heating/cooling – network level results x

Heating/Cooling – Results (FlowHSResult)

Attribute name Data type Short name Unit Std. Description


Result_ID Long Integer 0 Primary Key – Result
Variant_ID Long Integer 1 Secondary Key – Variant
Circuit Integer Circuit 1 Circuit
1: Supply line
2: Return line
SupplySum1 Double Psup1 MW 0 Sum of Supply Sources
ConsumptionSum1 Double Pcon1 MW 0 Sum of Consumption
SupplyCalc1 Double Psup2 MW 0 Calculated Supply Sources
ConsumptionCalc1 Double Pcon2 MW 0 Calculated Consumption
Losses1 Double Plossl MW 0 Losses due to Line Excess
Leakage1 Double Pleak MW 0 Output Leakage
Exchange1 Double Pex MW 0 Exchange Supply/Return Circuit
HeatExchange1 Double Phex MW 0 Heat Exchange Power
RemovePower1 Double Prem MW 0 Power Remove
PowerLoss1 Double Ploss MW 0 Power Loss
SupplySum2 Double Qsup1 t/h 0 Sum of Supply Sources
ConsumptionSum2 Double Qcon1 t/h 0 Sum of Consumption
SupplyCalc2 Double Qsup2 t/h 0 Calculated Supply Sources
ConsumptionCalc2 Double Qcon2 t/h 0 Calculated Consumption

April 2019 325


PSS SINCAL Database Description SIEMENS
Tables of Pipe Networks

Losses2 Double Qlossl1 t/h 0 Losses due to Line Excess


Leakage2 Double Qleak1 t/h 0 Output Leakage
Exchange2 Double Qex1 t/h 0 Exchange Supply/Return Circuit
HeatExchange2 Double Qhex1 t/h 0 Heat Exchange Power
RemovePower2 Double Qrem1 t/h 0 Remove Power
PowerLoss2 Double Qloss1 t/h 0 Power Loss
SupplySum3 Double Qsup3 l/s 0 Sum of Supply Sources
ConsumptionSum3 Double Qcon3 l/s 0 Sum of Consumption
SupplyCalc3 Double Qsup4 l/s 0 Calculated Supply Sources
ConsumptionCalc3 Double Qcon4 l/s 0 Calculated Consumption
Losses3 Double Qlossl2 l/s 0 Losses due to Line Excess
Leakage3 Double Qleak2 l/s 0 Output Leakage
Exchange3 Double Qex2 l/s 0 Exchange Supply/Return Circuit
HeatExchange3 Double Qhex2 l/s 0 Heat Exchange Power
RemovePower3 Double Qrem2 l/s 0 Power Remove
PowerLoss3 Double Qloss2 l/s 0 Power Loss
pAbs Double pamin bar 0 Minimum Pressure – Absolute
pRel Double prmin bar 0 Minimum Pressure – Relative
pDiffMin Double dpmin bar 0 Minimum Pressure Difference
FlowRate Double vmax m/s 0 Maximum Flow Rate
LengthPipe Double l m 0 Entire Pipe Length
VolumePipe Double V m³ 0 Entire Pipe Volume
FlowAcc Double E1 t/h 0 Flow Accuracy
TempAcc Double E4 °C 0 Temperature Accuracy
NodeAcc Double E2 bar 0 Node Accuracy
MeshAcc Double E3 bar 0 Mesh Accuracy
ITFlow Integer IT1 1 0 Iteration Number Flow
ITTemp Integer IT2 1 0 Iteration Number Temperature
Flag_Result Integer Type 0 Result Type
0: Stationary
1: Time series
2: Operating points
3: Filling
4: Increase Load
5: Fire Water – Flow
6: Fire Water – Pressure
7: Malfunction
Op_ID Long Integer Op. Point 0 Secondary Key – Operating Point
ResDate T Date 0 Date
ResTime Double t s 0 Time

Heating/Cooling – Node Results (FlowHSNodeResult)

Attribute name Data type Short name Unit Std. Description


Result_ID Long Integer 0 Primary Key – Result
Variant_ID Long Integer 1 Secondary Key – Variant
Node_ID Long Integer Node 0 Secondary Key – Node
Circuit Integer Circuit 1 Circuit
1: Supply line
2: Return line

326 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Pipe Networks

Status Long Integer State Limit Violation


bit 0: under min. pressure
bit 1: over max. pressure
bit 2: under min. pressure difference
bit 3: cooling down
bit 4: evaporation
bit 5: rated temperature
bit 6: over max. flow rate
bit 7: over max. flow

Example:
21 = evaporation (bit 4)
+ under min. pressure (bit 0),
+ under min. pressure difference (bit 2)
QSupply1 Double Psup MW 0 Supply
QSupply2 Double Qms t/h 0 Supply
QSupply3 Double Qvs l/s 0 Supply
QConsumption1 Double Pcon MW 0 Consumption
QConsumption2 Double Qmc t/h 0 Consumption
QConsumption3 Double Qvc l/s 0 Consumption
pAbs Double pa bar 0 Pressure – Absolute
hAbs Double hpa m 0 Pressure Height – Absolute
pRel Double pr bar 0 Pressure – Relative
hRel Double hpr m 0 Pressure Height – Relative
pDiff Double dp bar 0 Pressure Difference
TNode Double Tn °C 0 Node Temperature
tEnd Double te s 0 End Time
Flag_Result Integer Type 0 Result Type
0: Stationary
1: Time series
2: Operating points
3: Filling
4: Increase Load
5: Fire Water – Flow
6: Fire Water – Pressure
7: Malfunction
Op_ID Long Integer Op. Point 0 Secondary Key – Operating Point
ResDate T Date 0 Date
ResTime Double t s 0 Time
tAvrg Double ta s 0 Average Time

Heating/Cooling – Branch Results (FlowHSBranchResult)

Attribute name Data type Short name Unit Std. Description


Result_ID Long Integer 0 Primary Key – Result
Variant_ID Long Integer 1 Secondary Key – Variant
Terminal1_ID Long Integer 0 Secondary Key – Terminal
Terminal2_ID Long Integer Ngb. Node 0 Secondary Key – Neighbor Terminal
Circuit Integer Circuit 1 Circuit
1: Supply line
2: Return line

April 2019 327


PSS SINCAL Database Description SIEMENS
Tables of Pipe Networks

Status Long Integer State Limit Violation


bit 0: under min. pressure
bit 1: over max. pressure
bit 2: under min. pressure difference
bit 3: cooling down
bit 4: evaporation
bit 5: rated temperature
bit 6: over max. flow rate
bit 7: over max. flow

Example:
21 = evaporation (bit 4)
+ under min. pressure (bit 0),
+ under min. pressure difference (bit 2)
Flow1 Double P MW 0 Flow – Power
Flow2 Double Qm t/h 0 Flow – Mass
Flow3 Double Qv l/s 0 Flow – Volume
pDecAbs Double Δpa bar 0 Pressure Drop – Absolute
pDecRel Double Δpr bar 0 Pressure Drop – Relative
pDecRatAbs Double Δpra mbar/m 0 Rated Pressure Drop – Absolute
pDecRatRel Double Δprr mbar/m 0 Rated Pressure Drop – Relative
Losses1 Double Pll MW 0 Losses due to Line Excess
Losses2 Double Qmll t/h 0 Losses due to Line Excess
Losses3 Double Qvll l/s 0 Losses due to Line Excess
LossesTemp Double Plt MW 0 Losses due to Temp. Decrease
TDiff Double dt °C 0 Temperature Difference
FlowRate Double v m/s 0 Flow Rate
FlowTime Double tQ s 0 Flow Time
Flag_Result Integer Type 0 Result Type
0: Stationary
1: Time series
2: Operating points
3: Filling
4: Increase Load
5: Fire Water – Flow
6: Fire Water – Pressure
7: Malfunction
Op_ID Long Integer Op. Point 0 Secondary Key – Operating Point
ResDate T Date 0 Date
ResTime Double t s 0 Time

Heating/Cooling – Network Area Results (FlowHSNetGroupResult)

Attribute name Data type Short name Unit Std. Description


Result_ID Long Integer 0 Primary Key – Result
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Result Integer Type 0 Result Type
0: Stationary
1: Time series
2: Operating points
3: Filling
4: Increase Load
5: Fire Water – Flow
6: Fire Water – Pressure
7: Malfunction
ResTime Double t s 0 Time
Op_ID Long Integer Op. Point 0 Secondary Key – Operating Point

328 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Pipe Networks

Circuit Integer Circuit 1 Circuit


1: Supply line
2: Return line
Group_ID Long Integer Area 0 Secondary Key – Network Area
Supply1 Double Psup MW 0 Supply
Supply2 Double Qsup1 t/h 0 Supply
Supply3 Double Qsup2 l/s 0 Supply
Consumption1 Double Pcon MW 0 Consumption
Consumption2 Double Qcon1 t/h 0 Consumption
Consumption3 Double Qcon2 l/s 0 Consumption
Losses1 Double Ploss MW 0 Losses due to Line Excess
Losses2 Double Qloss1 t/h 0 Losses due to Line Excess
Losses3 Double Qloss2 l/s 0 Losses due to Line Excess
Leakage1 Double Pleak MW 0 Output Leakage
Leakage2 Double Qleak1 t/h 0 Output Leakage
Leakage3 Double Qleak2 l/s 0 Output Leakage
Exchange1 Double Pex MW 0 Exchange Supply/Return Circuit
Exchange2 Double Qex1 t/h 0 Exchange Supply/Return Circuit
Exchange3 Double Qex2 l/s 0 Exchange Supply/Return Circuit
Bilance1 Double Pbil MW 0 Balance
Bilance2 Double Qbil1 t/h 0 Balance
Bilance3 Double Qbil2 l/s 0 Balance
HeatExchange1 Double Phex MW 0 Heat Exchange Power
HeatExchange2 Double Qhex1 t/h 0 Heat Exchange Flow
HeatExchange3 Double Qhex2 l/s 0 Heat Exchange Flow
RemovePower1 Double Prem MW 0 Remove Power
RemovePower2 Double Qrem1 t/h 0 Remove Power
RemovePower3 Double Qrem2 l/s 0 Remove Power
PowerLooss1 Double Ploss MW 0 Power Loss
PowerLooss2 Double Qloss1 t/h 0 Power Loss
PowerLooss3 Double Qloss2 l/s 0 Power Loss
In1 Double Pin MW 0 Power In
In2 Double Qin1 t/h 0 Flow In
In3 Double Qin2 l/s 0 Flow In
Out1 Double Pout MW 0 Power Out
Out2 Double Qout1 t/h 0 Flow Out
Out3 Double Qout2 l/s 0 Flow Out
LengthPipe Double l m 0 Entire Pipe Length
VolumePipe Double V m³ 0 Entire Pipe Volume
FlowRate Double vmax m/s 0 Maximum Flow Rate
pAbs Double pamin bar 0 Minimum Pressure – Absolute
pRel Double prmin bar 0 Minimum Pressure – Relative
pDiffMin Double dpmin bar 0 Minimum Pressure Difference
ResDate T Date 0 Date

Heating/Cooling – Network Area Transfer Results (FlowHSNetGroupTransResult)

Attribute name Data type Short name Unit Std. Description


Result_ID Long Integer 0 Primary Key – Result
Variant_ID Long Integer 1 Secondary Key – Variant

April 2019 329


PSS SINCAL Database Description SIEMENS
Tables of Pipe Networks

Flag_Result Integer Type 0 Result Type


0: Stationary
1: Time series
2: Operating points
3: Filling
4: Increase Load
5: Fire Water – Flow
6: Fire Water – Pressure
7: Malfunction
ResTime Double t s 0 Time
Op_ID Long Integer Op. Point 0 Secondary Key – Operating Point
Circuit Integer Circuit 1 Circuit
1: Supply line
2: Return line
Group_ID Long Integer Area 0 Secondary Key – Network Area
TransGroup_ID Long Integer Transf. Area 0 Secondary Key – Transfer Network Group
In1 Double Pin MW 0 Power from Transfer Area
In2 Double Qin1 t/h 0 Flow from Transfer Area
In3 Double Qin2 l/s 0 Flow from Transfer Area
Out1 Double Pout MW 0 Power to Transfer Area
Out2 Double Qout1 t/h 0 Flow to Transfer Area
Out3 Double Qout2 l/s 0 Flow to Transfer Area
ResDate T Date 0 Date

Heating/Cooling – Network Level Results (FlowHSNetLevelResult)

Attribute name Data type Short name Unit Std. Description


Result_ID Long Integer 0 Primary Key – Result
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Result Integer Type 0 Result Type
0: Stationary
1: Time series
2: Operating points
3: Filling
4: Increase Load
5: Fire Water – Flow
6: Fire Water – Pressure
7: Malfunction
ResTime Double t s 0 Time
Op_ID Long Integer Op. Point 0 Secondary Key – Operating Point
Circuit Integer Circuit 1 Circuit
1: Supply line
2: Return line
NetworkLevel_ID Long Integer Netw. Level 0 Secondary Key – Network Level
Supply1 Double Psup MW 0 Supply
Supply2 Double Qsup1 t/h 0 Supply
Supply3 Double Qsup2 l/s 0 Supply
Consumption1 Double Pcon MW 0 Consumption
Consumption2 Double Qcon1 t/h 0 Consumption
Consumption3 Double Qcon2 l/s 0 Consumption
Losses1 Double Ploss MW 0 Losses due to Line Excess
Losses2 Double Qloss1 t/h 0 Losses due to Line Excess
Losses3 Double Qloss2 l/s 0 Losses due to Line Excess
Leakage1 Double Pleak MW 0 Output Leakage
Leakage2 Double Qleak1 t/h 0 Output Leakage

330 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Pipe Networks

Leakage3 Double Qleak2 l/s 0 Output Leakage


Exchange1 Double Pex MW 0 Exchange Supply/Return Circuit
Exchange2 Double Qex1 t/h 0 Exchange Supply/Return Circuit
Exchange3 Double Qex2 l/s 0 Exchange Supply/Return Circuit
Bilance1 Double Pbil MW 0 Balance
Bilance2 Double Qbil1 t/h 0 Balance
Bilance3 Double Qbil2 l/s 0 Balance
HeatExchange1 Double Phex MW 0 Heat Exchange Power
HeatExchange2 Double Qhex1 t/h 0 Heat Exchange Flow
HeatExchange3 Double Qhex2 l/s 0 Heat Exchange Flow
RemovePower1 Double Prem MW 0 Remove Power
RemovePower2 Double Qrem1 t/h 0 Remove Power
RemovePower3 Double Qrem2 l/s 0 Remove Power
PowerLooss1 Double Ploss MW 0 Power Loss
PowerLooss2 Double Qloss1 t/h 0 Power Loss
PowerLooss3 Double Qloss2 l/s 0 Power Loss
In1 Double Pin MW 0 Power In
In2 Double Qin1 t/h 0 Flow In
In3 Double Qin2 l/s 0 Flow In
Out1 Double Pout MW 0 Power Out
Out2 Double Qout1 t/h 0 Flow Out
Out3 Double Qout2 l/s 0 Flow Out
LengthPipe Double l m 0 Entire Pipe Length
VolumePipe Double V m³ 0 Entire Pipe Volume
FlowRate Double vmax m/s 0 Maximum Flow Rate
pAbs Double pamin bar 0 Minimum Pressure – Absolute
pRel Double prmin bar 0 Minimum Pressure – Relative
pDiffMin Double dpmin bar 0 Minimum Pressure Difference
ResDate T Date 0 Date

3.4.5 Contingency Analysis

PSS SINCAL stores the results of contingency analysis in the following tables.

Heating/
Table name ID Description Water Gas
Cooling
FlowMalfuncNetResult 75 Contingency analysis – results x x x
FlowMalfuncBranchResult 76 Contingency analysis – branch results x x x
FlowMalfuncNodeResult 77 Contingency analysis – node results x x x

Contingency Analysis – Results (FlowMalfuncNetResult)

Attribute name Data type Short name Unit Std. Description


Result_ID Long Integer 0 Primary Key – Result
Variant_ID Long Integer 1 Secondary Key – Variant
Name Text (50) Name 0 Malfunction Name
Malfunc_Key Long Integer Key 0 Malfunction Key
BaseMalfunc_Key Long Integer Base Key 0 Malfunction Key – Base Malfunction

April 2019 331


PSS SINCAL Database Description SIEMENS
Tables of Pipe Networks

Circuit Integer Circuit 1 Circuit


1: Supply line
2: Return line
prel Double prmin bar 0 Minimum Pressure – Relative
FlowRate Double vmax m/s 0 Maximum Flow Rate
pDiffMin Double dpmin bar 0 Minimum Pressure Difference
Flow Double dQ l/s 0 Not Delivered Flow
QNrm Double dQs m³/h 0 Not Delivered Flow – Standard
QOpr Double dQo m³/h 0 Not Delivered Flow – Operating
Flow1 Double dP MW 0 Not Delivered Flow – Power
Flow2 Double dQm t/h 0 Not Delivered Flow – Mass
Flow3 Double dQv l/s 0 Not Delivered Flow – Volume
Limit_prel Long Integer Cnt prmin 1 0 Total Amount Minimum Pressure Limit
Reached
Limit_FlowRate Long Integer Cnt vmax 1 0 Total Amount Flow Rate Limit Reached
Limit_pDIffMin Long Integer Cnt dpmin 1 0 Total Amount Minimum Pressure Difference
Limit Reached
AmountNotSupplied Long Integer Not Sup 1 0 Amount of Not Supplied Consumers
Flow_State Integer Calc. Solved 1 Steady State Calculation of Remaining Network
Solved
0: No
1: Yes

Contingency Analysis – Branch Results (FlowMalfuncBranchResult)

Attribute name Data type Short name Unit Std. Description


Result_ID Long Integer 0 Primary Key – Result
Variant_ID Long Integer 1 Secondary Key – Variant
Malfunc_Key Long Integer Key 0 Malfunction Key
BaseMalfunc_Key Long Integer Base Key 0 Malfunction Key – Base Malfunction
Malfunc_State Integer State 1 State
1: Limit reached
2: Not fed
3: Malfunction
4: Reconnect
5: Maximum
6: Disconnect
Terminal1_ID Long Integer Start 0 Secondary Key – Start Terminal
Terminal2_ID Long Integer End 0 Secondary Key – End Terminal
Circuit Integer Circuit 1 Circuit
1: Supply line
2: Return line
FlowRate Double vmax m/s 0 Maximum Flow Rate
Flow Double Q l/s 0 Flow
QNrm Double Qs m³/h 0 Flow – Standard
QOpr Double Qo m³/h 0 Flow – Operating
Flow1 Double P MW 0 Flow – Power
Flow2 Double Qm t/h 0 Flow – Mass
Flow3 Double Qv l/s 0 Flow – Volume

332 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Pipe Networks

Contingency Analysis – Node Results (FlowMalfuncNodeResult)

Attribute name Data type Short name Unit Std. Description


Result_ID Long Integer 0 Primary Key – Result
Variant_ID Long Integer 1 Secondary Key – Variant
Malfunc_Key Long Integer Key 0 Malfunction Key
BaseMalfunc_Key Long Integer Base Key 0 Malfunction Key – Base Malfunction
Malfunc_State Integer State 1 State
1: Limit reached
2: Not fed
3: Malfunction
4: Reconnect
5: Maximum
6: Disconnect
Node_ID Long Integer Node 0 Secondary Key – Node
Circuit Integer Circuit 1 Circuit
1: Supply line
2: Return line
prel Double pr bar 100 Pressure – Relative
pdiff Double dp bar 0 Pressure Difference
Tnode Double Tn °C 0 Node Temperature

April 2019 333


PSS SINCAL Database Description SIEMENS
Tables of Network Graphics

4. Tables of Network Graphics

Network graphics contain all information needed for the network diagram. These data are used
only to create the network on the screen and are not considered by the calculation methods.

Table name ID Description


GraphicAddElement 102 Graphic additional element
GraphicAddNode 103 Graphic additional node
GraphicAddTerminal 108 Graphic additional terminal
GraphicAreaTile 95 Graphic area and tile
GraphicAreaPos 209 Graphic area position
GraphicBucklePoint 100 Graphic buckle point
GraphicElement 98 Graphic element
GraphicLayer 96 Graphic layer
GraphicObjectType 104 Graphic object type
GraphicNode 97 Graphic node
GraphicTerminal 99 Graphic terminal
GraphicText 101 Graphic text
GraphicObjPnt 134 Graphic object point
GraphicObjBase 223 Graphic object base
GraphicObjLegend 224 Graphic object legend
GraphicObjText 225 Graphic object text
GraphicBackground 226 Graphic background
GraphicOrder 227 Graphic order
GraphicBackgroundMap 239 Graphic background map

Graphic Additional Element (GraphicAddElement)

Attribute name Data type Short name Unit Std. Description


GraphicAddElem_I Long Integer 0 Primary Key – Additional Graphic at Element
D
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
GraphicElement_ID Long Integer 0 Secondary Key – Element
GraphicLayer_ID Long Integer 0 Secondary Key – Layer
GraphicType_ID Long Integer 0 Secondary Key – Object Type
GraphicText_ID Long Integer 0 Secondary Key – Graphic Text
FrgndColor Long Integer RGB 0 Line Color
BkgndColor Long Integer RGB 0 Background Color
PenStyle Integer 0 Pen Style
0: Straight line
1: Small dotted
2: Dotted
3: Straight line – point – straight line
4: Straight line – point – point – straight line
PenWidth Integer 0.25mm 0 Pen Width
SymSize Integer 0.25mm 0 Symbol Size Factor
SymType Integer 0 Symbol Type
SymAlign Integer 0 Alignment

334 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Network Graphics

SymState Integer 0 State


PosX Double m 0 Position X-Coordinate
PosY Double m 0 Position Y-Coordinate
TextAlign Integer 0 Adjust Text
Flag Long Integer 0 Flag
Data_ID Long Integer 0 Secondary Key – Data
DataType Integer 0 Data Type
GraphicArea_ID Long Integer 1 Secondary Key – Graphic Area/Tile

Graphic Additional Node (GraphicAddNode)

Attribute name Data type Short name Unit Std. Description


GraphicAddNode_I Long Integer 0 Primary Key – Additional Graphic at Node
D
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
GraphicNode_ID Long Integer 0 Secondary Key – Node
GraphicLayer_ID Long Integer 0 Secondary Key – Layer
GraphicType_ID Long Integer 0 Secondary Key – Object Type
GraphicText_ID Long Integer 0 Secondary Key – Graphic Text
FrgndColor Long Integer RGB 0 Line Color
BkgndColor Long Integer RGB 0 Background Color
PenStyle Integer 0 Pen Style
PenWidth Integer 0.25mm 0 Pen Width
SymSize Integer 0.25mm 0 Symbol Size Factor
SymType Integer 0 Symbol Type
SymAlign Integer 0 Alignment
SymState Integer 0 State
PosX Double m 0 Position X-Coordinate
PosY Double m 0 Position Y-Coordinate
TextAlign Integer 0 Adjust Text
Flag Long Integer 0 Flag
Data_ID Long Integer 0 Secondary Key – Data
DataType Integer 0 Data Type
GraphicArea_ID Long Integer 1 Secondary Key – Graphic Area/Tile

Graphic Additional Terminal (GraphicAddTerminal)

Attribute name Data type Short name Unit Std. Description


GraphicAddTermin Long Integer 0 Primary Key – Additional Graphic at Terminal
al_ID
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
GraphicTerminal_I Long Integer 0 Secondary Key – Terminal
D
GraphicLayer_ID Long Integer 0 Secondary Key – Layer

April 2019 335


PSS SINCAL Database Description SIEMENS
Tables of Network Graphics

GraphicType_ID Long Integer 0 Secondary Key – Object Type


GraphicText_ID Long Integer 0 Secondary Key – Graphic Text
FrgndColor Long Integer RGB 0 Line Color
BkgndColor Long Integer RGB 0 Background Color
PenStyle Integer 0 Pen Style
0: Straight line
1: Small dotted
2: Dotted
3: Straight line – point – straight line
4: Straight line – point – point – straight line
PenWidth Integer 0.25mm 0 Pen Width
SymSize Integer 0.25mm 0 Symbol Size Factor
SymType Integer 0 Symbol Type
SymAlign Integer 0 Alignment
SymState Integer 0 State
PosX Double dX m 0 Distance X-Direction
PosY Double dY m 0 Distance Y-Direction
TextAlign Integer 0 Adjust Text
Flag Long Integer 0 Flag
Data_ID Long Integer 0 Secondary Key – Data
DataType Integer 0 Data Type
PolyLineIndex Integer 0 Index for Terminal Section
SymNodePos Double 1 Symbol Distance to Node
GraphicArea_ID Long Integer 1 Secondary Key – Graphic Area/Tile

Graphic Area and Tile (GraphicAreaTile)

Attribute name Data type Short name Unit Std. Description


GraphicArea_ID Long Integer 0 Primary Key – Area/Tile
Variant_ID Long Integer 1 Secondary Key – Variant
AreaWidth Double Width cm 10 Page Width
AreaHeight Double Height cm 10 Page Height
VectorX Double dX m 0 Zero-Coordinate Placement X
VectorY Double dY m 0 Zero-Coordinate Placement Y
GridWidth Integer Grid X 0.25mm 10 Grid Spacing Width
GridHeight Integer Grid Y 0.25mm 10 Grid Spacing Height
Scale1 Integer Scale 1 Predefined Scale
0: 1:100000000
1: 1:10000000
2: 1:1000000
3: 1:100000
4: 1:10000
5: 1:1000
6: 1:100
7: 1:10
8: 1:1
Scale2 Integer Unit 1 Display Unit
0: mm
1: cm
2: m
3: km
4: Inch
5: Feet
6: Yards
7: Miles

336 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Network Graphics

Flag Long Integer Mode 1 Network Working Mode


1: Geographical
2: Schematic
ScalePaper Double 1 Scale Paper
ScaleReal Double 1 Scale Real
Name Text (50) View Name 0 Name of View
TileIndex Text (8) Index 0 Index of Tile

Graphic Area Position (GraphicAreaPos)

Attribute name Data type Short name Unit Std. Description


GraphicPos_ID Long Integer 0 Primary Key – Position
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 0 Element of Current Variant
0: No
1: Yes
GraphicArea_ID Long Integer 1 Secondary Key – Graphic Area/Tile
Name Text (50) Name 0 Name of Position
PositionX Double X m 0 Position X
PositionY Double Y m 0 Position Y
Zoom Long Integer Zoom 0 Zoom Level

Graphic Buckle Point (GraphicBucklePoint)

Attribute name Data type Short name Unit Std. Description


GraphicPoint_ID Long Integer 0 Primary Key – Buckle Point
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
GraphicTerminal_I Long Integer 0 Secondary Key – Graphic Terminal
D
NoPoint Integer Number 1 0 Buckle Point Number
PosX Double X m 0 Buckle Point X-Coordinate
PosY Double Y m 0 Buckle Point Y-Coordinate

Graphic Element (GraphicElement)

Attribute name Data type Short name Unit Std. Description


GraphicElement_ID Long Integer 0 Primary Key – Graphic Element
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
GraphicLayer_ID Long Integer 0 Secondary Key – Layer
GraphicType_ID Long Integer 0 Secondary Key – Object Type
GraphicText_ID1 Long Integer 0 Secondary Key – Graphic Text 1
GraphicText_ID2 Long Integer 0 Secondary Key – Graphic Text 2
Element_ID Long Integer 0 Secondary Key – Element

April 2019 337


PSS SINCAL Database Description SIEMENS
Tables of Network Graphics

SymbolDef Long Integer 0 Set Symbol Properties as Default


FrgndColor Long Integer RGB 0 Line Color
BkgndColor Long Integer RGB 0 Background Color
PenStyle Integer 0 Pen Style
0: Straight line
1: Small dotted
2: Dotted
3: Straight line – point – straight line
4: Straight line – point – point – straight line
PenWidth Integer 0.25mm 1 Pen Width
SymbolSize Integer 0.25mm 0 Symbol Size Factor
SymCenterX Double m 0 Symbol Center X-Coordinate
SymCenterY Double m 0 Symbol Center Y-Coordinate
SymbolType Long Integer 9 Symbol Type Electrical Networks:
9: Synchronous machine
10: Power unit
11: Infeeder
12: Asynchronous machine
13: Load
15: Shunt impedance
16: Shunt reactor
17: Shunt capacitor
18: Static compensator
19: Line
20: Two-winding transformer
21: Three-winding transformer
22: Serial reactor
23: Serial capacitor
24: Shunt ripple control transmitter
25: Serial ripple control transmitter
26: Shunt RLC-circuit
27: Serial RLC-circuit
29: Harmonic resonance network
123: Variable Shunt Element
124: Variable Serial Element
193: DC-Infeeder
194: Serial DC-element

Symbol Type Pipe Networks:


9: Water Tower
10: Infeeder Pump
11: Infeeder Gas
12: Infeeder Heating/Cooling
13: Consumer
14: Pressure Buffer
15: Leakage
16: Temperature Regulator
17: Line
18: Pressure Increase Pump
19: Const. Pressure Decrease/Const. Flow
20: Pressure Regulator
21: Compressor
22: Heat Exchanger
23: Sliding Valve/Non-Return Valve
SymbolNo Integer 0 Symbol Number
Flag Long Integer 0 Flag
ReducedGraphicTy Integer 0 Flag for Reduced Graphic
pe 0: No
1: First Point
2: Automatic
GraphicArea_ID Long Integer 1 Secondary Key – Graphic Area/Tile

338 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Network Graphics

Graphic Layer (GraphicLayer)

Attribute name Data type Short name Unit Std. Description


GraphicLayer_ID Long Integer 0 Primary Key – Layer
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
Name Text (50) Name Layer Name
Visible Integer Visible 1 Visible
0: Not visible
1: Visible on screen
2: Visible on print
3: Visible on screen and print
Locked Integer Locked 0 Locked for Working
0: No
1: Yes
Type Integer Header 1 Plot Header
0: No
1: Yes
Flag Long Integer Order 0 Order Flag
VisibleZF Integer Visible ZF 0 Visible at Zoom Factor
GraphicArea_ID Long Integer 1 Secondary Key – Graphic Area/Tile

Graphic Object Type (GraphicObjectType)

Attribute name Data type Short name Unit Std. Description


GraphicType_ID Long Integer 0 Primary Key – Object Type
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
ParentType_ID Long Integer 0 Secondary Key – Higher-Level Object Type
Name Text (50) Name Object Type Name
Visible Integer Visible 1 Visible Object Type
0: No
1: Yes
Locked Integer Locked 0 Locked Object Type
Type Integer Type 0 Object Type
Flag Long Integer Flag 0 Flag (not in use)
VisibleZF Integer Visible ZF 0 Visible at Zoom Factor

Graphic Node (GraphicNode)

Attribute name Data type Short name Unit Std. Description


GraphicNode_ID Long Integer 0 Primary Key – Graphic Node
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
GraphicLayer_ID Long Integer 0 Secondary Key – Layer
GraphicType_ID Long Integer 0 Secondary Key – Object Type

April 2019 339


PSS SINCAL Database Description SIEMENS
Tables of Network Graphics

GraphicText_ID1 Long Integer 0 Secondary Key – Text 1


GraphicText_ID2 Long Integer 0 Secondary Key – Text 2
Node_ID Long Integer 0 Secondary Key – Node
FrgndColor Long Integer RGB 0 Line Color
BkgndColor Long Integer RGB 0 Background Color
PenStyle Integer 0 Pen Style
0: Straight line
1: Small dotted
2: Dotted
3: Straight line – point – straight line
4: Straight line – point – point – straight line
PenWidth Integer 0.25mm 0 Pen Width
NodeSize Integer 0.25mm 0 Symbol Size Factor
NodeStartX Double m 0 Node Start X-Coordinate
NodeStartY Double m 0 Node Start Y-Coordinate
NodeEndX Double m 0 Node End X-Coordinate
NodeEndY Double m 0 Node End Y-Coordinate
SymType Integer 1 Node Symbol Type
0: No symbol
1: Circle
2: Rectangle
3: Busbar
Flag Long Integer 0 Flag
GraphicArea_ID Long Integer 1 Secondary Key – Graphic Area/Tile

Graphic Terminal (GraphicTerminal)

Attribute name Data type Short name Unit Std. Description


GraphicTerminal_I Long Integer 0 Primary Key – Graphic Terminal
D
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
GraphicElement_ID Long Integer 0 Secondary Key – Graphic Element
GraphicText_ID Long Integer 0 Secondary Key – Graphic Text
Terminal_ID Long Integer 0 Secondary Key – Terminal
PosX Double m 0 X-Coordinate
PosY Double m 0 Y-Coordinate
FrgndColor Long Integer RGB 0 Line Color
PenStyle Integer 0 Pen Style
0: Straight line
1: Small dotted
2: Dotted
3: Straight line – point – straight line
4: Straight line – point – point – straight line
PenWidth Integer 0.25mm 1 Pen Width
SwtType Integer 0 Switch Type
0: No Type
1: Type 1
2: Type 2
3: Type 3
4: Type 4
5: Type 5
6: Type 6

340 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Network Graphics

SwtAlign Integer 0 Switch Direction


0: Automatic
1: Position 1
2: Position 2
3: Position 3
4: Position 4
SwtNodePos Double 0.25mm 1 Switch Distance to Node
SwtFactor Integer 0.25mm 1 Switch Size Factor
SwtFrgndColor Long Integer RGB 0 Switch Line Color
SwtPenStyle Integer 0 Switch Pen Style
0: Straight line
1: Small dotted
2: Dotted
3: Straight line – point – straight line
4: Straight line – point – point – straight line
SwtPenWidth Integer 0.25mm 0 Switch Pen Width
SymbolType Integer 0 Symbol Type
SymbolAlign Integer 0 Symbol Direction
SymbolNodePos Double 0.25mm 1 Symbol Distance to Node
SymbolFactor Integer 1 Symbol Size Factor
SymbolFrgndColor Long Integer RGB 0 Symbol Line Color
SymbolPenStyle Integer 0 Symbol Pen Style
SymbolPenWidth Integer 0.25mm 0 Symbol Pen Width
TextAlign Integer 0 Adjust Text
Flag Long Integer 0 Flag
GraphicArea_ID Long Integer 1 Secondary Key – Graphic Area/Tile

Graphic Text (GraphicText)

Attribute name Data type Short name Unit Std. Description


GraphicText_ID Long Integer 0 Primary Key – Graphic Text
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
GraphicLayer_ID Long Integer 0 Secondary Key – Layer
Font Text (20) Font
FontStyle Integer 16 Style
16: Standard
17: Fat
18: Cursive
FontSize Integer -7 Text Height
TextAlign Integer 1 Text Alignment
0: Left
1: Middle
2: Right
TextOrient Integer 0 Text Orientation
TextColor Long Integer RGB 0 Text Color
Visible Integer 1 Visible
0: No
1: Yes
AdjustAngle Integer 1 Adjust Text Angle
0: None
1: Horizontal or vertical
2: Direction of element
Angle Double ° 0 Text Angle

April 2019 341


PSS SINCAL Database Description SIEMENS
Tables of Network Graphics

Pos1 Double m 0 Distance X-Direction


Pos2 Double m 0 Distance Y-Direction
Flag Long Integer 0 Flag
RowTextNo Integer 1 0 Number of Rows
AngleTermNo Integer 1 0 Partial Terminal Align Number

Graphic Object Point (GraphicObjPnt)

Attribute name Data type Short name Unit Std. Description


GraphicObjectPnt_I Long Integer 0 Primary Key – Graphic Object
D
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
GraphicObject_ID Long Integer 0 Secondary Key – Graphic Object
NoPoint Long Integer 1 0 Point Number
PosX Double m 0 Position X-Coordinate
PosY Double m 0 Position Y-Coordinate

Graphic Object Base (GraphicObjBase)

Attribute name Data type Short name Unit Std. Description


GraphicObject_ID Long Integer 0 Primary Key – Graphic Object
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
GraphicLayer_ID Long Integer 0 Secondary Key – Layer
GraphicText_ID Long Integer 0 Secondary Key – Graphic Text
GraphicArea_ID Long Integer 1 Secondary Key – Graphic Area/Tile
GraphicType Integer 0 Graphic Type
1: Line
2: Rectangle
3: Ellipse
4: Arc
5: Polyline
6: Freehand
7: Text Field
8: Border
9: Hilite
10: Image
11: Chart
12: Legend
13: OLE-Object
PositionX1 Double X1 m 0 Position X-Coordinate 1
PositionY1 Double Y1 m 0 Position Y-Coordinate 1
PositionX2 Double X2 m 0 Position X-Coordinate 2
PositionY2 Double Y2 m 0 Position Y-Coordinate 2
LineColor Long Integer RGB 0 Line Color
LineStyle Integer 0 Line Style
0: Straight line
1: Small dotted
2: Dotted
3: Straight line – point – straight line
4: Straight line – point – point – straight line

342 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Network Graphics

LineWidth Integer 0.25mm 0 Line Width


FrameStyle Integer 0 Frame Style
0: Straight line
1: Small dotted
2: Dotted
3: Straight line – point – straight line
4: Straight line – point – point – straight line
FrameWidth Integer 0.25mm 0 Frame Width
HatchStyle Integer 0 Hatch Style
BackColor Long Integer RGB 0 Background Color
ShadowStyle Integer 0 Shadow Style
ShadowWidth Integer 0.25mm 0 Shadow Width
RotateAngle Double ° 0 Rotation Angle
FlagType Integer 0 Data Type
Flags Long Integer 0 Additional Flags (depending on graphic type)
0x00: None

at arc:
0x01: Pie

at text field:
0x00: horizontal alignment – left
0x01: horizontal alignment – center
0x02: horizontal alignment – right
0x00: vertical alignment – top
0x10: vertical alignment – center
0x20: vertical alignment – bottom

at image:
0x00: stretched
0x01: fitted
0x10: embedded
0x20: linked
ArrowType Integer 0 Arrow Type
ArrowSize Integer 0.25mm 0 Arrow Size
ArrowStyle Integer 0 Arrow Style
GroupID Integer 0 Group ID
GroupPos Integer 0 Position within Group
MarginLeft Integer 0 Margin Left
MarginRight Integer 0 Margin Right
MarginTop Integer 0 Margin Top
MarginBottom Integer 0 Margin Bottom
Flag_ConType Integer 0 Type of Connected Network Object
ConObj_ID Long Integer Con. Object 0 Secondary Key – Connected Network Object
GraphicType_ID Long Integer 0 Secondary Key – Object Type
TextContent_ID Long Integer 0 Text Content ID
GraphicPos_ID Long Integer 0 Secondary Key – Graphic Area Position

Graphic Object Legend (GraphicObjLegend)

Attribute name Data type Short name Unit Std. Description


GraphicObject_ID Long Integer 0 Primary Key – Graphic Object
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
Type Integer 0 Legend Type
SubType Integer 0 Legend Subtype

April 2019 343


PSS SINCAL Database Description SIEMENS
Tables of Network Graphics

DataType Long Integer 0 Legend Data/Result Type


ReferencePos Integer 0 Reference Position
Style Integer 0 Legend Style
RowSpace Integer 0 Row Space
TitleType Integer 0 Title Type
TitleFont Text (50) 0 Title Font
TitleFontSize Integer 0 Title Font Size
TitlePenWidth Integer 0 Title Underline Pen Width
Container_ID Long Integer 0 Secondary Key – Legend Container
ContainerRow Integer 0 Container Row
ContainerCol Integer 0 Container Column
ContainerSpace Integer 0 Container Cell Spacing
ContainerAdjust Integer 0 Container Adjust
ItemPenWidth Integer 0 Item Pen Width

Graphic Object Text (GraphicObjText)

Attribute name Data type Short name Unit Std. Description


GraphicObject_ID Long Integer 0 Secondary Key – Graphic Object
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
GraphicObjText_ID Long Integer 0 Primary Key – Graphic Object Text
Type Integer 0 Type of Text
TextVal 0 Text

Graphic Background (GraphicBackground)

Attribute name Data type Short name Unit Std. Description


GraphicBackground Long Integer 0 Primary Key – Graphic Background
_ID
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
GraphicLayer_ID Long Integer 0 Secondary Key – Graphic Layer
GraphicArea_ID Long Integer 1 Secondary Key – Graphic Area/Tile
OrderNo Integer 0 Type of Text
Filename Text (255) 0 File Name
Visible Integer 0 Visibility Flag
PosX Double 0.25mm 0 Position X
PosY Double 0.25mm 0 Position Y
Width Double 0.25mm 0 Width
Height Double 0.25mm 0 Height
Brightness Integer 0 Brightness
Contrast Integer 0 Contrast
Alpha Integer 0 Alpha

344 April 2019


SIEMENS PSS SINCAL Database Description
Tables of Network Graphics

Graphic Order (GraphicOrder)

Attribute name Data type Short name Unit Std. Description


GraphicOrder_ID Long Integer 0 Primary Key – Graphic Order
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
GraphicArea_ID Long Integer 1 Secondary Key – Graphic Area/Tile
Object_ID Long Integer 0 Secondary Key – Connected Object
Object_RowType Integer 0 Row Type of Connected Object
Next_GraphicOrder Long Integer 0 Secondary Key – Graphic Order ID
_ID

Graphic Background Map(GraphicBackgroundMap)

Attribute name Data type Short name Unit Std. Description


GraphicBackground Long Integer 0 Primary Key – Graphic Object
Map_ID
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
GraphicArea_ID Long Integer 1 Secondary Key – Graphic Area/Tile
GraphicLayer_ID Long Integer 0 Secondary Key – Layer
Provider Integer 0 Provider
0: Generic
1: MapBox
2: Cloudmade
3: Bing
Style Text (255) Style
Visible Integer 1 Visibility
Alpha Integer 128 Alpha
Brightness Integer 0 Brightness
MaxZoom Integer 16 Max. Zoom
PrintZoom Integer 0 Print Zoom
TileLoad Text (255) Tile Load
Pos Integer 0 Position
PosX Double 0.25mm 0 Position X
PosY Double 0.25mm 0 Position Y
lat Double ° 0 Latitude
lon Double ° 0 Longitude

April 2019 345

You might also like