simetrix.ElementType

class simetrix.ElementType(*values)

Bases: Enum

Type of Schematic Element

Attributes

INSTANCE

Instance, that is a schematic element that instantiates a symbol.

WIRE

Wire.

ANNOTATION

Annotation object such as a caption or arrow marker

JUNCTION_MARKER

These are used internally but are not accessible externally.

NO_OBJECT

Object does not exist

NO_SCHEMATIC

The Schematic referenced by the Element does not exist.

UNKNOWN

Unknown object.

ANNOTATION = 2

Annotation object such as a caption or arrow marker

INSTANCE = 0

Instance, that is a schematic element that instantiates a symbol.

JUNCTION_MARKER = 3

These are used internally but are not accessible externally.

NO_OBJECT = 4

Object does not exist

NO_SCHEMATIC = 5

The Schematic referenced by the Element does not exist.

UNKNOWN = 6

Unknown object.

WIRE = 1

Wire.