Model File
- Last UpdatedFeb 19, 2025
- 1 minute read
To specify the name of the model file, to which design data is to be copied, use one of the commands:
EXPORT FILE filename
EXPORT FILE filename READ
Opens an existing file in read-only mode, allowing its content to be queried but not overwritten.
EXPORT FILE filename OVERwrite
Overwrites an existing file of the same name.
EXPORT FILENote text
Adds a line of user-supplied text to the model file header.
For example,
EXPORT FILE /TESTFILE
EXPORT FILE /TESTFILE READ
EXPORT FILE /TESTFILE OVER
EXPORT FILENOTE ’Platform PA2 REVIEW Data’
To query the name of the current model file, use the command
Q EXPORT FILE
(similarly Q EXPORT FILENote to query the header text)