﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3002	Impossible to graphically connect array connectors in OM.	massimo ceraolo	Adeel Asghar	"This is somewhat related to #3001.

Consider the following model:

{{{
model M
  Modelica.Blocks.Sources.BooleanStep step[3]
    annotation (Placement(transformation(extent={{-80,0},{-60,20}})));
  Modelica.Electrical.Analog.Ideal.IdealOpeningSwitch sw[3] annotation (
      Placement(transformation(
        extent={{-10,10},{10,-10}},
        rotation=-90,
        origin={-26,10})));
  annotation (uses(Modelica(version=""3.2.1"")), Diagram(coordinateSystem(
          preserveAspectRatio=false, extent={{-100,-100},{100,100}}), graphics));
end M;
}}}

It should be possible to graphically connect the output of ""step"" with the control signal of ""sw"". However this appears to be not possible with graphical actions in the OMEdit diagram view.
The expected connect equation to be generated should be:

connect(step.y, sw.control)

that should be correct because both signals are array having size 3."	defect	closed	normal		OMEdit	trunk	invalid		
