Outputting Parts of Specifications
- Last UpdatedJan 13, 2023
- 1 minute read
To generate output which is restricted to one or more specified types of component, include the generic types of the required components by using one of the syntax formats
OUTput gtype1 gtype2 ... specname1 specname2 ...
OUTput OLD gtype1 gtype2 ... specname1 specname2 ...
OUTput NEW gtype1 gtype2 ... specname1 specname2 ...
where gtype1, gtype2 etc. are the component types to be included and specname1, specname2 etc. are the Specifications from which the data is to be extracted.
For example, to create a file containing just the valve and flange data from the Specification /RF300, in a format suitable for use as input to a different Specification, you might use the commands
FILE /SPECDATA
OUTPUT NEW VALV FLAN /RF300