This function bjtNoBypassCode calculates the currents (and the capacitances) that are necessary for the currents to be used in the top-level model.
function bjtNoBypassCode extends Modelica.Icons.Function; input Bjt in_p3 "Input record Bjt"; input BjtModelLineParams in_p "Input record with Bjt model line parameters"; input BjtCalc in_c "Input record BjtCalc"; input SI.Voltage[6] in_m_pVoltageValues; output CurrentsCapacitances out_cc "Output record with calculated currents and capacitances"; end bjtNoBypassCode;