EdgeTerminal#

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

Represents an edge terminal.

Methods

EdgeTerminal.cast([term_type])

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

EdgeTerminal.create(layout, name, edges[, ...])

Create an edge terminal.

EdgeTerminal.create_3d_comp()

Create a 3D composite model from an MCAD file.

EdgeTerminal.create_hfss()

Create an HFSS model from an MCAD file.

EdgeTerminal.create_stride()

Create a Stride model from an MCAD file.

EdgeTerminal.delete()

Delete the layout object.

EdgeTerminal.find(layout, name)

Find a terminal by name in a given layout.

EdgeTerminal.find_by_id(layout, uid)

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

EdgeTerminal.get_product_property(prod_id, ...)

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

EdgeTerminal.get_product_property_ids(prod_id)

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

EdgeTerminal.product_solver_names(product_id)

Get the list of solver names.

EdgeTerminal.product_solver_option(...)

Get the name of the product solver option.

EdgeTerminal.set_product_property(prod_id, ...)

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

EdgeTerminal.set_product_solver_option(...)

Set the product solver option.

Attributes

EdgeTerminal.boundary_type

BoundaryType: Boundary type of the terminal.

EdgeTerminal.bundle_terminal

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

EdgeTerminal.component

ComponentGroup: Component of the Connectable object.

EdgeTerminal.edb_uid

int: Unique, persistent ID for the Connectable object.

EdgeTerminal.edges

list of Edge: All edges on the terminal.

EdgeTerminal.group

Group object.

EdgeTerminal.hfss_pi_type

HfssPIType: HFSS PI type.

EdgeTerminal.id

int: Unique ID of the EDB object.

EdgeTerminal.impedance

Value: Impedance of the terminal.

EdgeTerminal.is_auto_port

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

EdgeTerminal.is_circuit_port

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

EdgeTerminal.is_interface_terminal

bool: Flag indicating if the terminal is an interface.

EdgeTerminal.is_mcad

bool: Flag indicating if this is an MCAD model.

EdgeTerminal.is_mcad_3d_comp

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

EdgeTerminal.is_mcad_hfss

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

EdgeTerminal.is_mcad_stride

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

EdgeTerminal.is_null

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

EdgeTerminal.is_reference_terminal

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

EdgeTerminal.layout

Layout: Layout owning the object.

EdgeTerminal.layout_obj_type

EdgeTerminal.model

str: S-parameter model.

EdgeTerminal.msg

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

EdgeTerminal.name

str: Name of the terminal.

EdgeTerminal.net

Net: Net of the Connectable object.

EdgeTerminal.obj_type

LayoutObjType: Layout object type.

EdgeTerminal.port_post_processing_prop

PortPostProcessingProp: Port postprocessing properties.

EdgeTerminal.reference_layer

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

EdgeTerminal.reference_terminal

Terminal: Terminal that the terminal references, if any.

EdgeTerminal.rlc_boundary_parameters

Rlc: RLC boundary parameters.

EdgeTerminal.source_amplitude

Value: Source amplitude of the terminal.

EdgeTerminal.source_phase

Value: Source phase of the terminal.

EdgeTerminal.term_to_ground

SourceTermToGroundType: Source terminal-to-ground type.

EdgeTerminal.type

EdgeTerminal.use_reference_from_hierarchy

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