Altera Quartus II Scripting Instrukcja Użytkownika Strona 535

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 634
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 534
Chapter 3: Tcl Packages & Commands 3–405
sta
© July 2013 Altera Corporation Quartus II Scripting Reference Manual
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]"
}
Przeglądanie stron 534
1 2 ... 530 531 532 533 534 535 536 537 538 539 540 ... 633 634

Komentarze do niniejszej Instrukcji

Brak uwag