collapse_allSyntax

Top  Previous  Next

 

Boonton55xxx IVI Driver Reference


 

IIviDriverUtility.SelfTest Method


IIviDriverUtility See Also



Performs an instrument self test, waits for the instrument to complete the test, and queries the instrument for the results. If the instrument passes the test, TestResult is zero and TestMessage is 'Self test passed'.

Namespace: Ivi.Driver.Interop

Assembly: Ivi.Driver.Interop (in Ivi.Driver.Interop.DLL)

Visual Basic

Public Sub SelfTest ( _
 ByRef  TestResult As Integer  _
 ByRef  TestMessage As String  _
)

C#

public void  SelfTest(
 ref int  TestResult,
 ref string  TestMessage
)

Visual C++

HRESULT SelfTest(
 long*  TestResult,
 BSTR*  TestMessage
);

Parameters

TestResult

The numeric result from the self test operation. 0 = no error (test passed)

TestMessage

The self test status message

collapse_allRequirements

Supported Models

All supported

collapse_allSee Also

Reference

IIviDriverUtility Interface

Ivi.Driver.Interop Namespace

Footer image

Copyright 2013-16 Boonton. All rights reserved.