Age1439_combo_setup – Agilent Technologies VXI E1439 User Manual
Page 97

87
Agilent E1439 Programmer's Reference
Functions listed alphabetically
age1439_combo_setup
Combines often used setup commands from various functions.
age1439_combo_setup sets signal bandwidth, blocksize and center frequency.
VXIplug&play Syntax
#include "age1439".h
ViStatus age1439_combo_setup(ViSession id, ViInt16 sigBw, ViInt32 blocksize, ViInt32
phase, ViInt32 interpolate);
Description
age1439_combo_setup provides a faster way to set up parameters from several functions which
are often used together.
Parameters
id
is the VXI instrument session pointer returned by the age1439_init function.
blocksize
See “age1439_data_setup” on page 90
for a description of the blocksize parameter.
interpolate
See “age1439_frequency_center_raw” on page 125
for a description of the interpolate parameter.
phase
See “age1439_frequency_center_raw” on page 125
for a description of the phase parameter.
sigBw
See “age1439_filter_setup” on page 120
for a description of the sigBw parameter.
Comments
This command halts the current measurement which also releases the forced Idle state. If you use
this command in multi-module systems to synchronously change the center frequency while the
modules are forced to Idle, then you should subsquently call
to re-assert
the forced Idle condition.
Return Value
AGE1439_SUCCESS indicates that a function was successful.
Values other than AGE1439_SUCCESS indicate an error condition or other important status
condition. To determine the error message, pass the return value to
.
See Also
“Commands which halt active measurements” on page 198
,
“age1439_filter_setup” on page 120
“age1439_frequency_center_raw” on page 125
,