In this function for the bipolar transistor model temperature dependencies are calculated using temperature treating functions from the equation package.
function bjtCalcTempDependencies extends Modelica.Icons.Function; input Bjt in_p3 "Input record Bjt"; input BjtModelLineParams in_p "Input record with Bjt model line parameters"; output BjtCalc out_c "Output record BjtCalc"; end bjtCalcTempDependencies;