Agilent Technologies 8163A Programming Manual page 211

Lightwave multimeter; lightwave measurement system; lightwave multichannel system
Hide thumbs Also See for 8163A:
Table of Contents

Advertisement

How to Log Results
Agilent 8163A/B, 8164A/B & 8166A/B Mainframes, Fifth Edition
{
ViStatus
errStatus;
ViSession
defaultRM;
*/
/* First get initialized the visa library (see example 1) */
errStatus = viOpenDefaultRM (&defaultRM);
if (errStatus < VI_SUCCESS)
printf("Failed to open VISA Resource manager\n");
/* Open session to GPIB device at address 20; */
errStatus = viOpen (defaultRM, "GPIB::20::INSTR",
if (errStatus < VI_SUCCESS)
printf("Failed to open instrument\n");
return errStatus;
}
VISA Programming Examples
/* returned error code from visa call */
/* default visa resource manager variable
VI_NULL,VI_NULL,iHandle);
211

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

8166a8166b8163b8164a8164b

Table of Contents