14.2.2 Basic structure of tasker files
In standard operation QW-Simulator executes a sequence of tasks specified in the tasker (*.ta3) file. Tasker files are in general generated by QW-Editor and refer to one particular project. As an example, let us consider the contests of two standard examples: a 3D example ..\Wgtocx\wgtocx1.ta3 file for waveguide to coaxial line transition and a V2D example ..\Ant1\ant1.ta3 file describing an axisymmetrical horn antenna:
QW-3D |
QW-V2D |
TemplateDV guideinp_wgtocx1 automatic 5000 *iterations limit for sinus 22.5 *frequency matching 10 *within +- TemplateQS coaxout_wgtocx1 0.005 *impedance tolerance 1000 *checking period 500000 *iterations limit Run wgtocx1 |
TemplateDV inp_ant1 automatic 10000 *iterations limit for sinus 300 *frequency matching 10 *within +- Run ant1 |
The main task is Run performed on wgtocx.pa3/ant1.pa3 (project_name.pa3) file. It is proceeded with tasks for modal templates generation in: waveguides (TemplateDV – dynamic template) and coaxial line (TemplateQS – quasi-static template) ports. The calculations on wgtocx.pa/ant1.pa3 (project_name.pa3) file will continue until interrupted by the user.