Manuel Prado-Velasco
Manuel Prado-Velasco
Hi, Consider the following code: ````Modelica package connectorSizingTest class A parameter Integer nT = 1 annotation( Dialog(connectorSizing = true)); connector miConector = Modelica.Blocks.Interfaces.RealInput; miConector[nT] ci annotation( Placement(visible = true, transformation(origin...
Please see the following near MWE (**case 1**): ```Modelica encapsulated package Arguments package IVIVEx type Naturals = enumeration(uno, dos); type Order = enumeration(primero,segundo); partial function header end header; function F...