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 1.0

Syntax get_operating_conditions_info [-h | -help] [-long_help] [-display_name] [-grade] [-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
-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