Inherits: Error < TextPosition < DesignItem < ScriptObject
Error items are the result of failing DRC or ERC checks.
Properties
| Name | Type | Get/Set | Brief |
|---|---|---|---|
| Annotation | str | Yes/No | The annotation text string. |
| Description | str | Yes/No | The description text string. |
| ErrorLayer | Layer | Yes/No | The layer of the items that this error refers to. Note that the error itself is not associated with a layer. |
| Gap | int | Yes/No | The gap calculated between the items to which this error refers. |
| Location | str | Yes/No | The location of this error, formatted. |
| Notes | str | Yes/No | Additional notes about this error. |
| RequiredGap | int | Yes/No | The required gap between the items to which this error refers. |
Property Details
Annotation
Type: str
The annotation text string.
Description
Type: str
The description text string.
ErrorLayer
Type: Layer
The layer of the items that this error refers to. Note that the error itself is not associated with a layer.
Gap
Type: int
The gap calculated between the items to which this error refers.
Location
Type: str
The location of this error, formatted.
Notes
Type: str
Additional notes about this error.
RequiredGap
Type: int
The required gap between the items to which this error refers.