Hi,
Kindly help me in writing syntax. Set “ssmxr” is the function of (mxr,str). I have two objectives for the set “ssmxr”.
(1): it can only take values of selected mixers for linearization (see set smxr).
(2): it can only take first value of str of selected mixers for linearization
Set
mxr number of mixers / 13 /
Str process streams / 110 /
imxr(mxr,str) mixer-stream (inlet) matches / 1.(1,2) , 2.(4,5), 3.(8,7) /
smxr(mxr) mixer selected for linearization / 2,3 /
ssmxr(mxr,str) only first process stream of the mixers selected for the linearization can exist;
SSmxr(mxr,str)(imxr(mxr,str) and smxr(mxr)) = yes;
*(ord(str) eq 1);
*
*yes$(ord(str) eq 1);
display SSmxr;