Teledyne-lecroy IBTracer 4X - IBTracer Verification Script Engine Manuel d'utilisateur Page 25

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 35
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 24
Computer Access Technology Corporation IBTracer Verification Script Engine Manual, version 1.0
Page 25 of 35
13. Time text functions
This group of functions covers VSE capability to convert VSE time objects into text strings.
13.1 TimeToText()
Converts a VSE time object into text.
Format : TimeToText (time)
Return values:
Returns text representation of VSE time object
Parameters:
time - VSE time object
Example:
t = Time(100);
ReportText( TimeToText(t) ); # see below details for ReportText() function
14. Output functions
This group of functions covers VSE capability to present information in the output window.
14.1 ReportText()
Outputs text in the output window if output is enabled
Format : ReportText (time)
Parameters:
time - VSE time object
Example:
t = Time(100)
ReportText ( t );
Vue de la page 24
1 2 ... 20 21 22 23 24 25 26 27 28 29 30 ... 34 35

Commentaires sur ces manuels

Pas de commentaire