SetupCircuit#

class pyaedt.modules.SolveSetup.SetupCircuit(app, solutiontype, setupname='MySetupAuto', isnewsetup=True)[source]#

Manages a circuit setup.

Parameters:
apppyaedt.application.AnalysisNexxim.FieldAnalysisCircuit

Inherited app object.

solutiontypestr, int

Type of the setup.

setupnamestr, optional

Name of the setup. The default is "MySetupAuto".

isnewsetupbool, optional

Whether to create the setup from a template. The default is True. If False, access is to the existing setup.

Methods

SetupCircuit.add_sweep_count([...])

Add a step sweep to existing Circuit Setup.

SetupCircuit.add_sweep_points([...])

Add a linear count sweep to existing Circuit Setup.

SetupCircuit.add_sweep_step([...])

Add a linear count sweep to existing Circuit Setup.

SetupCircuit.analyze([num_cores, num_tasks, ...])

Solve the active design.

SetupCircuit.create()

Add a new setup based on class settings in AEDT.

SetupCircuit.create_report([expressions, ...])

Create a report in AEDT.

SetupCircuit.disable([setup_name])

Disable a setup.

SetupCircuit.enable([setup_name])

Enable a setup.

SetupCircuit.enable_expression_cache(expressions)

Enable a setup expression cache.

SetupCircuit.get_solution_data([...])

Get a simulation result from a solved setup and cast it in a SolutionData object.

SetupCircuit.update([update_dictionary])

Update the setup based on the class arguments or a dictionary.

Attributes

SetupCircuit.available_properties

Available properties.

SetupCircuit.default_intrinsics

Retrieve default intrinsic for actual setup.

SetupCircuit.is_solved

Verify if solutions are available for given setup.

SetupCircuit.name

Name.

SetupCircuit.omodule

Analysis module.

SetupCircuit.p_app

Parent.