IviScope_Abort

CVI/LabWindows IVI Class Driver

IviScope_Abort

IviScopeBase Capability Group

C Function Prototype

ViStatus IviScope_Abort (ViSession vi);

Purpose

This function aborts an acquisition and returns the oscilloscope to the Idle state.

This function does not check the instrument status. Typically, you call this function only in a sequence of calls to other low-level driver functions. The sequence performs one operation. You use the low-level functions to optimize one or more aspects of interaction with the instrument. Call the IviScope_error_query function at the conclusion of the sequence to check the instrument status.

Parameters

Name Type Description
vi ViSession The instrument handle that you obtain from the IviScope_init or IviScope_InitWithOptions functions. The handle identifies a particular IVI session.

Return Values