
A few quantities may not be retrievable into parameters.SOLIDWORKS® PCB (formerly PCBWorks) is a PCB (printed circuit board) design tool that is integrated with the SOLIDWORKS 3D design software. Additionally you can use array and parameter operations (*VFUN for example) to do calculations and output calculated values. You have control over the output format and contents. The second approach would be to use *VGET commands along with *GET command in do loops to retrieve the desired quantities into array parameters then use *VWRITE or *MWRITE to output the arrays to ASCII text files. The output format is otherwise fixed by the program code. See the /HEADER, /FORMAT, and /PAGE for output controls on some of them. Use the /OUPUT command to specify the file name.

These include PRNSOL, PRESOL, PRETAB, PRNLD, PRRSOL, PRENERGY, and a few others.

The first would be to use the POST1 print commands for the desired items. There are two other approaches that use commands. If the file was created with multiple processors then you would have to use many ptr commands to step thru the records. Also the output is by record id and you will need to refer to the Programmers Manual in the help to interpret each records content. If you are searching for an ANSYS Mechanical APDL command that will dump the complete contents of a results set to an ASCII text file, there is the AUX2 DUMP command however the rst file must have been created using a single processor.
