EasyManuals Logo

Keysight Technologies E364 A Series User Manual

Keysight Technologies E364 A Series
255 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
Page #173 background imageLoading...
Page #173 background image
5 Application Programs
172 E364xA User’s and Service Guide
void ClosePort()
{
/* Close the communication port */
viClose(power_supply);
viClose(defaultRM);
}
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

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Keysight Technologies E364 A Series and is the answer not in the manual?

Keysight Technologies E364 A Series Specifications

General IconGeneral
BrandKeysight Technologies
ModelE364 A Series
CategoryPower Supply
LanguageEnglish

Related product manuals