Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This document shows the supported components and PSCAD file to import a network model from PSCAD to HYPERSIM.

...

  1. Check the second column. FFT condition is "int(SIZE)<=5" where SIZE is the option for selecting the number of harmonics.

...

Limitations

  1. Having 2 blocks with the same name inside in the same level is not supported.

  2. Case of the dynamic_datatap

    1. If the port SI is controlled by a constant value (a master:const, a signal coming from a constant, or a constant parameter) we use this value to make the dynamic_datatap behave like a standard datatap.

    2. If SI is controlled by something else (something like a dynamic signal changing during the simulation), the dynamic_datatap will be ignored resulting in no connection between its inputs and outputs

  3. If the model includes a block that is not supported, the connected bus will still be removed. This happens because the branch port and its port power edges are not recognized, preventing the addition of the bus to the other connected buses.

  4. The division by zero are not supported by HYPERSIM and will return a NaN value, even if they are taken care of differently in PSCAD. If a division by zero might happen in your model we suggest to avoid it by manually add a Limiter, value to the divider.

  5. The HYPERSIM equivalent to PSCAD master:complex component doesn’t support high characteristic frequencies and might diverge when given a frequency higher than 9 kHz.