SetupParam#

class pyaedt.modules.DesignXPloration.SetupParam(p_app, name, dictinputs=None, optim_type='OptiParametric')[source]#

Sets up a parametric analysis in Optimetrics.

Methods

SetupParam.add_calculation(calculation, ranges)

Add a calculation to the parametric setup.

SetupParam.add_variation(sweep_var, start_point)

Add a variation to an existing parametric setup.

SetupParam.analyze([cores, tasks, gpus, ...])

Solve the active design.

SetupParam.create()

Create a setup.

SetupParam.delete()

Delete a defined Optimetrics Setup.

SetupParam.export_to_csv(filename)

Export the current Parametric Setup to csv.

SetupParam.sync_variables(variables[, sync_n])

Sync variable variations in an existing parametric setup.

SetupParam.update([update_dictionary])

Update the setup based on stored properties.

Attributes

SetupParam.available_properties

Available properties.