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