SpiceModel#

class pyedb.grpc.database.hierarchy.spice_model.SpiceModel(component, name=None, file_path=None, sub_circuit=None)#

Manage SpiceModel

Overview#

name

SPICE model name.

model_name

Model name.

spice_file_path

file_path

SPICE file path.

Import detail#

from pyedb.grpc.database.hierarchy.spice_model import SpiceModel

Property detail#

property SpiceModel.name: str#

SPICE model name.

Returns:
str

SPICE model name.

property SpiceModel.model_name#

Model name.

Deprecated since version 0.70.0: Use name instead.

Returns:
str

Model name.

property SpiceModel.spice_file_path#
property SpiceModel.file_path#

SPICE file path.

Returns:
str

SPICE file path.