Running the Solver

Launch the Solver.

myApplication.Launcher:RunFEKO()
  1. Since the Launcher object coordinates the launching of Feko and external processes, search for Launcher (object) in the Help1.
  2. In the Help, under Launcher > Method List, search for a method to launch the Solver:
    • RunFEKO()
  3. Determine the syntax to prepend to RunFEKO():
    1. Since RunFEKO() is a method, it is indicated by prepending a “:” (colon):
      :RunFEKO()
    2. In the Help, under Launcher > Usage locations (object properties), note that the following objects have properties using the Launcher object:
      Application(.Launcher)
      The result is then:
      myApplication.Launcher:RunFEKO
1 The API is available in the Feko Scripting and API Reference Guide (PDF) or Feko WebHelp.