CST - How to Modify Parameter Sweep Order for VBA Macro Compatibility

 

Hi,

Here is my Parameter sweep variables:

CST currently runs the parameter sweep in this order:

RightAngle=1> SL=15.3 :Processing

RightAngle=2> SL=15.3 :Processing

RightAngle=2> SL=15.3 :Processing

...

However, I need to perform the parameter sweep in this sequence:

RightAngle=1> SL=15.3: :Processing

RightAngle=1> SL=15.4 :Processing

RightAngle=1> SL=15.5 :Processing

 

I require this specific variable sequence for my VBA macro to produce the appropriate results. I need to know how to change the order of the sequence in CST.

CST Studio Suite