MagicDraw/Cameo v19SP3: vs SysPhS-1.1: OpaqueExpression for Slot value exports to Modelica as 'null' if only uses a single variable. WORKAROUND/HACK prefix the variable with '1 *' [FIXED in v2021x]

This page identifies a possible issue, inconsistency, concern, error, or bug!
One of the ways Webel IT Australia helps promote tools, technologies, and languages is by donating a lot of time identifying, tracking, and reporting potential issues, in order to help vendors and developers improve the tools and technologies. In some cases, we also offer workarounds and advice for users. All issues tracked on our public site are offered most constructively and with sincerest gratitude to the tool vendors and technology developers.
DISCLAIMER: Vendors do not officially endorse issue analysis by Webel IT Australia.
Icon class
icon_class
far fa-sticky-note
icon_class_computed
far fa-sticky-note
Support status
FIXED in v2021x
Note kind
Policy level
Specification keywords
UML keywords
SysMLv1.x keywords
Modelica keywords
SysPhS Keywords
Keywords
If the OpaqueExpression is tInf and it is assigned to a Slot to carry a context-specific value for tAmb within amb:AmbientCondition it exports as:

    AmbientCondition amb(tAmb.start=null,tAmb.fixed=true);
Using a HACK , prefixing it with '1*', if the OpaqueExpression is 1*tInf it exports as:

    AmbientCondition amb(tAmb.start=1*tInf,tAmb.fixed=true);
Relates to
Related notes
Related notes (backlinks)
Related snippets (extracts)
Visit also
Visit also (backlinks)
External links