LTSpice Parameter Sweep Tutorial
- Put the parameter in curly brackets
- Add the spice directive. Example below:
.param Vsup=1.8
.step param vsup 1.8 1.8 0
This is not the most useful code because it really does not step the value but it does show the correct syntax
0 Comments