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

ID 683609
Date 4/03/2023
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

8.13.4.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}