This function assigns the external (given by the user, e.g., IS) technology parameters to the internal parameters (e.g., m_satCur). It also does the analysis of the IsGiven values.
function diodeRenameParameters extends Modelica.Icons.Function; input ModelcardDIODE ex "Modelcard with technology parameters"; input SpiceConstants con "Spice constants"; output DiodeModelLineParams intern "Output record diode model line parameters"; end diodeRenameParameters;