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 circuit components according to a circuit type. |
- | |
5 | slib_parms=+5\ |
- | |
6 | ,the type of circuit\ |
- | |
7 | 7,dot width\ |
4 | |
8 | black,color name\ |
- | |
9 | large,text size (tiny,small,medium,large or huge)\ |
- | |
10 | ,components (variable number of items) |
- | |
11 | slib_author=Gang Xiao |
5 | slib_author=Gang Xiao |
12 | slib_out=drawing commands for flydraw. |
- | |
- | 6 | ||
13 | slib_example=5/br2out,,,acsrc,diode,cap,res |
7 | slib_example=5/br2out,,,acsrc,diode,cap,res |
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 \ |
12 | !distribute items $wims_read_parm into \ |
21 | slib_type,slib_dotwidth,slib_color,slib_textsize |
13 | slib_type,slib_dotwidth,slib_color,slib_textsize |