#if defined(__BORLANDC__) && !defined(__WIN32__)
_InitEasyWin();
#endif
ionerror(I_ERROR_EXIT);
id = iopen (ADDR);
/* Open instrument session */
/*--------------------Initialize AFG and Mainframe Pacer-------------------*/
iprintf (id, "*RST;*CLS\n");
/*--------------------Connect Equipment------------------------------------*/
printf ("\n\n1. Set Scope Channels A & B to 2 V/div, .02 msec/div");
printf ("\n2. Connect Scope Channel A to AFG Output");
printf ("\n3. Connect Scope Channel B to AFG Aux Out");
printf ("\n\nPress ENTER when ready");
getchar ();
/*--------------------Perform Test-----------------------------------------*/
iprintf (id, "FREQ 1E4;\n");
iprintf (id, "OUTP:LOAD INF\n");
iprintf (id, "VOLT 4VPK\n");
iprintf (id, "MARK:FEED \"OUTP:ZERO\"\n");
iprintf (id, "INIT:IMM\n");
printf ("\n\nVerify that Channel A shows a 10 kHz sinewave");
printf ("\nVerify that Channel B shows a 10 kHz squarewave");
printf ("\n\nPress ENTER to end test ");
getchar ();
iprintf (id, "*RST;*CLS\n");
iclose (id);
/* Close instrument session */
}
88 Verification Tests - C Programs
Appendix A
Содержание E1340A
Страница 6: ...Notes 6 HP E1340A Arbitrary Function Generator Service Manual ...
Страница 8: ......
Страница 10: ...Notes 12 What s in this Manual HP E1340A Service Manual ...
Страница 18: ...Notes 20 General Information Chapter 1 ...
Страница 74: ...Notes 76 Adjustments Chapter 3 ...
Страница 78: ...Notes 80 Replaceable Parts Chapter 4 ...
Страница 104: ...Notes 106 Verification Tests C Programs Appendix A ...