* TriComp script file template. Fill in this area ENDFILE -------------------------- SCRIPT COMMANDS -------------------------- FILE OPERATIONS INPUT FullFileName [Close current solution file and seek new file] OUTPUT FilePrefix [Close current data file and open a new one] ANALYSIS FUNCTIONS POINT Xp Yp [Calculation at (Xp,Yp) of (Zp,Rp)] ELEMENT Xp Yp [Properties of element at (Xp,Yp) of (Zp,Rp)] SCAN Xs Ys Xe Ye [Calculations along a scan line from (Xs,Ys) to (Xe,Ye)] MATRIX FPrefix NX NY Xs Ys Xe Ye [Interpolations over a rectangular grid NX X NY with corners (Xs,Ys) and (Xe,Ye) to file FPrefix.MTX] REGION NReg [Properties of region NReg] LINEINT Xs Ys Xe Ye [Line integrals from (Xs,Ys) to (Xe,Ye)] VOLUMEINT [Volume integrals over regions and the solution space] TORQUEORIGIN X0 Y0 [Calculate torque about the point (X0,Y0)] PROGRAM MODES NSCAN NScan [Set number of points in a line scan] INTERPOLATION [LSQ,Linear] [Set interpolation method] ENDFILE [Terminate analysis]