First time here? Check our help page!
1

energyplus fields value case sensitive

How EP read text from .idf file: are input values case sensitive and blank space sensitive e.g would " StringValue on that" refer to "STRINGVALUE ON THAT"? Thanks

ngkhanh's avatar
2.2k
ngkhanh
asked 2019-01-19 20:11:01 -0500, updated 2019-01-19 20:14:00 -0500
edit flag offensive 0 remove flag close merge delete

Comments

1

Why not just test it yourself?

shorowit's avatar shorowit (2019-01-20 12:34:34 -0500) edit
add a comment see more comments

1 Answer

1

Case insentive with leading and trailing space trimming. So yes, " StringValue on that" is interpreted as "STRINGVALUE ON THAT", and this is why when you look at eplusout.err the warnings/errors show object names as upper case.

Julien Marrec's avatar
29.7k
Julien Marrec
answered 2019-01-21 02:47:00 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments