CIGRE Interface application

Does anyone know how to use CIGRE interface. I saw the CIGRE interface in hypersim

@Vincent_Jiang

  • The interface block workflow is quite different from most blocks in HYPERSIM.
  • Adding a new CIGRE interface block to the diagram adds an empty block, which means that the CIGRE controller is not represented at all in the netlist yet.

  • By double clicking on the empty block, a mask is presented which allows to select a CIGRE controller.

  • “.hypcigre” file is a JSON formatted file describing a HYPERSIM CIGRE project. It is created by pressing the hyperlink in the mask above.
  • “.cigre” file is a ZIP file which is the export of a HYPERSIM CIGRE project. It can be created via exporting from the configuration UI of the hypcigre, or by right clicking a CIGRE controller in the circuit.
    - When selecting a “.cigre” file, it should be extracted in a new empty folder. This will recreate a hypcigre project which will be automatically linked on the created CIGRE controller.

For more info please check the detailed documentation and also the Cigre interface example model under How to:

@Party_Patel Thank you very much.