CST MW VBA code to update parameters
hey all
i have problem with CST VBA code
i want to update the parameters and start the T-Solver with the new updated parameters with VBA
i try parameters sweep codes and the new sequence have been add but when i use this code
Solver.Start
its just getting the results from the old parameters nd cancel the the sequence
my main goal is to change the parameters and run T-Solver all by VBA so i can make link between Matlab nd the CST
so any one can help me please ?
thank you all ..
Hello ghost90
Have you found a solution to your problem?
I am facing the same issue, so I would be thankful to help and advice.
Best regards,
@andr1985
yes i found the solution ... where u stop ?
Hello
Thanks, I have also found a solution, using the following sequence
StoreParameter("x", x)
Rebuild
FDSolver.Start