Agilent Technologies E1437A User Manual page 84

20 msample/second adc with filters and fifo
Table of Contents

Advertisement

E1437A User's Guide
VXI plug&play Programming Reference
hpe1437_input_setup
hpe1437_input_setup sets all the analog input parameters. This description also
includes information on the following functions which set or query the input
parameters individually:
hpe1437_input_alias_filter selects the built-in analog anti-alias filter
hpe1437_input_alias_filter_get gets the anti-alias filter state
hpe1437_input_coupling selects AC or DC input coupling
hpe1437_input_coupling_get get the input coupling type
hpe1437_input_float selects floating the input connector
hpe1437_input_float_get gets the input connector state
hpe1437_input_range sets the full scale range
hpe1437_input_range_get gets the input range
hpe1437_input_signal selects the input buffer amplifier
hpe1437_input_signal_get gets the input buffer amplifier state
VXIplug&play Syntax
#include "hpe1437.h"
ViStatus hpe1437_input_setup(ViSession id, ViInt16 range, ViInt16 coupling,
ViInt16 antiAlias, ViInt16 signal, ViInt16 floatIn);
ViStatus hpe1437_input_alias_filter(ViSession id, ViInt16 antiAlias);
ViStatus hpe1437_input_alias_filter_get(ViSession id, ViPInt16 antiAliasPtr);
ViStatus hpe1437_input_coupling(ViSession id, ViInt16 coupling);
ViStatus hpe1437_input_coupling_get(ViSession id, ViPInt16 couplingPtr);
ViStatus hpe1437_input_float(ViSession id, ViInt16 floatIn);
ViStatus hpe1437_input_float_get(ViSession id, ViPInt16 floatInPtr);
ViStatus hpe1437_input_range(ViSession id, ViInt16 range);
ViStatus hpe1437_input_range_get(ViSession id, ViPInt16 rangePtr);
ViStatus hpe1437_input_signal(ViSession id, ViInt16 signal);
ViStatus hpe1437_input_signal_get(ViSession id, ViPInt16 signalPtr);
4-37
Artisan Technology Group - Quality Instrumentation ... Guaranteed | (888) 88-SOURCE | www.artisantg.com

Advertisement

Table of Contents
loading

Table of Contents