MaxwellParameters#

class ansys.aedt.core.modules.boundary.maxwell_boundary.MaxwellParameters(app, name, props=None, boundarytype=None)#

Manages parameters data and execution.

Parameters:
appansys.aedt.core.maxwell.Maxwell3d, ansys.aedt.core.maxwell.Maxwell2d

Either Maxwell3d or Maxwell2d application.

namestr

Name of the boundary.

propsdict, optional

Properties of the boundary.

boundarytypestr, optional

Type of the boundary.

Methods

MaxwellParameters.create()

Create a boundary.

MaxwellParameters.delete()

Delete the boundary.

MaxwellParameters.jsonalize_tree()

Create dictionary from the Binary Tree.

MaxwellParameters.suppress_all(app)

Activate suppress option for all the operations contained in the binary tree node.

MaxwellParameters.unsuppress_all(app)

Disable suppress option for all the operations contained in the binary tree node.

MaxwellParameters.update()

Update the boundary.

MaxwellParameters.update_property(prop_name, ...)

Update the property of the binary tree node.

Attributes

MaxwellParameters.available_properties

Available properties.

MaxwellParameters.children

MaxwellParameters.command

Command of the modeler hystory if available.

MaxwellParameters.name

Boundary Name.

MaxwellParameters.properties

Properties data.

MaxwellParameters.props

Maxwell parameter data.

MaxwellParameters.public_dir

Shortcut for dir(self).