This function mos2CalcCalcTempDependenciesRevised does precalculation relating to the temperature (level 2).
function mos2CalcCalcTempDependenciesRevised extends Modelica.Icons.Function; input Spice3.Internal.Mos2.Mos2ModelLineParams in_p "Output record Mos1 calculated values"; input Spice3.Internal.Mosfet.Mosfet in_m "Input record MOSFET parameters"; input Spice3.Internal.Mos2.Mos2Calc in_c "Input record Mos2Calc"; input Integer in_m_type "Type of MOS transistor"; output Spice3.Internal.Mos2.Mos2Calc out_c "Output record with calculated values"; end mos2CalcCalcTempDependenciesRevised;