ControlFileMaterial#

class pyedb.grpc.database.control_file.ControlFileMaterial(name: str, properties: Dict[str, Any])#

Represents a material in the control file.

Parameters:
namestr

Material name.

propertiesdict

Material properties dictionary.

Overview#

Import detail#

from pyedb.grpc.database.control_file import ControlFileMaterial

Attribute detail#

ControlFileMaterial.name: str#
ControlFileMaterial.properties: Dict[str, ControlProperty]#