Measurement-computing GPIB-488 Instrukcja Użytkownika Strona 89

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 116
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 88
Chapter 4 GPIB 488.2 Library Reference
GPIB-488 4-21 Programming Reference Manual
SendIFC
Clears the GPIB bus by asserting the IFC (Interface Clear) line.
Syntax
C SendIFC(int board)
Parameters
board is an integer which identifies the GPIB board to be used for this operation. In most
applications, this value is 0.
Returns
ibsta will contain a 16-bit status word as described in Appendix B, IBSTA.
iberr will contain an error code, if an error occurred.
Usage Notes
This routine is used as part of the GPIB initialization procedure. When the system controller
asserts the IFC line, it unlistens and untalks all GPIB devices, forcing them to an idle state.
The system controller also becomes the Controller-In-Charge (CIC).
Example
Clears the GPIB bus from Board 0.
C SendIFC(0);
Przeglądanie stron 88
1 2 ... 84 85 86 87 88 89 90 91 92 93 94 ... 115 116

Komentarze do niniejszej Instrukcji

Brak uwag