I want to run a transient simulation of RC circuit for different values of C. how to do it?
The following comments are owned by whoever posted them. We are not responsible for them in any way.
Back to Threads Reply to Thread
I want to run a transient simulation of RC circuit for different values of C. how to do it?
Assume a netlist such as
Vin 100,0 dc 10
R1 100,1 1k
C1 1,0 0.1u
you need to place a control block in the netlisting
.control
let @c1[capacitance] = 0.001u
op
.endc
This would change value value of C1 and run a DC operating point analysis (I know, not useful since we're varying the capacitance, but you get the idea).
I generally write a separate script file outside the netlist file with such commands.
Mark Walter
CrossOver Forums: the place to discuss running Windows applications on Mac and Linux