Exports the process information in a layer builder object as a process file. The command only functions properly when a layer builder object is included in the simulation and is selected.
Syntax |
Description |
---|---|
saveprocessfile("process_example.lbr", options); |
Exports the process information in the currently selected layer builder object to a process file named "process_example". The additional (optional) argument options is a struct with field "export materials", which is a Boolean that defines if the material properties are included or not in the process file. |
Example
select("layer group"); # select layer builder object
saveprocessfile("new_process_file.lbr", {"export materials": true}); # include material properties in process file
Please refer this article for more details.
See Also
addlayerbuilder, getlayerlist, setlayer, addlayer, getcelllist, getlayerlist, setlayer, loadprocessfile