Teledyne-lecroy SAS_SATA Protocol Suite Verification Script Engine Instrukcja Użytkownika Strona 77

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 97
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 76
77
Remark
This function works only for VS Engines controlled via the GUI. For VSEs controlled by
COM/Automation clients, it does nothing.
This function "locks" the SASSuite/SATASuite application, which means that there is no access
to other application features until the dialog box is closed. In order to prevent too many
InputBox calls, in the case of a script not written correctly, VSE keeps track of all function calls
demanding user interaction and does not show dialog boxes if a customizable limit was
exceeded (and returns null object in that case).
Example
if( Something )
{
v = InputBox( "Enter the list", "Some stuff", "Hello world !!!,
0x12AAA, Some, 34" );
ReportText ( FormatEx( "input = %s, 0x%X, %s, %d", v[0], v[1], v[2],
v[3] ) );
… # Go on…
str = InputBox( "Enter the string", "Some stuff", "<your string>",
_IB_STRING );
ReportText( str );
}
Przeglądanie stron 76
1 2 ... 72 73 74 75 76 77 78 79 80 81 82 ... 96 97

Komentarze do niniejszej Instrukcji

Brak uwag