This function assigns the external (given by the user, e.g. AREA) device parameters to the internal parameters (e.g. m_area). It also does the analysis of the IsGiven values.
function bjtRenameParametersType extends Modelica.Icons.Function; extends Modelica.Icons.ObsoleteModel; input Real TBJT "Type"; output BjtModelLineParams dev_type "Output record Bjt3"; end bjtRenameParametersType;