Exports an image of the current circuit schematic.
|
Syntax |
Description |
|---|---|
|
exportimage(filename); |
Exports an image of the current circuit schematic. If the file has ‘png’ or no extension, a PNG (Portable Network Graphics) will be created. If the file has ‘svg’ extension, a SVG (Scalable Vector Graphics) file will be created. |
Example
exportimage("schematic.png");
See Also