This function assigns the external (given by the user, e.g., N) technology parameters to the internal parameters (e.g., m_emissionCoeff). It also does the analysis of the IsGiven values.
function resistorRenameParameters extends Modelica.Icons.Function; input ModelcardR ex "Modelcard with technology parameters"; input SpiceConstants con "Spice constants"; output ResistorModelLineParams intern "Output record with resistor model line parameters"; end resistorRenameParameters;