Calculations of currents and capacities
function jfetNoBypassCode extends Modelica.Icons.Function; input Modelica.Electrical.Spice3.Internal.Fet.Fet in_f "Input record fet parameters"; input JfetModelLine in_fm "Input record model line parameters"; input Integer in_m_type "Type of MOS transistor"; input Boolean in_m_bInit; input SI.Voltage[3] in_m_pVoltageValues; output Modelica.Electrical.Spice3.Internal.Fet.CurrrentsCapacitances out_cc "Calculated currents and capacitances"; end jfetNoBypassCode;