Hi,
I have developed a one-line current limited voltage source. It works in the NI Multisim SPICE environment which uses the SPICE 3:
Bx 1 2 V= { G * V(3, 4) * (Abs(I(Bx)) < Imax ? 1 : 1 - (Abs(I(Bx))/Imax - 1)/k) }
where
Bx the name of the new B-type component
1, 2 the output pins
3, 4 the...