skidl.note module

Supports user-specified notes that can be attached to other SKiDL objects.

This module provides the Note class that allows textual annotations to be attached to various SKiDL objects such as parts, pins, nets, and buses. Notes can be used for documentation purposes or to provide additional information about design elements.

class skidl.note.Note(*notes)[source]

Bases: list

Stores one or more strings as notes.

The Note class extends the Python list to store textual annotations. Notes can be attached to SKiDL objects to provide additional information or documentation about the design.