Quartus® Prime Pro Edition User Guide: Platform Designer

ID 683609
Date 4/01/2024
Public
Document Table of Contents

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