Main Content

padv.util.getProjectReferences

Get list of project references

    Description

    prjReferences = padv.util.getProjectReferences() gets a list of the project references for the current project. The function caches the list.

    This functionality requires CI/CD Automation for Simulink Check.

    prjReferences = padv.util.getProjectReferences("reset") resets the cached list of project references.

    example

    Examples

    collapse all

    Get a list of the project references for the current project.

    Open the Process Advisor example for project references.

    processAdvisorProjectReferenceExampleStart

    Get the list of project references for the current project.

    prjReferences = padv.util.getProjectReferences()
    

    Output Arguments

    collapse all

    Project references, returned as a ProjectReference object or an array of ProjectReference objects.