setUserDefinedSettings

Overview

This utility is used to set the user defined settings for the current session/script/project.

Syntax

simlab.setUserDefinedSettings(UserDefinedSettingsFile(*.ini))

Use Case

Some automation projects do need the customized settings to enable/disable some features specific to the project.

Sample

simlab.setUserDefinedSettings("D:/MySimLabSettings.ini")
Note: For the settings that require restart of SimLab, set the environment variable "SL_USER_DEFINED_SYSTEM_SETTING_FILE" to the user defined settings file instead of this script utility.