Bug #218

Are parameter dependent annotation values legal?

Added by Tomáš Kulhánek about 10 years ago.

Status:NewStart date:25 February 2015
Priority:NormalDue date:
Assignee:-% Done:

0%

Category:-Spent time:-
Target version:-

Description

I guess it is not legal to set parameter dependent annotation values like Physiolibrary.Chemical.Interfaces.ConditionalVolume.useNormalizedVolume.

```mo
parameter Boolean useNormalizedVolume = true
"Normalized volume of solution is 1 liter"
annotation(Evaluate=true, HideResult=true, choices(__Dymola_checkBox=true),Dialog(group="External inputs/outputs"));

Types.Volume volume "Solution volume" annotation(HideResult=useNormalizedVolume);
```

Also available in: Atom PDF