127
Agilent E1439 Programmer's Reference
Functions listed alphabetically
age1439_frequency_center_raw_compute
Computes the raw center frequency parameters
VXI
plug&play
Syntax
#include "age1439".h
ViStatus age1439_frequency_center_raw_compute(ViSession
id
, ViReal64
center
, ViPInt32
phasePtr
, ViPInt32
interpolatePtr
);
Description
This function quickly computes the parameter values which you may use with
age1439_
frequency_center_raw
.
This function also allows you to compute many values in advance to
facilitate quick frequency hopping.
Parameters
id
is the VXI instrument session pointer returned by the
age1439_init
function.
center
provides the center frequency normalized to clock
fs.
phasePtr
points to the computed value of
phase
.
interpolatePtr
points to the computed value of
interpolate
.
Example
Here is a Visual Basic snippet showing how to use this function:
Call age1439_frequency_center_raw_compute(lngId, dblCenterFreq, lngPh, lngIn)
Call age1439_frequency_center_raw(lngId, lngPh, lngIn)
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
“age1439_error_message” on
page 102
.
See Also
“age1439_init” on page 132
,
“age1439_frequency_setup” on page 128
,
“age1439_frequency_
center_raw” on page 125
,
“age1439_combo_setup” on page 87
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...