1

jEplus define one 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!

qirachel's avatar
136
qirachel
asked 2022-09-01 02:54:51 -0500, updated 2022-09-01 02:55:10 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

1

problem solved: use the @script for pre-processing

qirachel's avatar
136
qirachel
answered 2022-09-02 06:29:12 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments