simetrix.SchematicStatus

class simetrix.SchematicStatus(*values)

Bases: Enum

Status return value for some schematic methods.

Attributes

NOERR

No error, operation succeeded

NOCHANGE

No error, operation required no changes to be made.

NOSCHEMATIC

The Schematic object is invalid.

PROTECTED

A write operation was attempted on a read-only property.

NOPROPERTY

The Schematic Element does not posses the property requested.

NOOBJECT

The Schematic Element is not valid.

FILEOPENFAIL

File failed to open.

NETLISTERRORS

Netlist operation failed with error messages.

UNEXPECTED

An unexpected error occurred.

FILEOPENFAIL = 6

File failed to open.

NETLISTERRORS = 7

Netlist operation failed with error messages.

NOCHANGE = 1

No error, operation required no changes to be made.

NOERR = 0

No error, operation succeeded

NOOBJECT = 5

The Schematic Element is not valid.

NOPROPERTY = 4

The Schematic Element does not posses the property requested.

NOSCHEMATIC = 2

The Schematic object is invalid.

PROTECTED = 3

A write operation was attempted on a read-only property.

UNEXPECTED = 100

An unexpected error occurred.