dnanar
Junior Member level 1
- Joined
- May 8, 2014
- Messages
- 17
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1
- Activity points
- 140
Hi,
I have an (H)SPICE script which compute the energy consumed by my circuit for a different set of parameters through the TRANS SWEEP statement:
I would like to see how the energy vary for each set of parameter while doing a monte carlo analysis. That is, if i set the parameter monte=10, I would like that for each of the 10 Monte carlo simulations, a "sweep data=info" is computed.
Does anybody know how to do this please?
Thanks!
I have an (H)SPICE script which compute the energy consumed by my circuit for a different set of parameters through the TRANS SWEEP statement:
Code:
.tran 0.1p 600n SWEEP data=info
I would like to see how the energy vary for each set of parameter while doing a monte carlo analysis. That is, if i set the parameter monte=10, I would like that for each of the 10 Monte carlo simulations, a "sweep data=info" is computed.
Does anybody know how to do this please?
Thanks!