AnalysisCableTuning.setOptimisation


setOptimisation(solutionType, [method])

Set optimisation parameters.

solutionTypestringsolution type; valid values are: "exact", "optimised", "best fit".
methodoptional string optimisation method; obligatory parameter if solution type is "optimised" or "best fit"; For optimised, valid values are: For best fit, valid values are: "Minimise Largest", "Minimise Sum", "Minimise Specified", "Maximise Sum", and "Maximise Specified". For best fit, valid values are "least squares" and "chebyshev".
Return valuePointer to this objectAllows multiple function calls to be chained together

Back to AnalysisCableTuning

Back to Overview