Agilent Technologies E1439 Network Card User Manual


 
90
Agilent E1439 Programmer's Reference
Functions listed alphabetically
age1439_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:
age1439_data_blocksize determines the size of the output data block.
age1439_data_blocksize_get gets the output data block size.
age1439_data_delay determines the FIFO delay in continuous mode.
age1439_data_delay_get gets the FIFO delay in continuous mode.
age1439_data_mode selects block mode or continuous mode.
age1439_data_mode_get gets the data mode.
age1439_data_port selects VME bus or local bus output port.
age1439_data_port_get gets the output port designation.
age1439_data_resolution selects 12 or 24 bits data resolution.
age1439_data_resolution_get gets the data resolution.
age1439_data_spectral_order specifies the spectral order of the output data.
age1439_data_spectral_order_get gets the spectral order of the output data.
age1439_data_type selects real or complex output data.
age1439_data_type_get gets output data type.
VXIplug&play Syntax
#include "age1439".h
ViStatus age1439_data_setup(ViSession id,ViInt16dataType,ViInt16resolution,ViInt16
mode,ViInt32blocksize,ViInt32dataDelay,ViInt16spectralOrder,ViInt16port);
ViStatus age1439_data_blocksize(ViSession id,ViInt32blocksize);
ViStatus age1439_data_blocksize_get(ViSession id, ViPint32 blocksizePtr);
ViStatus age1439_data_delay(ViSession id,ViInt32dataDelay);
ViStatus age1439_data_delay_get(ViSession id,ViPInt32dataDelayPtr);
ViStatus age1439_data_mode(ViSession id,ViInt16mode);
ViStatus age1439_data_mode_get(ViSession id,ViPInt16modePtr);
ViStatus age1439_data_port(ViSession id,ViInt16port);
ViStatus age1439_data_port_get(ViSession id,ViPInt16portPtr);
ViStatus age1439_data_resolution(ViSession id,ViInt16resolution);
ViStatus age1439_data_resolution_get(ViSession id,ViPInt16resolutionPtr);
ViStatus age1439_data_spectral_order(ViSession id,ViInt16spectralOrder);
ViStatus age1439_data_spectral_order_get(ViSession id,ViPInt16spectralOrderPtr);
ViStatus age1439_data_type(ViSession id,ViInt16dataType);
ViStatus age1439_data_type_get(ViSession id,ViPInt16dataTypePtr);
Description
Note The functions, age1439_data_delay, age1439_data_mode, age1439_data_resolution, and
age1439_data_type work the same for the fiber interface as they do for the other interfaces.
Parameters
id is the VXI instrument session pointer returned by the age1439_init function.
blocksize determines the number of sample points in each output data block.
AGE1439_BLOCKSIZE_MIN selects the minimum blocksize.