Skip to content

Latest commit

 

History

History
39 lines (32 loc) · 2.15 KB

File metadata and controls

39 lines (32 loc) · 2.15 KB

CIMPy_Sincal_ODMS_PowerFactory

helps data exchange between PowerFactory and PSSⓇSincal

Why?

Data excahnge between PSSⓇSincal and PowerFactory is not as straight forward as it seems, especially when going from PSSⓇSincal to PowerFactory. This repo uses and adapt the CIMPy library from RWTH Aachen Germany.

Important

The use of PSSⓇODMS is also important in this work as it automatically builds the ConnectivityNode element, which is mandatory by PowerFactroy.

Overall roadmap

The discontinuous lines means that the step is optional. newschma

Documentation

Install requierments

Clone this repository locally, if you want to install the required modules globally, start the following command in the vscode or whatever terminal you are using. Otherwise if you want contain the code and its modules in a virtual environment, the create on ( see here how to create a virtual environment) and run the following command.

pip install -r requirements.txt

Start CIM Data Manager

Commands

  • -help : shows the args documentation
  • -mode : sets the mode: - simple (background task) or gui to start CIM Data Manager
  • -input : input folder where the CIM files are located
  • -export : output folder where the CIM files will be exported to
  • -profiles : Sets the profiles to be exported

Simple mode

start start.py with its command as specify all of the obove mentionned parameters

py.exe .\start.py [commands]

Example:

py.exe .\start.py -mode:simple -input:.\ImportedData -output:.\ExportedData\

GUI mode

Run the following command:

py.exe .\start.py -mode:gui

A user interface will appear and data can be displayed as follow after importing it from a folder containing CIM files: image

License

This project is released under the terms of the MIT License