﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
4771	Attribute dimension syntax	Christian Kral <dr.christian.kral@…>	Adeel Asghar	"Please consider the following model

{{{
model TestDimensions
  Modelica.Electrical.Analog.Basic.Ground ground1[3] annotation(
    Placement(visible = true, transformation(origin = {0, 0}, 
    extent = {{-10, -10}, {10, 10}}, rotation = 0)));
equation
  annotation(uses(Modelica(version = ""trunk"")));
end TestDimensions;
}}}

If I show the attributes of {{{ground1}}} in the Diagram View, the field Dimensions shows: {{{ {3} }}} (see attachment)

I wonder why braces are used in the dimensions field instead of square brackets {{{[3]}}}, as square brackets are used in the Modelica code, too. I am not sure if this is a bug or a feature.  "	discussion	closed	high	1.13.0	OMEdit		fixed		
