| 1 | loadString("model View
|
|---|
| 2 |
|
|---|
| 3 | M m(T_ref(displayUnit=\"K\") = 302.15)
|
|---|
| 4 | annotation (Placement(transformation(extent={{-80,20},{-60,40}})));
|
|---|
| 5 | end View;
|
|---|
| 6 | ");
|
|---|
| 7 | getErrorString();
|
|---|
| 8 | getComponentModifierNames(View, "m");
|
|---|
| 9 | getErrorString();
|
|---|
| 10 | getComponentModifierValue(View, m.T_ref);
|
|---|
| 11 | getErrorString();
|
|---|