Product Documentation
Virtuoso Schematic Editor SKILL Functions Reference
Product Version IC23.1, November 2023

schSaveCurrentPlotOptions

schSaveCurrentPlotOptions(
t_fileName
)
=> t / nil

Description

Writes the current plot settings to a file.

Arguments

t_fileName

The filename where you want to save the settings.

Value Returned

t

Wrote the current plot settings to the file which you specified.

nil

Unsuccessful.

Examples

Writes the current plot settings to myPlotSettingsFile. You can add this function to your .cdsinit file to ensure that every time you exit the software, the last plot settings are automatically saved in the specified file.

myPlotSettingsFile="userHomeDir/currentPlotSettings"
procedure( RememberPlotSettings()
schSaveCurrentPlotOptions( myPlotSettingsFile )
)
regExitBefore( 'RememberPlotSettings )

Return to top
 ⠀
X