Agilent Technologies E1445A Uživatelská příručka Strana 494

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 539
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 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;
}
Zobrazit stránku 493
1 2 ... 489 490 491 492 493 494 495 496 497 498 499 ... 538 539

Komentáře k této Příručce

Žádné komentáře