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

How to change window size with EP-Macro

asked 2015-03-29 21:34:46 -0500

Jisu's avatar

updated 2015-07-11 19:03:15 -0500

I tried to use jEPlus nowadays and there's an example to change window size with EP-Macro.

I can see

##if #[Top[] LE Bottom[]]
##set1 NewTop #eval[Bottom[] + 0.10]

Is it okay there no number inside []?

I think it's weird.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2015-03-30 03:54:19 -0500

Ivan Korolija's avatar

updated 2015-03-30 05:28:07 -0500

Top[] and Bottom[] are parameters defined somewhere earlier in the file. The brackets are part of EP-Macro. You should see somewhere ##set1 Top "some parameter" and ##set1 Bottom "some other parameter".

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Careers

Question Tools

2 followers

Stats

Asked: 2015-03-29 21:34:46 -0500

Seen: 243 times

Last updated: Mar 30 '15