comedi_sv_measure

Langue: en

Version: 28 October 2007 (fedora - 05/07/09)

Section: 3 (Bibliothèques de fonctions)

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.