PointTerminal#

class ansys.edb.core.terminal.PointTerminal(msg)#

Represents a point terminal object.

Methods

PointTerminal.cast([term_type])

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

PointTerminal.create(layout, net, layer, ...)

Create a point terminal.

PointTerminal.create_3d_comp()

Create a 3D composite model from an MCAD file.

PointTerminal.create_hfss()

Create an HFSS model from an MCAD file.

PointTerminal.create_stride()

Create a Stride model from an MCAD file.

PointTerminal.delete()

Delete the layout object.

PointTerminal.find(layout, name)

Find a terminal by name in a given layout.

PointTerminal.find_by_id(layout, uid)

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

PointTerminal.get_product_property(prod_id, ...)

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

PointTerminal.get_product_property_ids(prod_id)

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

PointTerminal.product_solver_names(product_id)

Get the list of solver names.

PointTerminal.product_solver_option(...)

Get the name of the product solver option.

PointTerminal.set_product_property(prod_id, ...)

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

PointTerminal.set_product_solver_option(...)

Set the product solver option.

Attributes

PointTerminal.boundary_type

BoundaryType: Boundary type of the terminal.

PointTerminal.bundle_terminal

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

PointTerminal.component

ComponentGroup: Component of the Connectable object.

PointTerminal.edb_uid

int: Unique, persistent ID for the Connectable object.

PointTerminal.group

Group: Group of the Connectable object.

PointTerminal.hfss_pi_type

HfssPIType: HFSS PI type.

PointTerminal.id

int: Unique ID of the EDB object.

PointTerminal.impedance

Value: Impedance of the terminal.

PointTerminal.is_auto_port

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

PointTerminal.is_circuit_port

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

PointTerminal.is_interface_terminal

bool: Flag indicating if the terminal is an interface.

PointTerminal.is_mcad

bool: Flag indicating if this is an MCAD model.

PointTerminal.is_mcad_3d_comp

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

PointTerminal.is_mcad_hfss

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

PointTerminal.is_mcad_stride

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

PointTerminal.is_null

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

PointTerminal.is_reference_terminal

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

PointTerminal.layer

Layer: Layer that the point terminal is placed on.

PointTerminal.layout

Layout: Layout owning the object.

PointTerminal.layout_obj_type

PointTerminal.model

str: S-parameter model.

PointTerminal.msg

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

PointTerminal.name

str: Name of the terminal.

PointTerminal.net

Net: Net of the Connectable object.

PointTerminal.obj_type

LayoutObjType: Layout object type.

PointTerminal.params

Layer, PointData: Layer that the point terminal is placed on and the (x, y) coordinates.

PointTerminal.point

PointData: Coordinates (x, y) of the point terminal.

PointTerminal.port_post_processing_prop

PortPostProcessingProp: Port postprocessing properties.

PointTerminal.reference_layer

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

PointTerminal.reference_terminal

Terminal: Terminal that the terminal references, if any.

PointTerminal.rlc_boundary_parameters

Rlc: RLC boundary parameters.

PointTerminal.source_amplitude

Value: Source amplitude of the terminal.

PointTerminal.source_phase

Value: Source phase of the terminal.

PointTerminal.term_to_ground

SourceTermToGroundType: Source terminal-to-ground type.

PointTerminal.type

PointTerminal.use_reference_from_hierarchy

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