¿ªÔÆÌåÓý

Re: The simulation of the LTspice is blocked with sentence (if)


 

Hello,

A standard V-source in SPICE cannot be a behavioral source.
You have to use a Bv-source. Add a "bv" and change V=F(...) to the formula below.

V=if(V(Vsense)>1.2,1,0)

Best regards,
Helmut

Join [email protected] to automatically receive all group messages.