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

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

7.1.5.14. get_instance_parameters

Description

Returns a list of names of the parameters on a child instance that can be set using set_instance_parameter_value. It omits parameters that are derived and those that have the SYSTEM_INFO parameter property set.

Availability

Main Program, Elaboration, Validation, Composition

Usage

get_instance_parameters <instance>

Returns

A list of parameters in the instance.

Arguments

instance
The name of the child instance.

Example

set parameters [ get_instance_parameters instance ]

Notes

You can use this command with instances created by either add_instance or add_hdl_instance.