Category
Tags
Your search returned 137 items.
The attached example includes two options for defining a parameter event using Modelica. Option 1: executes three events on Load 1; the event is predefined inside the Modelica model and is called and…
Yes, please refer to attached project. A Modelica model is used to detect a missing mains supply and switch a load to a backup supply. Whenever the mains supply is again operating normally, the load…
Yes, please refer to attached project. A Modelica model is used to detect a missing mains supply and switch a load to a backup supply. Whenever the mains supply is again operating normally, the load…
This example shows the implementation of a Q(V) curve in DSL and also the possibility to modify DSL parameter based on element parameters by using a DPL script. In the DSL model, the input signals…
Question During a 3-phase bolted fault with zero fault impedance (0 Ohm), the inverter current response appears correct, but the measured positive-sequence active/reactive current components (I1P/I1Q…
Tags
A periodic pulse signal can be implemented by defining time intervals where the signal is either HIGH (1) or LOW (0), and then repeating the pattern using the modulo operator. Attached, you can find…