ComponentModel#

class pyedb.grpc.database.definition.component_model.ComponentModel(core)#

Class managing ComponentModel.

Overview#

is_null

Check if the component model is null.

name

Get the name of the component model.

reference_file

Get the reference file of the component model.

Import detail#

from pyedb.grpc.database.definition.component_model import ComponentModel

Property detail#

property ComponentModel.is_null#

Check if the component model is null.

Returns:
bool

True if the component model is null, False otherwise.

property ComponentModel.name#

Get the name of the component model.

Returns:
str

The name of the component model.

property ComponentModel.reference_file#

Get the reference file of the component model.

Returns:
str

The reference file of the component model.

Attribute detail#

ComponentModel.core#