Inherits: Error < TextPosition < DesignItem < ScriptObject

Error items are the result of failing DRC or ERC checks.

Properties

NameTypeGet/SetBrief
AnnotationstrYes/NoThe annotation text string.
DescriptionstrYes/NoThe description text string.
ErrorLayerLayerYes/NoThe layer of the items that this error refers to. Note that the error itself is not associated with a layer.
GapintYes/NoThe gap calculated between the items to which this error refers.
LocationstrYes/NoThe location of this error, formatted.
NotesstrYes/NoAdditional notes about this error.
RequiredGapintYes/NoThe 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.