IVI Inherent Class Capabilities Overview

CVI/LabWindows IVI Class Driver

IVI Inherent Class Capabilities Overview

This topic contains information and descriptions for inherent driver functions that all class drivers support. Scroll down for information about class driver inherent functions.

IVI Inherent Functions

Class/Function Panel Name Function Name
Initialize Functions

Initialize

ClassPrefix_init

InitializeWithOptions

ClassPrefix_InitWithOptions
Attribute Access

Check Attribute

ClassPrefix_CheckAttribute

Get Attribute

ClassPrefix_GetAttribute

Set Attribute

ClassPrefix_SetAttribute

Invalidate All Attributes

ClassPrefix_InvalidateAllAttributes
Utility Functions

Self-Test

ClassPrefix_self_test

Disable

ClassPrefix_Disable

Reset

ClassPrefix_reset

Reset With Defaults

ClassPrefix_ResetWithDefaults

Revision Query

ClassPrefix_revision_query

Error-Query

ClassPrefix_error_query

Error Message

ClassPrefix_error_message

Get Channel Name

ClassPrefix_GetChannelName

Get Specific Driver C Handle

ClassPrefix_GetSpecificDriverCHandle
Error Information

Clear Error

ClassPrefix_ClearError

Get Error

ClassPrefix_GetError
Interchangeability Checking

Get Next Interchange Warning

ClassPrefix_GetNextInterchangeWarning

Reset Interchange Check

ClassPrefix_ResetInterchangeCheck

Clear Interchange Warning

ClassPrefix_ClearInterchangeWarnings
Coercion

Get Next Coercion Record

ClassPrefix_GetNextCoercionRecord
Locking

Lock Session

ClassPrefix_LockSession

Unlock Session

ClassPrefix_UnlockSession
Close Function

Close

ClassPrefix_close

Related Topics

IVI Inherent Attributes

Status Codes