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/Close Functions

Initialize

ClassPrefix_init

InitializeWithOptions

ClassPrefix_InitWithOptions

Close

ClassPrefix_close
Attribute Access

Check Attribute

ClassPrefix_CheckAttribute

Get Attribute

ClassPrefix_GetAttribute

Get Attribute ViString

ClassPrefix_GetAttributeViString

Invalidate All Attributes

ClassPrefix_InvalidateAllAttributes

Set Attribute

ClassPrefix_SetAttribute
Utility Functions

Self-Test

ClassPrefix_self_test

Reset

ClassPrefix_reset

Revision Query

ClassPrefix_revision_query

Error-Query

ClassPrefix_error_query

Error Message

ClassPrefix_error_message

Disable

ClassPrefix_Disable

Get Error

ClassPrefix GetError

Reset With Defaults

ClassPrefix ResetWithDefaults
Coercion

Get Next Coercion Record

ClassPrefix_GetNextCoercionRecord
Interchangeability Checking

Get Next Interchange Warning

ClassPrefix_GetNextInterchangeWarning

Reset Interchange Check

ClassPrefix_ResetInterchangeCheck

Clear Interchange Warning

ClassPrefix_ClearInterchangeWarnings
Error Information

Clear Error

ClassPrefix_ClearError

Get Error

ClassPrefix_GetError
Locking

Lock Session

ClassPrefix_LockSession

Unlock Session

ClassPrefix_UnlockSession

Related Topics

IVI Inherent Attributes

Status Codes