This function jfetRenameParameters assigns the external (given by the user, e.g. RD) technology parameters to the internal parameters (e.g. m_drainResistance). It also does the analysis of the IsGiven values.
function jfetRenameParameters extends Modelica.Icons.Function; input Modelica.Electrical.Spice3.Internal.ModelcardJFET ex "Modelcard with technology parameters"; output JfetModelLine intern "Output record model line parameters"; end jfetRenameParameters;