TerminalInstanceTerminal#

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

Represents a terminal instance terminal.

Methods

TerminalInstanceTerminal.cast([term_type])

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

TerminalInstanceTerminal.create(layout, ...)

Create a terminal instance terminal.

TerminalInstanceTerminal.create_3d_comp()

Create a 3D composite model from an MCAD file.

TerminalInstanceTerminal.create_hfss()

Create an HFSS model from an MCAD file.

TerminalInstanceTerminal.create_stride()

Create a Stride model from an MCAD file.

TerminalInstanceTerminal.delete()

Delete the layout object.

TerminalInstanceTerminal.find(layout, name)

Find a terminal by name in a given layout.

TerminalInstanceTerminal.find_by_id(layout, uid)

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

TerminalInstanceTerminal.get_product_property(...)

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

TerminalInstanceTerminal.get_product_property_ids(prod_id)

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

TerminalInstanceTerminal.product_solver_names(...)

Get the list of solver names.

TerminalInstanceTerminal.product_solver_option(...)

Get the name of the product solver option.

TerminalInstanceTerminal.set_product_property(...)

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

TerminalInstanceTerminal.set_product_solver_option(...)

Set the product solver option.

Attributes

TerminalInstanceTerminal.boundary_type

BoundaryType: Boundary type of the terminal.

TerminalInstanceTerminal.bundle_terminal

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

TerminalInstanceTerminal.component

ComponentGroup: Component of the Connectable object.

TerminalInstanceTerminal.edb_uid

int: Unique, persistent ID for the Connectable object.

TerminalInstanceTerminal.group

Group object.

TerminalInstanceTerminal.hfss_pi_type

HfssPIType: HFSS PI type.

TerminalInstanceTerminal.id

int: Unique ID of the EDB object.

TerminalInstanceTerminal.impedance

Value: Impedance of the terminal.

TerminalInstanceTerminal.is_auto_port

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

TerminalInstanceTerminal.is_circuit_port

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

TerminalInstanceTerminal.is_interface_terminal

bool: Flag indicating if the terminal is an interface.

TerminalInstanceTerminal.is_mcad

bool: Flag indicating if this is an MCAD model.

TerminalInstanceTerminal.is_mcad_3d_comp

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

TerminalInstanceTerminal.is_mcad_hfss

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

TerminalInstanceTerminal.is_mcad_stride

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

TerminalInstanceTerminal.is_null

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

TerminalInstanceTerminal.is_reference_terminal

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

TerminalInstanceTerminal.layout

Layout: Layout owning the object.

TerminalInstanceTerminal.layout_obj_type

TerminalInstanceTerminal.model

str: S-parameter model.

TerminalInstanceTerminal.msg

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

TerminalInstanceTerminal.name

str: Name of the terminal.

TerminalInstanceTerminal.net

Net: Net of the Connectable object.

TerminalInstanceTerminal.obj_type

LayoutObjType: Layout object type.

TerminalInstanceTerminal.port_post_processing_prop

PortPostProcessingProp: Port postprocessing properties.

TerminalInstanceTerminal.reference_layer

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

TerminalInstanceTerminal.reference_terminal

Terminal: Terminal that the terminal references, if any.

TerminalInstanceTerminal.rlc_boundary_parameters

Rlc: RLC boundary parameters.

TerminalInstanceTerminal.source_amplitude

Value: Source amplitude of the terminal.

TerminalInstanceTerminal.source_phase

Value: Source phase of the terminal.

TerminalInstanceTerminal.term_to_ground

SourceTermToGroundType: Source terminal-to-ground type.

TerminalInstanceTerminal.terminal_instance

TerminalInstance: Terminal instance.

TerminalInstanceTerminal.type

TerminalInstanceTerminal.use_reference_from_hierarchy

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