TwinBuilder#
- class ansys.aedt.core.twinbuilder.TwinBuilder(project=None, design=None, solution_type=None, setup=None, version=None, non_graphical=False, new_desktop=False, close_on_exit=False, student_version=False, machine='', port=0, aedt_process_id=None, remove_lock=False)[source]#
Provides the Twin Builder application interface.
- Parameters:
- project
str
,optional
Name of the project to select or the full path to the project or AEDTZ archive to open. The default is
None
, in which case an attempt is made to get an active project. If no projects are present, an empty project is created.- design
str
,optional
Name of the design to select. The default is
None
, in which case an attempt is made to get an active design. If no designs are present, an empty design is created.- solution_type
str
,optional
Solution type to apply to the design. The default is
None
, in which case the default type is applied.- setup
str
,optional
Name of the setup to use as the nominal. The default is
None
, in which case the active setup is used or nothing is used.- version
str
,int
,float
,optional
Version of AEDT to use. The default is
None
, in which case the active setup or latest installed version is used. Examples of input values are232
,23.2
,``2023.2``,``”2023.2”``.- non_graphicalbool,
optional
Whether to launch AEDT in non-graphical mode. The default is
False
, in which case AEDT is launched in graphical mode. This parameter is ignored when a script is launched within AEDT.- new_desktopbool,
optional
Whether to launch an instance of AEDT in a new thread, even if another instance of the
specified_version
is active on the machine. The default isFalse
.- close_on_exitbool,
optional
Whether to release AEDT on exit. The default is
False
.- student_versionbool,
optional
Whether to open the AEDT student version. The default is
False
.- machine
str
,optional
Machine name to connect the oDesktop session to. This works only in 2022 R2 or later. The remote server must be up and running with the command “ansysedt.exe -grpcsrv portnum”. If the machine is “localhost”, the server also starts if not present.
- port
int
,optional
Port number on which to start the oDesktop communication on an already existing server. This parameter is ignored when creating a new server. It works only in 2022 R2 or later. The remote server must be up and running with command “ansysedt.exe -grpcsrv portnum”.
- aedt_process_id
int
,optional
Process ID for the instance of AEDT to point PyAEDT at. The default is
None
. This parameter is only used whennew_desktop = False
.- remove_lockbool,
optional
Whether to remove lock to project before opening it or not. The default is
False
, which means to not unlock the existing project if needed and raise an exception.
- project
Examples
Create an instance of Twin Builder and connect to an existing Maxwell design or create a new Maxwell design if one does not exist.
>>> from ansys.aedt.core import TwinBuilder >>> app = TwinBuilder()
Create a instance of Twin Builder and link to a project named
"projectname"
. If this project does not exist, create one with this name.>>> app = TwinBuilder(projectname)
Create an instance of Twin Builder and link to a design named
"designname"
in a project named"projectname"
.>>> app = TwinBuilder(projectname, designame)
Create an instance of Twin Builder and open the specified project, which is named
"myfile.aedt"
.>>> app = TwinBuilder("myfile.aedt")
Methods
Activate optimization analysis for a variable and optionally set up ranges.
Activate sensitivity analysis for a variable and optionally set up ranges.
Activate statitistical analysis for a variable and optionally set up ranges.
TwinBuilder.activate_variable_tuning
(name[, ...])Activate tuning analysis for a variable and optionally set up ranges.
TwinBuilder.add_error_message
(text[, level])Add a type 0 "Error" message to either the global, active project, or active design level of the message mmanager tree.
TwinBuilder.add_excitation_model
(project, design)Use the excitation component to assign output quantities in a Twin Builder design to a windings in a Maxwell design.
TwinBuilder.add_from_toolkit
(toolkit[, draw])Add a new toolkit to the current application.
TwinBuilder.add_info_message
(text[, level])Add a type 0 "Info" message to either the global, active project, or active design level of the message manager tree.
TwinBuilder.add_q3d_dynamic_component
(...[, ...])Add a Q2D or Q3D dynamic component to a Twin Builder design.
TwinBuilder.add_warning_message
(text[, level])Add a type 0 "Warning" message to either the global, active project, or active design level of the message manager tree.
TwinBuilder.analyze
([setup, cores, tasks, ...])Solve the active design.
TwinBuilder.analyze_setup
([name, cores, ...])Analyze a design setup.
TwinBuilder.archive_project
([project_path, ...])Archive the AEDT project and add a message.
Disable autosave in AEDT.
Enable autosave in AEDT.
TwinBuilder.change_automatically_use_causal_materials
([...])Enable or disable the automatic use of causal materials for lossy dielectrics.
TwinBuilder.change_design_settings
(settings)Set Design Settings.
Enable or disable the material override in the project.
TwinBuilder.change_property
(aedt_object, ...)Change a property.
Update the validation design settings.
Check if a beta option is enabled.
Check if a project path is already loaded in active Desktop.
TwinBuilder.clean_proj_folder
([directory, name])Delete a project folder.
Close AEDT and release it.
TwinBuilder.close_project
([name, save])Close an AEDT project.
TwinBuilder.copy_design_from
(project, design)Copy a design from a project into the active project.
TwinBuilder.copy_project
(destination, name)Copy the project to another destination.
TwinBuilder.create_dataset
(name, x, y[, z, ...])Create a dataset.
TwinBuilder.create_dataset1d_design
(name, x, y)Create a design dataset.
TwinBuilder.create_dataset1d_project
(name, x, y)Create a project dataset.
TwinBuilder.create_dataset3d
(name, x, y[, ...])Create a 3D dataset.
Create a project within AEDT.
TwinBuilder.create_output_variable
(variable, ...)Create or modify an output variable.
Create a circuit schematic from an HSpice net list.
TwinBuilder.create_setup
([name, setup_type])Create a setup.
TwinBuilder.create_subsheet
(name, design_name)Create a subsheet from a parent design.
TwinBuilder.dataset_exists
(name[, ...])Check if a dataset exists.
Deactivate the optimization analysis for a variable.
Deactivate the sensitivity analysis for a variable.
Deactivate the statistical analysis for a variable.
Deactivate the tuning analysis for a variable.
TwinBuilder.delete_design
([name, ...])Delete a design from the current project.
Delete a project.
Delete a separator from either the active project or a design.
TwinBuilder.delete_setup
(name)Delete a setup.
Delete design and project unused variables.
Delete a variable.
TwinBuilder.design_variation
([variation])Generate a string to specify a desired variation.
TwinBuilder.duplicate_design
(name[, ...])Copy a design to a new name.
TwinBuilder.edit_notes
(text)Edit notes.
TwinBuilder.edit_setup
(name, properties)Modify a setup.
TwinBuilder.evaluate_expression
(expression)Evaluate a valid string expression and return the numerical value in SI units.
TwinBuilder.export_convergence
(setup[, ...])Export a solution convergence to a file.
Export design preview image to a JPG file.
TwinBuilder.export_parametric_results
(sweep, ...)Export a list of all parametric variations solved for a sweep to a CSV file.
TwinBuilder.export_profile
(setup[, ...])Export a solution profile to a PROF file.
TwinBuilder.export_results
([analyze, ...])Export all available reports to a file, including profile, and convergence and sNp when applicable.
TwinBuilder.export_rl_matrix
(matrix_name, ...)Export R/L matrix after solving.
TwinBuilder.export_variables_to_csv
(output_file)Export design properties, project variables, or both to a CSV file.
Generate a unique directory string to save a project to.
Generate a new setup with a unique name.
TwinBuilder.get_evaluated_value
(name[, units])Retrieve the evaluated value of a design property or project variable in SI units if no unit is provided.
TwinBuilder.get_module
(module_name)Aedt Module object.
Check and get monitor data of an existing analysis.
TwinBuilder.get_nominal_variation
([with_values])Retrieve the nominal variation.
Retrieve the material properties for a list of objects and return them in a dictionary.
TwinBuilder.get_oo_name
(aedt_object[, ...])Return the object-oriented AEDT property names.
TwinBuilder.get_oo_object
(aedt_object, ...)Return the Object Oriented AEDT Object.
TwinBuilder.get_oo_properties
(aedt_object, ...)Return the Object Oriented AEDT Object Properties.
Return the Object Oriented AEDT Object Properties.
TwinBuilder.get_output_variable
(variable[, ...])Retrieve the value of the output variable.
TwinBuilder.get_profile
([name])Get profile information.
Get the value for the AEDT registry key if one exists.
Get the value for the AEDT registry key if one exists.
TwinBuilder.get_setup
(name)Get the setup from the current design.
Retrieve setups.
TwinBuilder.get_sweeps
(name)Retrieve all sweeps for a setup.
Retrieve a list of traces of specified designs ready to use in plot reports.
TwinBuilder.hidden_variable
(name[, value])Set the variable to a hidden or unhidden variable.
TwinBuilder.import_dataset1d
(input_file[, ...])Import a 1D dataset.
TwinBuilder.import_dataset3d
(input_file[, ...])Import a 3D dataset.
TwinBuilder.insert_design
([name, solution_type])Add a design of a specified type.
TwinBuilder.list_of_variations
([setup, sweep])Retrieve a list of active variations for input setup.
TwinBuilder.load_project
(file_name[, ...])Open an AEDT project based on a project and optional design.
TwinBuilder.number_with_units
(value[, units])Convert a number to a string with units.
Read back the design data as a dictionary.
TwinBuilder.read_only_variable
(name[, value])Set the variable to a read-only or not read-only variable.
TwinBuilder.release_desktop
([...])Release AEDT.
Remove all unused definitions in the project.
TwinBuilder.rename_design
(name[, save])Rename the active design.
TwinBuilder.save_project
([file_name, ...])Save the project and add a message.
Change the active design to another design.
Change a specific registry key to a new value.
TwinBuilder.set_end_time
(expression)Set the end time.
TwinBuilder.set_hmax
(expression)Set hmax.
TwinBuilder.set_hmin
(expression)Set hmin.
TwinBuilder.set_license_type
([license_type])Change the license type between
"Pack"
and"Pool"
.Change the property value of the object-oriented AEDT object.
TwinBuilder.set_registry_from_file
(registry_file)Apply desktop registry settings from an ACT file.
TwinBuilder.set_registry_key
(name, value)Change a specific registry key to a new value.
TwinBuilder.set_sim_setup_parameter
(...[, ...])Set simulation setup parameters.
Set temporary directory path.
TwinBuilder.solve_in_batch
([file_name, ...])Analyze a design setup in batch mode.
TwinBuilder.stop_simulations
([clean_stop])Check if there are simulation running and stops them.
TwinBuilder.submit_job
(cluster_name[, ...])Submit a job to be solved on a cluster.
TwinBuilder.validate_simple
([log_file])Validate a design.
TwinBuilder.value_with_units
(value[, units, ...])Combine a number and a string containing the modeler length unit in a single string e.g. "1.2mm".
Attributes
Position of the object.
Simulation setup types.
Solution types.
Get or Set the name of the active setup.
AEDT version.
Check if there are simulation running.
Available variation object.
Design boundaries and excitations.
Design boundaries by type.
Default solution type.
Dictionary of Design Datasets.
Design list.
Design name.
Design properties.
Design type.
Desktop
class.AEDT installation directory.
Get all excitation.
Get all excitation names.
Design excitations by type.
Get all analysis solution setups.
Get all existing analysis setups.
Dictionary of the PyAEDT session information.
Return the Circuit Layout Editor.
Library list.
Lock file.
Logger for the design.
Materials in the project.
Design Modeler.
Native component names.
Native Component dictionary.
Nominal adaptive sweep.
Nominal sweep.
Component manager object.
AEDT Maxwell Parameter Setup Object.
Model manager object.
Aedt Symbol Manager.
Analysis AEDT Module.
Boundary Object.
Definition Manager Module.
Design.
AEDT instance containing all projects and designs.
Oeditor Module.
Solution Module.
Fields reporter.
Import/Export Manager Module.
Material Manager Module.
Matrix Object.
Icepak Mesh Module.
AEDT Model Setup Object.
AEDT Monitor Object.
AEDT Optimetrics Module.
AEDT Output Variable Module.
AEDT oPadstackManager.
Project property.
Optimizations in the project.
AEDT Radiation Field Object.
Report setup.
Solution Module.
List of output variables.
Setups in the project.
PersonalLib directory.
Design excitations.
Design Postprocessor.
Dictionary of project datasets.
Project name and path.
Project list.
Project name.
Project path.
Project properties.
Return Project time stamp.
Return a bool if time stamp changed or not.
PyAEDT directory.
Results directory.
Settings of the current Python/Pyaedt session.
Setup names.
Setups in the project.
Solution type.
Source directory for Python.
SysLib directory.
Path to the temporary directory.
Path to the toolkit directory.
UserLib directory.
Valid design.
Variable manager for creating and managing project design and postprocessing variables.
Path to the working directory.