IviSpecAn_Abort

CVI/LabWindows IVI Class Driver

IviSpecAn_Abort

IviSpecAnBase Capability Group

C Function Prototype

ViStatus IviSpecAn_Abort (ViSession vi);

Purpose

This function aborts a previously initiated measurement and returns the spectrum analyzer to the idle state.

Note:

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. Use the low-level functions to optimize one or more aspects of interaction with the instrument. If you want to check the instrument status, call the IviSpecAn_error_query function at the conclusion of the sequence.

Parameters

Name Type Description
vi ViSession The ViSession handle that you obtain from the IviSpecAn_init or IviSpecAn_InitWithOptions function. The handle identifies a particular instrument session.

Default Value: None

Return Values