This document shows the supported components and PSCAD file to import a network model from PSCAD to HYPERSIM.
...
Check the second column. FFT condition is "int(SIZE)<=5" where SIZE is the option for selecting the number of harmonics.
...
Limitations
Having 2 blocks with the same name inside in the same level is not supported.
Case of the
dynamic_datatap
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.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
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.
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.
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.