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.
VXI
plug&play
Syntax
#include "age1439".h
ViStatus age1439_data_setup(ViSession
id
, ViInt16
dataType
, ViInt16
resolution
, ViInt16
mode
, ViInt32
blocksize
, ViInt32
dataDelay
, ViInt16
spectralOrder
, ViInt16
port
);
ViStatus age1439_data_blocksize(ViSession
id
, ViInt32
blocksize
);
ViStatus age1439_data_blocksize_get(ViSession
id
, ViPint32
blocksizePtr
);
ViStatus age1439_data_delay(ViSession
id
, ViInt32
dataDelay
);
ViStatus age1439_data_delay_get(ViSession
id
, ViPInt32
dataDelayPtr
);
ViStatus age1439_data_mode(ViSession
id
, ViInt16
mode
);
ViStatus age1439_data_mode_get(ViSession
id
, ViPInt16
modePtr
);
ViStatus age1439_data_port(ViSession
id
, ViInt16
port
);
ViStatus age1439_data_port_get(ViSession
id
, ViPInt16
portPtr
);
ViStatus age1439_data_resolution(ViSession
id
, ViInt16
resolution
);
ViStatus age1439_data_resolution_get(ViSession
id
, ViPInt16
resolutionPtr
);
ViStatus age1439_data_spectral_order(ViSession
id
, ViInt16
spectralOrder
);
ViStatus age1439_data_spectral_order_get(ViSession
id
, ViPInt16
spectralOrderPtr
);
ViStatus age1439_data_type(ViSession
id
, ViInt16
dataType
);
ViStatus age1439_data_type_get(ViSession
id
, ViPInt16
dataTypePtr
);
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.
Summary of Contents for E1439
Page 6: ...6...
Page 10: ...10 Contents...
Page 11: ...1 1 Installing the Agilent E1439...
Page 18: ...8 Installing the Agilent E1439 To transport the module...
Page 19: ...2 2 Getting Started with the Agilent E1439...
Page 28: ...18 Getting Started with the Agilent E1439 To use the example programs...
Page 29: ...3 3 Using the Agilent E1439...
Page 63: ...4 4 Agilent E1439 Programmer s Reference...
Page 217: ...5 5 Module Description...
Page 228: ...218 Module Description Block diagram and description...
Page 229: ...6 6 Replacing Assemblies...
Page 234: ...224 Replacing Assemblies Replaceable parts To remove the top cover...
Page 235: ...225 Replacing Assemblies Replaceable parts To remove the M1 M2 assemblies...
Page 236: ...226 Replacing Assemblies Replaceable parts...
Page 238: ...228...
Page 244: ...Index 234...