Hello everybody,
I have two variables a and b, and three simulations to do:
1 simulation with a0,b0
1 simulation with a1,b1
and 1 simulation with a2,b2
Instead of doing three seperate runs, I wanted to do a sensitivity simulation with these exact values. I want to fix these values in a .tab file like this :
a b
a0 b0
a1 b1
a2 b2
where a and b are the names of my variables and (a0,b0),.... are the couple of values. I named this file : Senscontrol.tab
In the .vsc file I gave the following information :
3,F,1234,Senscontrol.tab
But the result is that the three simulations have been done with the values (0,0).
Can anyone help me out ?
Thanks
ClaudeM
Sensitivity Simulation with precise values specified in .vsc
-
- Senior Member
- Posts: 1107
- Joined: Wed Mar 12, 2003 2:46 pm
Try to repeat this with a simple model and see what happens. I tested with the attached and everything works as expected.
- Attachments
-
- sensfiletest.vpm
- (11.93 KiB) Downloaded 216 times