- Index
- » Programming
- » Modelica Language
- » Multiphase Input
Multiphase Input
Multiphase Input
Hi guys,
I have a question. In the library Modelica, Electrical, MultiPhase, Interface is NO block called RealInput (path for RealInput is Modelica, Blocks, Interface). How I can build Input parameter for Three-Phase system?
I tried with the RealInput, but this Real Number is not proper in the multi-phase system.
Thanks,
Lala
- Lala
- 32 Posts
Re: Multiphase Input
It you want to input parameters (=quantities not varying during simulations) you don't need real Input.
If you mean actual vectorial input , for instance to feed a three-phase signal voltage or signal current you can use a vectorised real input e.g. u[3]
MC
- ceraolo
- 147 Posts
Re: Multiphase Input
If You mean RealVectorInput from path: Modelica, Block, Interfaces, it didn't work. I can't connect that to the TerminalBox. All I need is an input block before TerminalBox for the asynchronous and synchronous motors.
- Lala
- 32 Posts
- Index
- » Programming
- » Modelica Language
- » Multiphase Input