ClassPrefix_Disable

CVI/LabWindows IVI Class Driver

ClassPrefix_Disable

IVI Inherent Function

To form the ClassPrefix_ of the function name, use the prefix of the class driver with which you are working. For example, if you are working with the IviDmm class driver, use the prefix IviDmm_ to create the correct function name, IviDmm_Disable.

C Function Prototype

ViStatus ClassPrefix_Disable (ViSession vi);

Purpose

This function places the instrument in a quiescent state where it has minimal or no impact on the system to which it is connected.

Parameter

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

Return Values