Digilent WaveForms Manual do Utilizador Página 16

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 85
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 15
WaveForms™ SDK Reference Manual
Page 16 of 85
FDwfAnalogInStatusAutoTriggered(HDWF hdwf, BOOL *pfAuto)
Parameters:
- hdwf Interface handle.
- pfAuto Returns TRUE if the acquisition was auto triggered.
The function above is used to verify if the acquisition is auto triggered.
FDwfAnalogInStatusData(
HDWF hdwf, int idxChannel, double *rgdVoltData, int cdData)
Parameters:
- hdwf Interface handle.
- idxChannel Channel index.
- rgdVoltData Pointer to allocated buffer to copy the acquisition data.
- cdData Number of samples to copy.
The function above is used to retrieve the acquired data samples from the specified idxChannel on the AnalogIn
instrument. It copies the data samples to the provided buffer.
FDwfAnalogInStatusNoise(
HDWF hdwf, int idxChannel, double *rgdMin, double *rgdMax, int cdData)
Parameters:
- hdwf Interface handle.
- idxChannel Channel index.
- rgdMin Pointer to allocated buffer to copy the minimum noise data.
- rgdMax Pointer to allocated buffer to copy the maximum noise data.
- cdData Number of min/max samples to copy.
The function above is used to retrieve the acquired noise samples from the specified idxChannel on the AnalogIn
instrument. It copies the data samples to the provided buffer.
FDwfAnalogInStatusSample(HDWF hdwf, int idxChannel, double *pdVoltSample)
Parameters:
- hdwf Interface handle.
- idxChannel Channel index.
- pdVoltSample Variable to receive the sample value.
The function above gets the last ADC conversion sample from the specified idxChannel on the AnalogIn
instrument.
Vista de página 15
1 2 ... 11 12 13 14 15 16 17 18 19 20 21 ... 84 85

Comentários a estes Manuais

Sem comentários