schHiEnvSaveLoad
schHiEnvSaveLoad( [ ?actiont_action] [ ?fileNamet_fileName] ) => t
Description
Saves or loads the schematic environment variables. Usable when editing schematics or symbols.
If t_action is save, the current environment changes are saved to the named file. If t_action is load, the environment variables specified in t_fileName are read in and any corresponding form defaults are set. This is useful if you saved defaults to a file other than ~/.cdsenv.
Arguments
Value Returned
Examples
Saves the schematic environment variables and their current values to the /tmp/schenv file.
schHiEnvSaveLoad( "save" "/tmp/schenv" )
Return to top