-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
There seems to be a problem with ConditionalDerivedVariables in combination with DerivedVariables, e.g.
<ConditionalDerivedVariable dimension="DIM_mV" name="V_bounded">
<Case condition="(V_m.leq.V_peak)" value="(V_m)"/>
<Case condition="(V_m.gt.V_peak)" value="(V_peak)"/>
</ConditionalDerivedVariable>
<DerivedVariable dimension="none" name="exp_arg" value="(V_bounded-V_th)/Delta_T"/>
results in an error stating that V_bounded in exp_arg can not be found. However, if we use V_bounded in a state assignment, it seems to work.
Is this a bug or some kind of intended behavior in order to, e.g., avoid circular dependencies?
Regards,
Konstantin
Metadata
Metadata
Assignees
Labels
No labels