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 bjtRenameParameters extends Modelica.Icons.Function; extends Modelica.Icons.ObsoleteModel; input Modelica.Electrical.Spice3.Internal.ModelcardBJT ex "Modelcard with technology parameters"; input Spice3.Internal.SpiceConstants con "Spice constants"; input Real TBJT "Type"; output BjtModelLineParams intern "Output record with Bjt model line parameters"; end bjtRenameParameters;