Get_operating_conditions_info, Get_operating_conditions_info –96 – Altera SDC and TimeQuest API User Manual

Page 106

Advertising
background image

2–96

Chapter 2: SDC and TimeQuest API Package and Commands

sta

SDC and TimeQuest API Reference Manual

© December 2009

Altera Corporation

get_operating_conditions_info

Usage

get_operating_conditions_info [-display_name] [-grade] [-model] [-name] [-speed]
[-temperature] [-voltage] <operating_condition>

Options

-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

#see detailed information about operating conditions
foreach_in_collection op [get_available_operating_conditions] {

puts "Delay Model: [get_operating_conditions_info $op -model]"

}

Advertising