Configuring the Python DOE Technique

You can configure the Python DOE technique options.

  1. Double-click the DOE component icon .
    The DOE Component Editor appears.
  2. Select Python DOEfrom the DOE Technique list in the General tab.
  3. In the DOE Technique Options area, click Browse to select the Python Routine file that contains the DOE algorithm that you want to execute using Isight. You can configure the Python DOE technique using the Python (*.py) file type.
    • The file must contain implementation of functions named defineTechniqueOptions (Object), computeNumberOfExperiements (Object), and generateDesignMatrix (Object).
    • Once you browse the file, it will read Technique Options from the Python routine file using the defineTechniqueOptions (Object) function. These technique options will be added to the DOE Technique Options table.
    • Maximum Script Execution time (sec) is a default technique option.
  4. Click OK to save your changes and to close the DOE Component Editor.