This function mos1RenameParameters 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 (level 1).
function mos1RenameParameters extends Modelica.Icons.Function; input ModelcardMOS ex "Modelcard with technology parameters"; input SpiceConstants con "Spice constants"; output Mos.MosModelLineParams intern "Output record model line parameters"; end mos1RenameParameters;