Hi
In help documentation for linear sweep the syntax is listed as: .step [lin] …
The square brackets surrounding the word ‘lin’ gives an error and the simulation does not run. Removing the brackets solves the problem.
Regards
ike
Hi
In help documentation for linear sweep the syntax is listed as: .step [lin] …
The square brackets surrounding the word ‘lin’ gives an error and the simulation does not run. Removing the brackets solves the problem.
Regards
ike
Square braces means it’s optional. Either type “.step lin…” or “.step …” where “…” means the rest of the command.