Terminal#

class ansys.edb.core.terminal.terminals.Terminal(msg)#

Represents a terminal object.

Methods

Terminal.cast([term_type])

Cast the terminal object to the correct concrete type, fetching the type if necessary.

Terminal.create_3d_comp()

Create a 3D composite model from an MCAD file.

Terminal.create_hfss()

Create an HFSS model from an MCAD file.

Terminal.create_stride()

Create a Stride model from an MCAD file.

Terminal.delete()

Delete the layout object.

Terminal.find(layout, name)

Find a terminal by name in a given layout.

Terminal.find_by_id(layout, uid)

Find a Connectable object by database ID in a given layout.

Terminal.get_product_property(prod_id, attr_id)

Get the product property of the layout object for a given product ID and attribute ID.

Terminal.get_product_property_ids(prod_id)

Get a list of attribute IDs given a product ID for the layout object.

Terminal.product_solver_names(product_id)

Get the list of solver names.

Terminal.product_solver_option(product_id, ...)

Get the name of the product solver option.

Terminal.set_product_property(prod_id, ...)

Set the product property of the layout object for a given product ID and attribute ID.

Terminal.set_product_solver_option(...)

Set the product solver option.

Attributes

Terminal.boundary_type

BoundaryType: Boundary type of the terminal.

Terminal.bundle_terminal

BundleTerminal: Bundle terminal that the terminal belongs to, if any.

Terminal.component

ComponentGroup: Component of the Connectable object.

Terminal.edb_uid

int: Unique, persistent ID for the Connectable object.

Terminal.group

Group object.

Terminal.hfss_pi_type

HfssPIType: HFSS PI type.

Terminal.id

int: Unique ID of the EDB object.

Terminal.impedance

Value: Impedance of the terminal.

Terminal.is_auto_port

bool: Flag indicating if the terminal is an auto port.

Terminal.is_circuit_port

bool: Flag indicating if the terminal is a circuit port.

Terminal.is_interface_terminal

bool: Flag indicating if the terminal is an interface.

Terminal.is_mcad

bool: Flag indicating if this is an MCAD model.

Terminal.is_mcad_3d_comp

bool: Flag indicating if this is a 3D composite MCAD model.

Terminal.is_mcad_hfss

bool: Flag indicating if this is an HFSS MCAD model.

Terminal.is_mcad_stride

bool: Flag indicating if this is a Stride MCAD model.

Terminal.is_null

bool: Flag indicating if the object exists in the database.

Terminal.is_reference_terminal

bool: Flag indicating if the terminal is a reference terminal.

Terminal.layout

Layout: Layout owning the object.

Terminal.layout_obj_type

Terminal.model

str: S-parameter model.

Terminal.msg

EDBObjMessage: Protobuf message that represents the object's ID.

Terminal.name

str: Name of the terminal.

Terminal.net

Net: Net of the Connectable object.

Terminal.obj_type

LayoutObjType: Layout object type.

Terminal.port_post_processing_prop

PortPostProcessingProp: Port postprocessing properties.

Terminal.reference_layer

Layer: Layer that the terminal references, if any, by either layer object or name.

Terminal.reference_terminal

Terminal: Terminal that the terminal references, if any.

Terminal.rlc_boundary_parameters

Rlc: RLC boundary parameters.

Terminal.source_amplitude

Value: Source amplitude of the terminal.

Terminal.source_phase

Value: Source phase of the terminal.

Terminal.term_to_ground

SourceTermToGroundType: Source terminal-to-ground type.

Terminal.type

Terminal.use_reference_from_hierarchy

bool: Flag indicating if the terminal can use references from the hierarchy.