Agilent Technologies E1437A User Manual page 67

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

Advertisement

E1437A User's Guide
VXI plug&play Programming Reference
hpe1437_data_setup
hpe1437_data_setup sets all format and data output flow parameters. This
description also includes information on the following functions which set or query
the format and flow parameters individually:
hpe1437_data_append_status appends status information to a data block.
hpe1437_data_append_status_get gets the append status state
hpe1437_data_blocksize determines the size of the output data block.
hpe1437_data_blocksize_get gets the output data block size
hpe1437_data_mode selects block mode or continuous mode.
hpe1437_data_mode_get gets the data mode
hpe1437_data_port selects VME bus or local bus output port.
hpe1437_data_port_get gets the output port designation
hpe1437_data_resolution selects 16 or 32 bits data resolution.
hpe1437_data_resolution_get gets the data resolution
hpe1437_data_type selects real or complex output data.
hpe1437_data_type_get gets output data type
VXIplug&play Syntax
#include "hpe1437.h"
ViStatus hpe1437_data_setup(ViSession id, ViInt16 dType, ViInt16 resolution,
ViInt16 mode, ViInt32 blocksize, ViInt16 appendStatus, ViInt16 port);
ViStatus hpe1437_data_append_status(ViSession id, ViInt16 appendStatus);
ViStatus hpe1437_data_append_status_get(ViSession id, ViPInt16
appendStatusPtr);
ViStatus hpe1437_data_blocksize(ViSession id, ViInt32 blocksize);
ViStatus hpe1437_data_blocksize_get(ViSession id, ViPint32 blocksizePtr);
ViStatus hpe1437_data_mode(ViSession id, ViInt16 mode);
ViStatus hpe1437_data_mode_get(ViSession id, ViPInt16 modePtr);
ViStatus hpe1437_data_port(ViSession id, ViInt16 port);
ViStatus hpe1437_data_port_get(ViSession id, ViPInt16 portPtr);
ViStatus hpe1437_data_resolution(ViSession id, ViInt16 resolution);
ViStatus hpe1437_data_resolution_get(ViSession id, ViPInt16 resolutionPtr);
ViStatus hpe1437_data_type(ViSession id, ViInt16 dType);
ViStatus hpe1437_data_type_get(ViSession id, ViPInt16 dTypePtr);
Parameters
id is the VXI instrument session pointer returned by the hpe1437_init function.
4-20
Artisan Technology Group - Quality Instrumentation ... Guaranteed | (888) 88-SOURCE | www.artisantg.com

Advertisement

Table of Contents
loading

Table of Contents