SiwaveProperty#

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

Represents the SIwave solver properties.

This class encapsulates configuration settings for SIwave simulations, including reference net specification.

Attributes:
reference_netstr

The reference net name. Default is an empty string.

Overview#

to_property_string

Convert SiwaveProperty instance into a SIwave configuration string.

Import detail#

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

Attribute detail#

SiwaveProperty.reference_net: str = ''#

Method detail#

SiwaveProperty.to_property_string() str#

Convert SiwaveProperty instance into a SIwave configuration string.

Returns:
str

A formatted SIwave configuration string with all properties encoded.