EasyManua.ls Logo

Agilent Technologies E3633A - Page 138

Agilent Technologies E3633A
175 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Chapter 6 Application Programs
Example Program for C and C++
126
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

Table of Contents

Other manuals for Agilent Technologies E3633A

Related product manuals