VTI Instruments Corp.
114 EX1629 Command Set
vtex1629_disable_logging
FUNCTION PROTOTYPE
ViStatus vtex1629_disable_logging (void);
FUNCTION PARAMETERS
No parameters are defined for this function.
DATA ITEM RESET VALUE
Not applicable to this function.
DESCRIPTION
This function stops the logging of driver calls.
EXAMPLE
ViStatus status;
…
status = vtex1629_disable_logging ();
if (status < VI_SUCCESS)
{
<inform the user the API call failed>
}