ControlProperty#

class pyedb.grpc.database.control_file.ControlProperty(property_name: str, value: str | float | list)#

Represents a property in the control file with name, value, and type.

Parameters:
property_namestr

Name of the property.

valuestr, float, or list

Value of the property.

Overview#

Import detail#

from pyedb.grpc.database.control_file import ControlProperty

Attribute detail#

ControlProperty.name: str#
ControlProperty.value: str | float | list#
ControlProperty.type: int = 1#