Rev 1043 | Rev 4349 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1043 | Rev 4158 | ||
---|---|---|---|
Line 2... | Line 2... | ||
2 | !goto proc |
2 | !goto proc |
3 | !endif |
3 | !endif |
4 | slib_title=Draw the fixed circuit wiring of a given circuit type. |
- | |
5 | slib_parms=5\ |
- | |
6 | ,the type of circuit\ |
- | |
7 | 1,line width\ |
- | |
8 | 7,dot width\ |
4 | |
9 | black,color name\ |
- | |
10 | large,text size (tiny,small,medium,large or huge) |
- | |
11 | slib_author=Gang Xiao |
5 | slib_author=Gang Xiao |
12 | slib_out=drawing commands for flydraw. |
- | |
- | 6 | ||
13 | slib_example=5/br2out,2,6,blue,medium |
7 | slib_example=5/br2out,2,6,blue,medium |
14 | slib_comment=Check the\ |
- | |
15 | <a href="$wims_ref_name?module=tool/elec/circdraw">circuit draw tool</a>\ |
- | |
16 | for details of available circuit and component types. |
- | |
- | 8 | ||
17 | !exit |
9 | !exit |
18 | 10 | ||
19 | :proc |
11 | :proc |
20 | !distribute items $wims_read_parm into slib_type,slib_lwid,slib_dwid,slib_color,slib_textsize |
12 | !distribute items $wims_read_parm into slib_type,slib_lwid,slib_dwid,slib_color,slib_textsize |
21 | slib_c=!char 1 of $slib_type |
13 | slib_c=!char 1 of $slib_type |