Agilent Technologies B1500A User's Guide Page 41

  • Download
  • Add to my manuals
  • Print
  • Page
    / 208
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 40
Agilent B1500 VXIplug&play Driver Users Guide, Edition 3 2-25
Driver Functions
agb1500_errorQueryDetect
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.
Syntax ViStatus _VI_FUNC agb1500_errorQueryDetect(ViSession vi,
ViBoolean errorQueryDetect);
Parameters 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.
Syntax ViStatus _VI_FUNC agb1500_errorQueryDetect_Q(ViSession vi,
ViPBoolean pErrDetect);
Parameters 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.
Syntax ViStatus _VI_FUNC agb1500_execCmuAdjust(ViSession vi, ViInt32 channel,
ViPInt16 result);
Parameters vi Instrument handle returned from agb1500_init( ).
Page view 40
1 2 ... 36 37 38 39 40 41 42 43 44 45 46 ... 207 208

Comments to this Manuals

No comments