CIM Issues #6599
Updated by Chavdar Ivanov about 1 year ago
- Add class SvPowerFlowDc that inherits from StateVariable (description: State variable for power flow. Load convention is used for flow direction. This means flow out from the DCTopologicalNode into the equipment is positive.) the class has attribute .p with description: The active power flow. Load sign convention is used, i.e. positive sign means flow out from a DCTopologicalNode (bus) into the conducting equipment. - add association between DCTerminal and SvPowerrFlowDC - Add class SvVoltageDC that inherits from StateVariable and has association with DCTopologicalNode. The description is: State variable for direct current voltage. - Add SvVoltageDC.v with description State variable for direct current voltage. - Add DCTerminal.polarity with datatype enumeration DCTerminalPolatityKind (positive and negative) Description: Represents the normal network polarity condition. Discuss possible alignment with ACDCConverterDCTerminal 15 Nov 2023 On the polarity: - we need some information from Measurement - there is thinking that + and - might change. This needs to be double checked and based on this we can see what is in the EQ and what can be in result and if it should be exchanged. On the Sv classes we agree to add the classes, but call them SvDCPowerFlow and SvDCVoltage