Intel® Quartus® Prime Standard Edition User Guide: Platform Designer

ID 683364
Date 12/15/2018
Public
Document Table of Contents

6.7.3.9. get_instance_documentation_links

Description

Returns the list of all documentation links provided by an instance.

Usage

get_instance_documentation_links <instance>

Returns

String[]
The list of documentation links.

Arguments

instance
The instance name.

Example

get_instance_documentation_links cpu_0

Notes

The list of documentation links includes titles and URLs for the links. For instance, a component with a single data sheet link may return:
{Data Sheet} {http://url/to/data/sheet}