function capacitorRenameParametersDev extends Modelica.Icons.Function; input SI.Capacitance C "Capacitance"; input SI.Length W "Width"; input SI.Length L "Length"; input SI.Temp_C TEMP "Temperature"; input Boolean SENS_AREA "Parameter for sensitivity analyses, not implemented yet"; input CapacitorModelLineParams p; output Capacitor intern "Output record with capacitor parameters"; end capacitorRenameParametersDev;