Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Hi, sorry for not noticing this question earlier.

In case you haven't found a solution, I think the problem is with the invalid file names in the second and third columns, which read "....\null". They are supposed to reference the model and weather files. However, you can use index numbers instead of file paths, e.g. "TR_G-alt_1-Use_0272-Nabs_1-mass_sch-size_080_SoSchu0_roo1_TGA1_vent0_rot045_wetPari,0,0,1,300,0272,1,sch,080,1,1,0,45,Pari,75"

In regard to generating a random number for each case, jEPlus's @calc syntax may help. You can use @calc(Math.floor(Math.random() * 10)), for example, to get numbers 0 ~ 9.

Yi