Digilent WaveForms Instrukcja Użytkownika Strona 73

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 85
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 72
WaveForms™ SDK Reference Manual
Page 73 of 85
FDwfDigitalOutWaitSet(HDWF hdwf, double secWait)
Parameters:
- hdwf Interface handle.
- secWait Wait length to set expressed in seconds.
The function above is used to set the wait length.
FDwfDigitalOutWaitGet(HDWF hdwf, double *psecWait)
Parameters:
- hdwf Interface handle.
- psecWait Pointer to variable to receive the wait length.
The function above is used to get the current wait length.
FDwfDigitalOutRepeatInfo(HDWF hdwf, unsigned int *pnMin, unsigned int *pnMax)
Parameters:
- hdwf Interface handle.
- pnMin Variable to receive the supported minimum repeat count.
- pnMax Variable to receive the supported maximum repeat count.
The function above is used to return the supported repeat count range. This is how many times the generated
signal will be repeated. Zero value represents infinite repeats. Default value is one.
FDwfDigitalOutRepeatSet(HDWF hdwf, unsigned int cRepeat)
Parameters:
- hdwf Interface handle.
- cRepeat Repeat count to set.
The function above is used to set the repeat count.
FDwfDigitalOutRepeatGet(HDWF hdwf, unsigned int *pcRepeat)
Parameters:
- hdwf Interface handle.
- pcRepeat Pointer to variable to receive the repeat count.
The function above is used to read the current repeat count.
Przeglądanie stron 72
1 2 ... 68 69 70 71 72 73 74 75 76 77 78 ... 84 85

Komentarze do niniejszej Instrukcji

Brak uwag