slreq.cmConfigureVersion
Set configured version of linked requirements documents
Syntax
Description
specifies the baseline version, prev_version
= slreq.cmConfigureVersion(domain
,docid
,version
)version
, of the linked requirements
document docid
of the document interface type
domain
. The function returns the value of the previously configured
version.
Use this function to specify the version of the linked requirements document that
MATLAB® opens. You can use this function to configure the linked version for
IBM®
DOORS® baseline modules or version-controlled documents that use a custom document
interface. For custom interfaces, use the slreq.cmGetVersion
function in the navigation callback to identify the version
your callback accesses. For more information on creating custom interface types, see Define Custom Document Interface for Direct Linking to Requirements.
Examples
Input Arguments
Output Arguments
Algorithms
slreq.cmConfigureVersion
stores the linked version configuration
depending on the syntax you use:
If you do not specify the link source artifact,
src
, the function stores the configured version number in your user preferences folder.If you specify
src
, the function stores the configured version number in the link set.
Version History
Introduced in R2019b