ControlFileMaterial#

class pyedb.generic.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.generic.control_file import ControlFileMaterial

Attribute detail#

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