Quartus® Prime Pro Edition User Guide: Scripting

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

4.1.5.33. dni::set_property (::quartus::dcmd_dni)

The following table displays information for the dni::set_property Tcl command:

Tcl Package and Version

Belongs to ::quartus::dcmd_dni

Syntax dni::set_property [-h | -help] [-long_help] -name <name> -object <object> -value <value>
Arguments -h | -help Short help
-long_help Long help with examples and possible return values
-name <name> property name to set property
-object <object> object from which to set property
-value <value> property value to set property
Description
Command to set property.
Example Usage
dni::set_property -object $mod_port -name name -value {new_name}
Return Value Code Name Code String Return
TCL_OK 0 INFO: Operation successful