Resolution { { Name analysis; System { { Name resol_getdpMicrowaves; NameOfFormulation getdpMicrowaves_formulation; Type ComplexValue; Frequency Freq;} } Operation { DeleteFile["../getdpresults/times.dat"]; InitSolution[resol_getdpMicrowaves] ; SetTime[1.000000e+03]; DefineConstant[ f = 1.000000e+03]; 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]; } } }