12-16-2014, 03:41 AM
Hi All,
I am now using jEplus version 1.5 beta 07 to run a parametric study.
I noticed that in this version, a "rvx" file was introduced to allow for data extraction with more than one rvi files.
My problem is that, it seems that the second rvi file specified in the rvx would not be processed by jEplus.
For example, in my case, I created a rvx based on the example file:
--------
"rvis" : [
{
"fileName" : "ValidNonConv_1019_basic.rvi",
"tableName" : "XiaolinSimResults"
},
{
"fileName" : "ValidNonConv_1019_basic_sslc.rvi",
"tableName" : "XiaolinSimResults_SSLC"
}
],
-----------
After the simulation, I can see data collected in XiaolinSimResults.csv, but I cannot see data in the XiaolinSimResults_SSLC.csv.
But if I check the individual folder of each run, I can see these two files in each individual folder.
I tried to used the "ReadVarsEso" function under the "Utilities" tab with the rvi file "ValidNonConv_1019_basic_sslc.rvi", then I can still get the data.
So I am thinking that maybe jEplus is not able to correectly extract the data defined in the "rvis" part?
Thanks,
Lin
I am now using jEplus version 1.5 beta 07 to run a parametric study.
I noticed that in this version, a "rvx" file was introduced to allow for data extraction with more than one rvi files.
My problem is that, it seems that the second rvi file specified in the rvx would not be processed by jEplus.
For example, in my case, I created a rvx based on the example file:
--------
"rvis" : [
{
"fileName" : "ValidNonConv_1019_basic.rvi",
"tableName" : "XiaolinSimResults"
},
{
"fileName" : "ValidNonConv_1019_basic_sslc.rvi",
"tableName" : "XiaolinSimResults_SSLC"
}
],
-----------
After the simulation, I can see data collected in XiaolinSimResults.csv, but I cannot see data in the XiaolinSimResults_SSLC.csv.
But if I check the individual folder of each run, I can see these two files in each individual folder.
I tried to used the "ReadVarsEso" function under the "Utilities" tab with the rvi file "ValidNonConv_1019_basic_sslc.rvi", then I can still get the data.
So I am thinking that maybe jEplus is not able to correectly extract the data defined in the "rvis" part?
Thanks,
Lin