PinGroupTerminal#

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

Represents a pin group terminal.

Methods

PinGroupTerminal.cast([term_type])

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

PinGroupTerminal.create(layout, name, ...[, ...])

Create a pin group terminal.

PinGroupTerminal.create_3d_comp()

Create a 3D composite model from an MCAD file.

PinGroupTerminal.create_hfss()

Create an HFSS model from an MCAD file.

PinGroupTerminal.create_stride()

Create a Stride model from an MCAD file.

PinGroupTerminal.delete()

Delete the layout object.

PinGroupTerminal.find(layout, name)

Find a terminal by name in a given layout.

PinGroupTerminal.find_by_id(layout, uid)

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

PinGroupTerminal.get_product_property(...)

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

PinGroupTerminal.get_product_property_ids(prod_id)

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

PinGroupTerminal.product_solver_names(product_id)

Get the list of solver names.

PinGroupTerminal.product_solver_option(...)

Get the name of the product solver option.

PinGroupTerminal.set_product_property(...)

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

PinGroupTerminal.set_product_solver_option(...)

Set the product solver option.

Attributes

PinGroupTerminal.boundary_type

BoundaryType: Boundary type of the terminal.

PinGroupTerminal.bundle_terminal

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

PinGroupTerminal.component

ComponentGroup: Component of the Connectable object.

PinGroupTerminal.edb_uid

int: Unique, persistent ID for the Connectable object.

PinGroupTerminal.group

Group object.

PinGroupTerminal.hfss_pi_type

HfssPIType: HFSS PI type.

PinGroupTerminal.id

int: Unique ID of the EDB object.

PinGroupTerminal.impedance

Value: Impedance of the terminal.

PinGroupTerminal.is_auto_port

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

PinGroupTerminal.is_circuit_port

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

PinGroupTerminal.is_interface_terminal

bool: Flag indicating if the terminal is an interface.

PinGroupTerminal.is_mcad

bool: Flag indicating if this is an MCAD model.

PinGroupTerminal.is_mcad_3d_comp

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

PinGroupTerminal.is_mcad_hfss

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

PinGroupTerminal.is_mcad_stride

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

PinGroupTerminal.is_null

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

PinGroupTerminal.is_reference_terminal

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

PinGroupTerminal.layer

Layer: Layer.

PinGroupTerminal.layout

Layout: Layout owning the object.

PinGroupTerminal.layout_obj_type

PinGroupTerminal.model

str: S-parameter model.

PinGroupTerminal.msg

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

PinGroupTerminal.name

str: Name of the terminal.

PinGroupTerminal.net

Net: Net of the Connectable object.

PinGroupTerminal.obj_type

LayoutObjType: Layout object type.

PinGroupTerminal.pin_group

PinGroup: Pin group of the terminal.

PinGroupTerminal.port_post_processing_prop

PortPostProcessingProp: Port postprocessing properties.

PinGroupTerminal.reference_layer

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

PinGroupTerminal.reference_terminal

Terminal: Terminal that the terminal references, if any.

PinGroupTerminal.rlc_boundary_parameters

Rlc: RLC boundary parameters.

PinGroupTerminal.source_amplitude

Value: Source amplitude of the terminal.

PinGroupTerminal.source_phase

Value: Source phase of the terminal.

PinGroupTerminal.term_to_ground

SourceTermToGroundType: Source terminal-to-ground type.

PinGroupTerminal.type

PinGroupTerminal.use_reference_from_hierarchy

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