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=Component position information of a circuit type. |
- | |
5 | slib_parms=1\ |
4 | |
6 | ,the type of circuit |
- | |
7 | slib_author=Gang Xiao |
5 | slib_author=Gang Xiao |
8 | slib_out=A matrix |
- | |
- | 6 | ||
9 | slib_example=9/br3close |
7 | slib_example=9/br3close |
10 | slib_comment=Check the\ |
- | |
11 | <a href="$wims_ref_name?module=tool/elec/circdraw">circuit draw tool</a>\ |
- | |
12 | for details of available circuit and component types. <p>\ |
- | |
13 | Output of the script: each row of 5 columns corresponds to a component.<p>\ |
- | |
14 | Col. 1,2 = (x,y) of the component center <br>\ |
- | |
15 | Col. 3,4 = (x,y) of annotation text <br>\ |
- | |
16 | Col. 5 = orientation (0=horizontal, 1=vertical) |
- | |
- | 8 | ||
17 | !exit |
9 | !exit |
18 | 10 | ||
19 | :proc |
11 | :proc |
20 | slib_type=!item 1 of $wims_read_parm |
12 | slib_type=!item 1 of $wims_read_parm |
21 | slib_c=!char 1 of $slib_type |
13 | slib_c=!char 1 of $slib_type |