Agb1500_Errorquerydetect; Agb1500_Errorquerydetect_Q; Agb1500_Execcmuadjust - Agilent Technologies B1500A User Manual

Semiconductor device analyzer
Hide thumbs Also See for B1500A:
Table of Contents

Advertisement

Syntax
Parameters
Syntax
Parameters
Syntax
Parameters
error_message[ ]
Instrument's error message. Returned data. This is limited to
256 characters.

agb1500_errorQueryDetect

This function enables or disables automatic instrument error checking. If automatic
error checking is enabled then the driver will query the instrument for an error at the
end of each function call.
ViStatus _VI_FUNC agb1500_errorQueryDetect(ViSession vi,
ViBoolean errorQueryDetect);
vi
Instrument handle returned from agb1500_init( ).
errorQueryDetect
Error checking enable (VI_TRUE) or disable (VI_FALSE).

agb1500_errorQueryDetect_Q

This function indicates if automatic instrument error detection is enabled or
disabled.
ViStatus _VI_FUNC agb1500_errorQueryDetect_Q(ViSession vi,
ViPBoolean pErrDetect);
vi
Instrument handle returned from agb1500_init( ).
pErrDetect
Error checking enable (VI_TRUE) or disable (VI_FALSE).

agb1500_execCmuAdjust

This function performs the phase compensation of the MFCMU, and sets the
compensation data to the B1500. This function also returns the execution results.
After this function, the MFCMU is reset.
Before this function, execute the agb1500_setCmuAdjustMode function to set the
phase compensation mode to Manual.
To execute this function, open the measurement terminals at the end of the device
side.
ViStatus _VI_FUNC agb1500_execCmuAdjust(ViSession vi, ViInt32 channel,
ViPInt16 result);
vi
Instrument handle returned from agb1500_init( ).
Agilent B1500 VXIplug&play Driver User's Guide, Edition 3
Driver Functions
agb1500_errorQueryDetect
2-25

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents