summaryrefslogtreecommitdiff
path: root/src/kicadtoNgspice/TrackWidget.py
blob: 0b11d938d6ec6c3d0d6d06e2359463afe9403f45 (plain)
1
2
3
4
5
6
7
8
9
class TrackWidget:
    """
    This Class track the widget of Kicad to NgSpice converter 
    module in the form of list
    """
    sourcelisttrack = {"ITEMS":"None"}
    source_entry_var = {"ITEMS":"None"}
    analysis_entry_var = {"ITEMS":"NONE"}
    analysis_type = {"ITEMS":"NONE"}