Altera Quartus II Scripting Manuel d'utilisateur Page 535

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 634
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 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]"
}
Vue de la page 534
1 2 ... 530 531 532 533 534 535 536 537 538 539 540 ... 633 634

Commentaires sur ces manuels

Pas de commentaire