Changes between Initial Version and Version 1 of Ticket #6144


Ignore:
Timestamp:
2020-09-29T14:08:20Z (5 years ago)
Author:
Per Östlund
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6144

    • Property Component FrontendOMEdit
    • Property Owner changed from Per Östlund to Adeel Asghar
  • Ticket #6144 – Description

    initial v1  
    11I want to change the visibility of a Modelica.Blocks.Interfaces.RealInput dynamic via another parameter. For example:
    2 
     2{{{#!mo
    33model Example
    44parameter Boolean visibility = true;
     
    66    Placement(visible = visibility , transformation(origin = {-60, 120}, extent = {{-20, -20}, {20, 20}}, rotation = -90), iconTransformation(origin = {-60, 120}, extent = {{-20, -20}, {20, 20}}, rotation = -90)));
    77end Example;
    8 
     8}}}
    99When i drag and drop the example model into a test area, i can chage the parameter "visibility" but the visibility of the variable dont change.
    1010