OptimisationOperator

An optimisation operator.

Example

app = cf.GetApplication()
project = app:OpenFile(FEKO_HOME..[[/shared/Resources/Automation/Dipole_Optimisation.cfx]])

    -- Set the label of the optimisation operator

optimisationOperator = project.Optimisation.Searches["Search1"].Goals["FarFieldGoal1"]
optimisationOperator.Label = "MaxFarFieldGainGoal"

Inheritance

The following objects are derived (specialisations) from the OptimisationOperator object:

Property List

Label
The object label. (Read/Write string)

Property Details

Label
The object label.
Type
string
Access
Read/Write