Resolution { { Name analysis; System { { Name resol_getdpMicrowaves; NameOfFormulation getdpMicrowaves_formulation; Type ComplexValue; Frequency Freq;} } Operation { DeleteFile["../getdpresults/times.dat"]; InitSolution[resol_getdpMicrowaves] ; For f In {8.000000e+02: 1.000000e+03 : 1.000000e+02} SetFrequency[resol_getdpMicrowaves, f*1000000.000000]; Print[{f*1000000.000000},Format "Setting Frequency f = %g ..." ]; SetTime[f]; UpdateConstraint[resol_getdpMicrowaves, Region[All], Assign ]; Print ["Solving formulation [getdpMicrowaves]"]; Generate[resol_getdpMicrowaves] ; Solve[resol_getdpMicrowaves]; SetTime[f]; SaveSolution[resol_getdpMicrowaves]; Print[{f}, File "../getdpresults/times.dat"]; PostOperation[postOp_getdpMicrowaves]; EndFor } } }