CNiIviUtility::SelfTest

Measurement Studio IVI

Class
CNiIviUtility::
SelfTest()
Base ClassesFunctionsGo to hierarchy chart    Prev page: ResetNext page: UnlockSession    
Public Function Declared in:
NiIviDriver.h

'Declaration' icon -- Shortcut to top of page. Declaration

inline void SelfTest(
    ViInt32& code,
    CString& msg);

'Description' icon -- Shortcut to top of page. Description

Runs the instrument self-test routine and returns the test result.

Shortcut to top of page. Parameters

ViInt32& code

Returns the value from the instrument self test. Zero indicates a successful self-test. For any other code, see the device operator's manual.

CString& msg

Returns the self-test response string from the instrument. See the device operation manual for an explanation of the string contents.

'See Also' icon -- Shortcut to top of page. See Also