In this topic:
For normal save operations use the
or menus.To save all the sheets currently open use
.You may export schematic graphics to other applications such as word processors or drawing programs. You can do this via the clipboard (see Copying to the Clipboard) or by writing out to a file. To export schematic graphics to a file, select the schematic menu then select the format of your choice using the Save as type: drop down box. The choices are:
In the lifetime of SIMetrix there have been 5 schematic formats as detailed below:
Format | Details |
Binary 1.0 | Obsolete |
Binary 2.5 | Used from version 2.5 |
Binary 4.1 | Used from version 4.1 |
ASCII | Default format since version 8.0 but first introduced with version 5.0 |
XML | Optional format introduced with version 9.1 |
SIMetrix versions from 9.1 can read and write all formats except Binary 1.0 but note that binary formats can only be written using script commands. If you need to export a schematic to open in an older version of SIMetrix, use the following table to determine the format to use:
Version | Details |
2.5 to 4.0 | Binary 2.5. Use script command: SaveAs /v25 filename |
4.1-4.5 | Binary 4.1. Use script command: SaveAs /binary filename |
5.0 and later | ASCII format. Save as normal |
No special procedure is needed to open schematics created with older versions. Just open the schematic in the usual way. SIMetrix will detect its format automatically. Note that if saved again, the default format is the ASCII format.
A new XML format was introduced with version 9.1. This is currently not the default format but is available for users who wish develop their own tools that can read SIMetrix schematics. The XML format is very closely associated with the ASCII format which uses a similar hierarchical structure and the same element and attribute names. It is intended that both formats will be supported well into the future.
The XML file will be created but the currently open schematic will still point to the original file from which the schematic was loaded.
To read an XML format file, just open in the usual way. SIMetrix will automatically detect the format.
Documentation for the ASCII format be found on the install CD (see Install CD) may be found at Docs/File-Formats/schematic-ascii-format-revnnn.pdf. (nnn is the format revision number).
When enabled, SIMetrix will automatically save all open schematics at regular intervals.This system does not write to the schematic's normal file but to a backup location. If SIMetrix closes unexpectedly due perhaps to a power failure, you will be asked whether you would like to recover the auto-saved schematics when you restart SIMetrix.
To enable auto saving and to set the auto-save interval, select menu
See the Auto-save interval section in the Schematic sheet.◄ Schematic Printing | Properties ▶ |