digitalthread.uri.requirements.toObject
R2026bSyntax
Description
returns the Requirements Toolbox™ object identified by the digital thread URI and loads the associated
requirement set or link set file.reqObj = digitalthread.uri.requirements.toObject(dtContext,reqURI)
A digital thread URI is a stable identifier for an artifact, such as a requirement set file, or an artifact within that file, such as an individual requirement. The digital thread uses these URIs as a consistent way to refer to artifacts across tools and inside metric results.
Use this function to retrieve the Requirements Toolbox object identified by the digital thread URI. You can then work directly with that object.
You might already have a digital thread URI of interest from your metric results. If
not, you can get the digital thread URI from a specific Requirements Toolbox object by using the other functions in the
digitalthread.uri.requirements namespace, such as digitalthread.uri.requirements.fromObject.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2026b