04-08-2015, 03:18 PM
Hi Rose,
You can use rvx file as well, however you'll need rvi's too. rvx helps a lot if you would like to create multiple output files from one simulation by defining several rvi's. In your particular case you just need one summary table (TestResults) and rvx file would be (don't forget brackets and pay attention to comas):
In addition to this you'll need to specify Test.rvi file in the same folder where rvx file is. The Test.rvi file should be as in my first reply to you.
Cheers,
Ivan
You can use rvx file as well, however you'll need rvi's too. rvx helps a lot if you would like to create multiple output files from one simulation by defining several rvi's. In your particular case you just need one summary table (TestResults) and rvx file would be (don't forget brackets and pay attention to comas):
Code:
{
"notes" : "Some notes about this RVX",
"rvis" : [
{
"fileName" : "Test.rvi",
"tableName" : "TestResults"
}
],
}
In addition to this you'll need to specify Test.rvi file in the same folder where rvx file is. The Test.rvi file should be as in my first reply to you.
Cheers,
Ivan