Recent content by SpiceGirls

  1. SpiceGirls

    Simple current limiter for LTSpice

    I present you a Multsim simulation result of running a test circuit for the component above (the input and output signals are shifted down and up):
  2. SpiceGirls

    Simple current limiter for LTSpice

    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...
Back
Top