Hi all,
can somebody explain how I can pass a variable into, for example, spec limits?
I want the spec limit for the column "dt:frac" to be "uls_value"
So I define the value:
usl_value=0.05;
and then I tried:
dt:frac <<Set Property( "Spec Limits", {USL(eval(usl_value)), Show Limits( 1 )} );
dt:frac <<Set Property( "Spec Limits", {USL(expr(usl_value)), Show Limits( 1 )} );
dt:frac <<Set Property( "Spec Limits", {USL(usl_value), Show Limits( 1 )} );
They are all scriptable but none does the trick.
Thanks