Output Filename
- Last UpdatedJul 28, 2025
- 1 minute read
The output filename for the isometric plots is specified by the command:
FILename filename
Each plot file will be given the name specified by FILename, with the suffix such as 001, 002 to make each one unique (for example, filename001). The filenames used are noted in the message file.
A separate output file is created for each DETAIL command. (DETAIL is the command which starts processing the data.)
For example, the commands
DETAIL /PIPE1
DETAIL /PIPE2
will send the isometrics for /PIPE1 and /PIPE2 to the files /ISOFILE001 and /ISOFILE002, respectively.
The command
DETAIL /PIPE1 /PIPE2
will send the isometrics for both PIPE1 and PIPE2 to the file /ISOFILE001.