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; input Modelica.Electrical.Spice3.Internal.ModelcardBJT2 ex "Modelcard with technology parameters"; input Real TBJT; output BjtModelLineParams intern "Output record with Bjt model line parameters"; end bjtRenameParameters;