collapse_allSyntax

Top  Previous  Next

 

Boonton55xxx IVI Driver Reference


 

Btn55xxx_AcquireMeasurements Function


MeasurementBuffer See Also



Initiates new acquisition from the measurement buffer system (if acquisition is in the stopped state). Blocks until the number of measurements for each enabled channel is equal to count, or a time out has occurred.

Function Tree Node: \Boonton55xxx\Instrument Specific\Channel\MeasurementBuffer\Acquire Measurements

Declaration: Btn55xxx.h

Implementation: Btn55xxx.dll

Visual C++

ViStatus Btn55xxx_AcquireMeasurements(
 ViSession Vi,
 ViReal64 Timeout,
 ViInt32 Count,
 ViBooleanTimedOut,
 ViInt32Val
);

Parameters

Vi

The ViSession handle that you obtain from the IviDriver_init or IviDriver_InitWithOptions function. The handle identifies a particular instrument session.

Timeout

Maximum time in seconds to continue acquiring samples. Negative values will be treated as infinite.

Count

Number of samples to acquire.

TimedOut

True if acquisition timed out.

Val

Number of samples acquired.

Return Value

 

Success or failure code.

collapse_allRequirements

Supported Models

55006, 55318, 55340, 55518, 55540

collapse_allSee Also

Reference

MeasurementBuffer

Btn55xxx

Footer image

Copyright 2013-16 Boonton. All rights reserved.