Track Widget Component

Note

Source : /src/kicadtoNgspice/TrackWidget.py

class kicadtoNgspice.TrackWidget.TrackWidget
  • This Class track the dynamically created widget of KicadtoNgSpice Window.

  • Tracks using dictionary and lists ==>
    • Sources

    • Parameters

    • References

    • Model Details

    • … etc

  • All attributes are class-level (shared across instances by design).

  • Call TrackWidget.reset() at the start of each conversion to clear accumulated state from previous runs.

classmethod reset()

Reset all shared class-level state for a fresh conversion run.