PlanarEMProperty#

class pyedb.grpc.database.inner.layout_obj.PlanarEMProperty#

Represents the PlanarEM solver properties.

This class encapsulates configuration settings for PlanarEM simulations, including port type, solver options, and reference handling.

Attributes:
port_typestr

The type of port (e.g., “Pad Port Gap Source”, “Gap Source”). Default is “Pad Port Gap Source”.

port_solverbool

Whether to use port solver. Default is True.

ignore_referencebool

Whether to ignore reference. Default is False.

Overview#

to_property_string

Convert PlanarEMProperty instance into a PlanarEM configuration string.

Import detail#

from pyedb.grpc.database.inner.layout_obj import PlanarEMProperty

Attribute detail#

PlanarEMProperty.port_type: str = 'Pad Port Gap Source'#
PlanarEMProperty.port_solver: bool = True#
PlanarEMProperty.ignore_reference: bool = False#

Method detail#

PlanarEMProperty.to_property_string() str#

Convert PlanarEMProperty instance into a PlanarEM configuration string.

Returns:
str

A formatted PlanarEM configuration string with all properties encoded.