Skip to content

Commit

Permalink
Improve visibility of connections
Browse files Browse the repository at this point in the history
  • Loading branch information
christiankral committed Jan 19, 2022
1 parent fecc7f0 commit 1e9140e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ equation
connect(constOne.y, add.u2)
annotation (Line(points={{-10,-19},{-10,-6},{-2,-6}}, color={0,0,127}));
connect(zeroOrderHold.y, greaterEqual_p.u1) annotation (Line(points={{-19,0},{-10,
0},{-10,20},{-60,20},{-60,58}}, color={0,0,127}));
0},{-10, 18},{-60, 18},{-60,58}}, color={0,0,127}));
connect(add.y, greaterEqual_n.u1)
annotation (Line(points={{21,0},{60,0},{60,58}}, color={0,0,127}));
connect(greaterEqual_p.y, fire)
Expand Down
4 changes: 2 additions & 2 deletions Modelica/Electrical/PowerConverters/DCDC/HBridge.mo
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ equation
connect(inverter_n.ac, dc_n2) annotation (Line(
points={{30,-20},{100,-20},{100,-60}}, color={0,0,255}));
connect(andCondition_p.y, inverter_p.fire_p) annotation (Line(points={{-60,-69},
{-60,10},{-26,10},{-26,18}}, color={255,0,255}));
{-60, 14},{-26, 14},{-26,18}}, color={255,0,255}));
connect(andCondition_n.y, inverter_n.fire_p) annotation (Line(points={{60,-69},
{60,-60},{14,-60},{14,-32}}, color={255,0,255}));
{60, -64},{14, -64},{14,-32}}, color={255,0,255}));
connect(not_p.y, inverter_p.fire_n)
annotation (Line(points={{-29,0},{-14,0},{-14,18}}, color={255,0,255}));
connect(andCondition_p.y, not_p.u)
Expand Down

0 comments on commit 1e9140e

Please sign in to comment.