Rev 20 | Rev 4349 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 20 | Rev 4158 | ||
---|---|---|---|
Line 2... | Line 2... | ||
2 | !goto proc |
2 | !goto proc |
3 | !endif |
3 | !endif |
4 | slib_title=List available circuit components |
- | |
- | 4 | ||
5 | slib_parms=0 |
5 | slib_parms=0 |
6 | slib_author=Gang Xiao |
6 | slib_author=Gang Xiao |
7 | slib_out=comma-separated list of component names. |
- | |
8 | slib_example= |
7 | |
9 | !exit |
8 | !exit |
10 | 9 | ||
11 | :proc |
10 | :proc |
12 | !read data/circuits/compdata |
11 | !read data/circuits/compdata |
13 | slib_out=$comp_all |
12 | slib_out=$comp_all |