Intel® Quartus® Prime Pro Edition User Guide: Scripting

ID 683432
Date 9/26/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

4.1.35.26. get_operating_conditions_info (::quartus::sta)

The following table displays information for the get_operating_conditions_info Tcl command:

Tcl Package and Version

Belongs to ::quartus::sta

Syntax get_operating_conditions_info [-h | -help] [-long_help] [-display_name] [-grade] [-is_hold_only] [-model] [-name] [-speed] [-temperature] [-voltage] <operating_condition>
Arguments -h | -help Short help
-long_help Long help with examples and possible return values
-display_name Returns the operating conditions display name
-grade Returns the temperature grade of the current device
-is_hold_only Returns whether the operating conditions only support short-path analysis
-model Returns the operating corner
-name Returns the operating conditions Tcl_Obj name
-speed Returns the speed grade of the current device
-temperature Returns the operating temperature
-voltage Returns the operating voltage
<operating_condition> Operating condition object
Description
Returns information about the operating_conditions Tcl object.
Example Usage

#see detailed information about operating conditions
foreach_in_collection op [get_available_operating_conditions] {
	puts "Delay Model: [get_operating_conditions_info $op -model]"
}
Return Value Code Name Code String Return
TCL_OK 0 INFO: Operation successful