Agilent Technologies 93000 SOC Series Training Manual page 404

Mixed-signal training
Hide thumbs Also See for 93000 SOC Series:
Table of Contents

Advertisement

Lesson 1 – Test Method Structure
N O TE
To process measurement data by using Computation APIs, the
number of data items to be processed is needed. For the ARRAY_x
array variable, use size() to find the present data size of the array:
INT n_of_data;
ARRAY_D result;
:
// Result API for Getting the Result Value
:
n_of_data = result.size();
Note that the size() can be used after getting the value of the
result with any Result API.
Data Type Related to Computation API
Some computation APIs use the following data types for storing a
set of the calculation results:
: Consists of six members. This is used for handling the
DGDPtype
calculation results of the DSP_DGDP function.
: Consists of twelve members. This is used for
LINEARtype
handling the calculation results of the DSP_LINEAR and
DSP_HISTOGRAM functions.
: Consists of six members. This is used for handling the
THDtype
calculation results of the DSP_THD function.
404

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents