Main Content

slreq.updateReqIfMappings

Refresh registered custom ReqIF import mappings

Since R2023b

    Description

    example

    slreq.updateReqIfMappings refreshes the registered custom ReqIF™ import mappings.

    Examples

    collapse all

    This example shows how to register and refresh custom import mappings.

    Define the full file path for the directory that contains the import mappings. Register the directory.

    mapPath = fullfile(pwd,"mappings");
    rmipref(ReqifMappingFilePath=mapPath);

    Unregister the directory, then refresh the registered import mappings.

    rmipref(ReqifMappingFilePath="");
    slreq.updateReqIfMappings

    Tips

    • To use a custom import mapping, register the folder that contains the mapping by using the ReqifMappingFilePath name-value argument for the rmipref function.

    Version History

    Introduced in R2023b