home *** CD-ROM | disk | FTP | other *** search
-
- 15.6 LIST SYMBOL
-
-
- The LIST SYMBOL command is used to generate a simple report from symbols in
- a drawing consisting of the symbol name and the values of a set of
- attributes associated with the symbol. The format of the report generated by
- this command is :
-
- sym_name val_1 val_2 val_3 ...
-
- where each successive field contains the value of an attribute associated
- with sym_name. Page headers are automatically generated to suit the layout
- of the report.
-
-
- COMMAND FORMAT
-
- #LIST SYMBOL modifiers [cr]
-
- A listing of all the symbols that match the input criteria will be generated
- and displayed in the console window or to a named output file if the TO
- modifier has been used.
-
-
- MODIFIERS
-
- TO The name of an output file for the generated report. If
- this modifier is not used, the listing generated by the
- command will be displayed in the console window.
-
- SYMBOL The SYMBOL modifier can be used to find a match or partial
- match for symbols to be processed by the command. For
- example, if the command
-
- #LIST SYMBOL SYMBOL sym/office/ ATTRIBUTE STOCK
-
- is issued, any symbol in the drawing that exists in the
- directory "sym/office" will be found. If the SYMBOL
- modifier is omitted, all symbols in the drawing will be
- processed.
-
- ATTRIBUTE The name of an attribute that must be found on a valid
- symbol for the symbol to be included in the report. The
- value associated with this attribute will be displayed
- as one of the fields in the report.
-
- .FIELDLENGTH The FIELDLENGTH modifier can be used to specify a field
- width ( as a maximum number of characters for the field )
- in the report for the value of attribute specified
- previously. If FIELDLENGTH is not entered, a default
- value is 12 characters.
-
- LINESPERPAGE Used to specify the number of lines that make up a page.
- This value is used to automatically generate the page
- headers for the report.
-
-