Quartus® Prime Pro Edition User Guide: Platform Designer

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

8.1.6.10. get_instance_property

Description

Returns the value of a single instance property.

Availability

Main Program, Elaboration, Validation, Composition, Fileset Generation

Usage

get_instance_property <instance> <property>

Returns

Various.

Arguments

instance
The name of the instance.
property
The name of the property. Refer to Instance Properties.

Example

set my_name [ get_instance_property myinstance NAME ]