Ticket #3773: script.mos

File script.mos, 296 bytes (added by Adeel Asghar, 10 years ago)
Line 
1loadString("model View
2
3 M m(T_ref(displayUnit=\"K\") = 302.15)
4 annotation (Placement(transformation(extent={{-80,20},{-60,40}})));
5end View;
6");
7getErrorString();
8getComponentModifierNames(View, "m");
9getErrorString();
10getComponentModifierValue(View, m.T_ref);
11getErrorString();