digitalthread.uri.simulinktest.fromObject
R2026bDescription
returns the digital thread URI for the Simulink®
Test™ object specified by uri = digitalthread.uri.simulinktest.fromObject(storageMap,testObj)testObj.
A digital thread URI is a stable identifier for an artifact, such as a test file, or an artifact within that file, such as a test iteration. The digital thread uses these URIs as a consistent way to refer to artifacts across tools and inside metric results.
Use this function to find the digital thread URI for a specific Simulink Test object. You can then use that URI as an identifier in your code to match and filter metric results for that specific object.
If you need to convert from a digital thread URI to a Simulink
Test object, use the function digitalthread.uri.simulinktest.toObject.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2026b