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

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

6.7.3.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]