Saves d-card data to a Lumerical data file (ldf) file. D-cards are generally used to store monitor data.
Data is saved in the nonorm state. See the units and normalization section of the reference guide for more information.
Syntax |
Description |
---|---|
savedcard("filename"); |
Saves all current d-cards (local and global) to the specified ldf file. This function does not return any data. |
savedcard("filename", "name1", "name2",...); |
Saves only the d-cards with the specified names, "name1", "name2", etc. |
Examples
This example shows how to save all data from the monitor named xy_monitor.
?getdata; # view all d-cards savedcard("monitor_data","::model::xy_monitor");
See Also
List of commands , copydcard , savedata , loaddata , matlabsave