SparamModel#

class pyedb.grpc.database.hierarchy.s_parameter_model.SparamModel(edb_object)#

Manage SParameterModel

Overview#

is_null

Check if the S-parameter model is null.

name

Get the name of the S-parameter model.

reference_net

Get the reference net of the S-parameter model.

file_path

Get the file path of the S-parameter model.

Import detail#

from pyedb.grpc.database.hierarchy.s_parameter_model import SparamModel

Property detail#

property SparamModel.is_null#

Check if the S-parameter model is null.

Returns:
bool

True if the S-parameter model is null, False otherwise.

property SparamModel.name#

Get the name of the S-parameter model.

Returns:
str

The name of the S-parameter model.

property SparamModel.reference_net#

Get the reference net of the S-parameter model.

Returns:
str

The reference net of the S-parameter model.

property SparamModel.file_path#

Get the file path of the S-parameter model.

Returns:
str

The file path of the S-parameter model.

Attribute detail#

SparamModel.core#