Measurement-computing GPIB-488.2 Instrukcja Użytkownika Strona 49

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 64
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 48
GPIB 488.2 Porting Guide 986992 IOtech to Associated MCC APIs 3-31
IOtech GPIB Command Associated MCC GPIB 488.2 Command(s)
PPollDisableList
PPollUnconfig
PPollUnconfig
Syntax
PPollDisableList {IOtech} INT WINAPI PPollDisableList(DevHandlePT
devHandleList);
PPollUnconfig {IOtech} INT WINAPI PPollUnconfig(DevHandleT
devHandle);
PPollUnconfig {MCC} PPollUnconfig(int board, short
addresslist[])
Usage Notes
IOtech’s PPollDisableList command, to no longer be used, disabled the Parallel Poll
response of selected bus devices.
IOtech’s PPollUnconfig command was used to disable the Parallel Poll response of all bus
devices.
MCC’s PPollUnconfig command is used to unconfigure devices for parallel polls.
In the following example, the command unconfigures all devices connected to board 0, which
are located at GPIB addresses 6 and7.
Example:
short addresslist[3] = {6, 7, NOADDR};
PPollUnconfig(0, addresslist);
Przeglądanie stron 48
1 2 ... 44 45 46 47 48 49 50 51 52 53 54 ... 63 64

Komentarze do niniejszej Instrukcji

Brak uwag