collapse_allSyntax

Top  Previous  Next

 

Boonton55xxx IVI Driver Reference


 

Btn55xxx_Status Function


Acquisition See Also



Returns whether an acquisition is in progress, complete, or if the status is unknown.

Function Tree Node: \Boonton55xxx\Instrument Specific\Acquisition\Status

Declaration: Btn55xxx.h

Implementation: Btn55xxx.dll

Visual C++

ViStatus Btn55xxx_Status(
 ViSession Vi,
 ViInt32Val
);

Parameters

Vi

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

Val

The acquisition status.

Return Value

 

Success or failure code.

collapse_allRequirements

Supported Models

All supported

collapse_allDefined Values For Parameter Val

Name

Description

BTN55XXX_VAL_ACQ_COMPLETE

The meter has completed the acquisition.

BTN55XXX_VAL_ACQ_IN_PROGRESS

The meter is still acquiring data.

BTN55XXX_VAL_ACQ_STATUS_UNKNOWN

The meter cannot determine the status of the acquisition.

Top

collapse_allSee Also

Reference

Acquisition

Btn55xxx

Footer image

Copyright 2013-16 Boonton. All rights reserved.