dynamically change Dispatch() options sent to GraphBuilder
I am needing to change some of the options sent to the Graph Builder depending on the options in the script. I can't figure out how to get it to work. This script works to make the graph Scale("Log"), Format("Engineering", 12): Graph Builder(
Variables(
X( :Split ),
X( :Wafer, Position( 1 ) ),
Y( As Column( analysisTests[i] ) ),
Color( :Split )
),
Elements(
Points( X( 1 ), X(
...