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

jEplus defining parameter as the if/else function of another parameter

Hi,

I am working on a jEPlus project, where I would need to define one parameter(P1) as the if/else function of another parameter(P0), the logic is shown below:

if P0<14, then P1 = 0.195; else: P1 = 0

I was wondering how to insert the conditional function to define this parameter in jEplus.

Thanks in advance!

jEplus defining parameter as the if/else function of another parameter

Hi,

I am working on a jEPlus project, where I would need to define one parameter(P1) as the if/else function of another parameter(P0), the logic is shown below:

if P0<14, then P1 = 0.195; else: P1 = 0

I was wondering how to insert the conditional function to define this parameter in jEplus.

Thanks in advance!