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

ID 683609
Date 9/26/2022
Public

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

Document Table of Contents

8.12.4.22. get_instance_parameter_values

Description

Returns a list of the parameters' values in a child instance.

Usage

get_instance_parameter_values <instance> <parameters>

Returns

String[]
A list of the parameters' value.

Arguments

instance
The child instance name.
parameter
A list of parameter names in the instance.

Example

get_instance_parameter_value uart_0 [list param1 param2]