sltest.testmanager.setpref
Set Test Manager preferences
Syntax
Description
sets Test Manager preferences in settings
= sltest.testmanager.setpref(group
,preference
,value
)group
, specified by
preference
, and value
.
updates the specified releases in your preferences with the ones specified by
settings
= sltest.testmanager.setpref('MATLABReleases','ReleaseList',releasePrefs
)releasePrefs
. This preference lets you use releases other than the
current release for testing.
This syntax replaces the existing list of added releases. Including a release path that
is already in the release preferences returns an error. To include that release in the
releasePrefs
, first delete the existing release list.
adds the specified settings
= sltest.testmanager.setpref('MATLABReleases',release
,releasePref
)release
to the list of releases in Test Manager
preferences. Set releasePref
to {[]}
to delete that
release.