Hi,
I am fairly new to scripting. I understand for loop but I need a little bit of help here.
I am not able to find the for loop example for a data filter in the scripting guide. If someone could help me with the syntax, that would be great.
What I am trying to do is, I have a treemap and I need to construct a 'for' loop with the data filter table to get the graph outputs saved as .png file automatically.
I have attached a figure. For example, condition 1: wafer 11, choosing all Vpp trimset for 25C and Formula NO (1 graph)
condition 2: wafer 12, choosing all Vpp trimset for for 85C (0,11111)and and Formula NO (1 graph)
condition 3: plotting each trimset value for all for wafer 11( 9 graphs) and wafer 12 with YES (2 graphs)
I am able to do it if I do it one by one in a code, but not together.
Thank you