SparamModel#
- class pyedb.grpc.database.hierarchy.s_parameter_model.SparamModel(edb_object)#
Manage
SParameterModel
Overview#
Check if the S-parameter model is null. |
|
Get the name of the S-parameter model. |
|
Get the reference net of the S-parameter model. |
|
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:
strThe name of the S-parameter model.
Attribute detail#
- SparamModel.core#