Junction current and conductance calculation
function junction2SPICE3BJT extends Modelica.Icons.Function; input SI.Voltage voltage "Input Voltage"; input SI.Temperature temp "Device Temperature"; input Real ncoeff1; input Real ncoeff2; input SI.Current satcur1 "Saturation current"; input SI.Current satcur2 "Saturation current"; output SI.Current current1 "Output current"; output SI.Conductance cond1 "Output conductance"; output SI.Current current2 "Output current"; output SI.Conductance cond2 "Output conductance"; end junction2SPICE3BJT;