Skip to content

Commit a95444f

Browse files
committed
Updated .mos to actually show Vdir
1 parent eb72f3c commit a95444f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

IDEAS/Resources/Scripts/Dymola/Fluid/Sources/Examples/OutsideAir.mos

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
simulateModel("IDEAS.Fluid.Sources.Examples.OutsideAir", startTime=1.728e+07, stopTime=1.78848e+07, method="CVode", tolerance=1e-6, resultFile="OutsideAir");
22
createPlot(id = 3,
33
position = {55, 24, 679, 513},
4-
y = {"weaDat.weaBus.winDir"},
5-
range = {17250000.0, 17900000.0, 400.0, -100.0},
4+
y = {"sim.Vdir"},
5+
range = {17250000.0, 17900000.0, 400.0, 0},
66
autoscale = true,
77
autoerase = true,
88
autoreplot = true,

0 commit comments

Comments
 (0)