LTspice Step Problem

Thread Starter

ayractgc

Joined Feb 3, 2018
52
I need to simulate wheatstone bridge for 2 variable resistors at the same time but program simulated firstly one of them and the other after that.I want all of them in a step.What should i do? I upload the spice file.

Thank you.
 

Attachments

crutschow

Joined Mar 14, 2008
34,452
Use this one step function: " .step param R 500 1000 10".
Then make one set of resistors {R} and the other set {1500-R}.
Thus {R} will step from 500 to 1000 and {1500-R} will step from 1000 to 500 at the same time.
Edit: See demo simulation below showing step change in resistance for two resistors.

upload_2018-10-15_19-59-51.png
 
Last edited:
Top