Skip to content

Commit

Permalink
Update plot scripts to work.
Browse files Browse the repository at this point in the history
  • Loading branch information
HansOlsson committed Feb 15, 2024
1 parent 1eb156b commit ae3e488
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
Expand Up @@ -18,7 +18,7 @@ createPlot(id = 6,
bottomTitleType = 1);
createPlot(id = 6,
position = {12, 9, 600, 150},
y = {"wall.port_b.Q_flow", "pipe.heatPort[1].Q_flow"},
y = {"wall.port_b.Q_flow", "heater.heatPorts[1].Q_flow"},
range = {0, 90000.0, 0.002, 0},
erase = false,
autoscale = true,
Expand Down
Expand Up @@ -64,8 +64,7 @@ createPlot(id = 1,
bottomTitleType = 1);
createPlot(id = 1,
position = {3, 3, 771, 270},
y = {"upperTank.ports[1].m_flow", "pipe.port_a.m_flow", "overflow.port_a.m_flow",
"tank3.ports[2].m_flow"},
y = {"upperTank.ports[1].m_flow", "pipe.port_a.m_flow", "overflow.port_a.m_flow"},
range = {0, 300.0, 150.0, (-150.0)},
erase = false,
autoscale = true,
Expand Down
Expand Up @@ -64,8 +64,7 @@ createPlot(id = 1,
bottomTitleType = 1);
createPlot(id = 1,
position = {3, 3, 771, 270},
y = {"tank1.ports[1].m_flow", "tank2.ports[1].m_flow", "tank3.ports[1].m_flow",
"tank3.ports[2].m_flow"},
y = {"tank1.ports[1].m_flow", "tank2.ports[1].m_flow", "tank3.ports[1].m_flow"},
range = {0, 300.0, 150.0, (-150.0)},
erase = false,
autoscale = true,
Expand Down

0 comments on commit ae3e488

Please sign in to comment.