Agilent Technologies E3633A Operating Manual page 138

Hide thumbs Also See for E3633A:
Table of Contents

Advertisement

Chapter 6 Application Programs
Example Program for C and C++
void CheckError(char* pMessage)
{
if (ErrorStatus VI_SUCCESS){
printf("\n %s",pMessage);
ClosePort();
exit(0);
}
}
void delay(clock_t wait)
{
clock_t goal;
goal = wait + clock();
while( goal > clock() ) ;
}
End of Program
126

Advertisement

Table of Contents
loading

This manual is also suitable for:

E3634a

Table of Contents