COMEDI_SV_MEASURE(3)
NAME
comedi_sv_measure - slowly-varying inputs
SYNOPSIS
#include <comedilib.h> int comedi_sv_measure (comedi_sv_t * sv, double * data);
STATUS
deprecated
DESCRIPTION
- The function comedi_sv_measure() uses the slowly varying Comedi structure sv to measure a slowly varying signal. If sucessful, the result
(in physical units) is stored in the location pointed to by data, and
the number of samples is returned. On error, -1 is returned.