Agilent Technologies E1445A Podręcznik Użytkownika Strona 494

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 539
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 493
5-4 Agilent E6432A Microwave Synthesizer User’s Guide
Applications and Example Programs
Example Program RunList.cpp
power[j] = a;
atten[j] = 0;
features[j] = 0;
a += .001;
f += 10000;
}
status = HPE6432_WriteListPoints(session, 0, freq,
power, atten, features,
features, LIST_POINTS);
// Start list running
status = HPE6432_RunList(session, 0, LIST_POINTS, 0x00);
// Wait for end_of_list interrupt
while (HPE6432_GetInterruptFlags(session, &flags) ==
VI_SUCCESS && (flags & 0x10) == 0)
Sleep(0);
// Close E6432 session
HPE6432_close(session);
return 0;
}
Przeglądanie stron 493
1 2 ... 489 490 491 492 493 494 495 496 497 498 499 ... 538 539

Komentarze do niniejszej Instrukcji

Brak uwag