﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
6144	dynamic visibility of Modelica.Blocks.Interfaces.RealInput	lukas.koenemann@…	Adrian Pop	"I want to change the visibility of a Modelica.Blocks.Interfaces.RealInput dynamic via another parameter. For example:
{{{#!mo
model Example
parameter Boolean visibility = true;
Modelica.Blocks.Interfaces.RealInput InputValue annotation(
    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)));
end Example;
}}}
When I drag and drop the example model into a test area, i can change the parameter ""visibility"" but the visibility of the variable doesn't change.

"	defect	closed	blocker	1.21.0	OMEdit		fixed		
