logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

comedi_sv_measure - slowly-varying inputs

Authors

DavidSchleef <ds@schleef.org>
           Author.

       FrankMoriHess <fmhess@users.sourceforge.net>
           Author.

       HermanBruyninckx <Herman.Bruyninckx@mech.kuleuven.ac.be>
           Author.

       BerndPorr <tech@linux-usb-daq.co.uk>
           Author.

       IanAbbott <abbotti@mev.co.uk>
           Author.

       ÉricPiel <piel@delmic.com>
           Author.

Description

       The function comedi_sv_measure uses the slowly varying Comedi structure pointed to by sv to measure a
       slowly varying signal. If successful, 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.

Name

       comedi_sv_measure - slowly-varying inputs

Status

       deprecated

Synopsis

#include<comedilib.h>intcomedi_sv_measure(comedi_sv_t*sv,double*data);

See Also