BundleTerminal#

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

Represents a bundle terminal object.

Methods

BundleTerminal.cast([term_type])

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

BundleTerminal.create(terminals)

Create a bundle terminal.

BundleTerminal.create_3d_comp()

Create a 3D composite model from an MCAD file.

BundleTerminal.create_hfss()

Create an HFSS model from an MCAD file.

BundleTerminal.create_stride()

Create a Stride model from an MCAD file.

BundleTerminal.delete()

Delete the layout object.

BundleTerminal.find(layout, name)

Find a terminal by name in a given layout.

BundleTerminal.find_by_id(layout, uid)

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

BundleTerminal.get_product_property(prod_id, ...)

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

BundleTerminal.get_product_property_ids(prod_id)

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

BundleTerminal.product_solver_names(product_id)

Get the list of solver names.

BundleTerminal.product_solver_option(...)

Get the name of the product solver option.

BundleTerminal.set_product_property(prod_id, ...)

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

BundleTerminal.set_product_solver_option(...)

Set the product solver option.

BundleTerminal.ungroup()

Delete the grouping.

Attributes

BundleTerminal.boundary_type

BoundaryType: Boundary type of the terminal.

BundleTerminal.bundle_terminal

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

BundleTerminal.component

ComponentGroup: Component of the Connectable object.

BundleTerminal.edb_uid

int: Unique, persistent ID for the Connectable object.

BundleTerminal.group

Group object.

BundleTerminal.hfss_pi_type

HfssPIType: HFSS PI type.

BundleTerminal.id

int: Unique ID of the EDB object.

BundleTerminal.impedance

Value: Impedance of the terminal.

BundleTerminal.is_auto_port

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

BundleTerminal.is_circuit_port

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

BundleTerminal.is_interface_terminal

bool: Flag indicating if the terminal is an interface.

BundleTerminal.is_mcad

bool: Flag indicating if this is an MCAD model.

BundleTerminal.is_mcad_3d_comp

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

BundleTerminal.is_mcad_hfss

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

BundleTerminal.is_mcad_stride

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

BundleTerminal.is_null

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

BundleTerminal.is_reference_terminal

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

BundleTerminal.layout

Layout: Layout owning the object.

BundleTerminal.layout_obj_type

BundleTerminal.model

str: S-parameter model.

BundleTerminal.msg

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

BundleTerminal.name

str: Name of the terminal.

BundleTerminal.net

Net: Net of the Connectable object.

BundleTerminal.obj_type

LayoutObjType: Layout object type.

BundleTerminal.port_post_processing_prop

PortPostProcessingProp: Port postprocessing properties.

BundleTerminal.reference_layer

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

BundleTerminal.reference_terminal

Terminal: Terminal that the terminal references, if any.

BundleTerminal.rlc_boundary_parameters

Rlc: RLC boundary parameters.

BundleTerminal.source_amplitude

Value: Source amplitude of the terminal.

BundleTerminal.source_phase

Value: Source phase of the terminal.

BundleTerminal.term_to_ground

SourceTermToGroundType: Source terminal-to-ground type.

BundleTerminal.terminals

list of Terminal: All terminals grouped in the terminal.

BundleTerminal.type

BundleTerminal.use_reference_from_hierarchy

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