Age1439_Driver_Debug_Level - Agilent Technologies E1439 User Manual

Vxi 70 mhz if adc with filters and memory
Table of Contents

Advertisement

age1439_driver_debug_level

Sets and gets the debug level.
VXIplug&play Syntax
ViStatus age1439_driver_debug_level(ViSession id, ViInt16 debugLevel);
ViStatus age1439_driver_debug_level_get(ViSession id, ViPInt16 debugLevelPtr);
Description
This command allows you to set and get debug levels. Debug messages are sent to the application
debugger using the Windows kernel function Output Debug String.
Note
This function only works under Windows.
This function only works with a debug build of the library.
Debug messages are received by the Microsoft Visual C++ debugger or can be received by the
dbmon example program that comes with Microsoft Visual C++.
You can compile a DEBUG build by opening age1439_32.dsw, the Visual C++ project for the
driver DLL, age1439_32.dll, and selecting the "age1439_32.dl-Win32 Debug" build
configuration.
Parameters
id
is the VXI instrument session pointer returned by the age1439_init function.
debugLevel
is the debug level.
debugLevelPtr
points to the value of debugLevel.
Debug levels are defined as follows:
Return Value
AGE1439_SUCCESS indicates that a function was successful.
Values other than AGE1439_SUCCESS indicate an error condition or other important status
condition. To determine the error message, pass the return value to
page
See Also
"age1439_init" on page 132
#include "age1439".h
Debug Level
AGE1439_DEBUG_LEVEL_0
AGE1439_DEBUG_LEVEL_1
AGE1439_DEBUG_LEVEL_2
AGE1439_DEBUG_LEVEL_3
AGE1439_DEBUG_LEVEL_4
AGE1439_DEBUG_LEVEL_5
102.
Agilent E1439 Programmer's Reference
Description
Only output errors and algorithmic results
Add output of setup function calls
Add output of measurement function calls
Add output of status query function calls
Reserved
Add output of diagnostic function calls
"age1439_error_message" on
Functions listed alphabetically
97

Advertisement

Table of Contents
loading

Table of Contents

Save Article as PDF