Agilent Technologies E1439 User Manual page 165

Vxi 70 mhz if adc with filters and memory
Table of Contents

Advertisement

age1439_meas_start
Checks for valid hardware setup and then initiates a measurement.
VXIplug&play Syntax
ViStatus age1439_meas_start(ViSession id);
Description
age1439_meas_start provides an easy way to initiate a measurement in a single module system.
This command waits for a valid hardware setup, then, if the instrument is in a valid state, performs
the equivalent of age1439_meas_init.
Parameters
id
is the VXI instrument session pointer returned by the age1439_init function.
Comments
See
the four states.
This function performs the following sequence:
1. Waits for AGE1439_STATUS_HARDWARE_SET bit to be set.
2. Returns AGE1439_START_ERROR if more than three seconds elapses in step 1.
3. Returns AGE1439_SETUP_ERROR if AGE1439_STATUS_SETUP_ERROR was
4. Performs
Example
The program acvolts.exe described in the example programs provides an example of how to
initiate a very simple measurement using age1439_meas_start.
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
page
See Also
"Commands which halt active measurements" on page
page
read" on page
#include "age1439".h
"The measurement loop" in chapter 3
detected in step 1.
age1439_meas_init
102.
151,
"age1439_meas_init" on page
159,
"The measurement loop" in chapter 3
Agilent E1439 Programmer's Reference
for details on how a measurement progresses through
and returns AGE1439_SUCCESS.
198,
"age1439_meas_control" on
154,
"age1439_status_get" on page
Functions listed alphabetically
"age1439_error_message" on
176,
"age1439_
155

Advertisement

Table of Contents
loading

Table of Contents