Main Content
sltest.testmanager.importResults
Import Test Manager results file
Syntax
Description
imports
a results set file (.mldatx) into the Test Manager.resultObjs
= sltest.testmanager.importResults(filePath
)
loads only partial data from the results set file (.mldatx) into the Test Manager.
The Simulation Data Inspector run data is excluded from being loaded. These settings
are useful if your test produces very large signal logs that cannot be fully loaded
in to the Test Manager, and you want to extract data from the results. You must set
both resultObjs
= sltest.testmanager.importResults(filePath
,UniqueImport=true,PartialLoad=true)UniqueImport
and PartialLoad
to
true
.