First time here? Check out the Help page!
1 | initial version |
Hi Andrea,
Sorry about the pain :-) RVI still works in v1.6 if you are collecting only annual results. For other report frequencies, you need to specify it in the RVX:
{ "notes" : "First RVX test", "rvis" : [ { "fileName" : "A0_v4.rvi", "tableName" : "BottiRVXResults", "frequency" : "Hourly", "usedInCalc" : true } ], "csvs" : [ {... } ] }
If you need the output table to be named "SimResults.csv", just set "tableName" to "SimResults". The case naming convention of jEPlus switches from parameter indexes to serial numbers if the project has 7 or more parameters. This is for preventing long path names, which can cause problems for large projects.
Regards,
Yi