iprintf (id, "FREQ 1.0E7;\n");
iprintf (id, ":VOLT 10DBM\n");
iprintf (id, "INIT:IMM\n");
/*--------------------Perform Test-----------------------------------------*/
for (i = 0;i <= 8;i ++)
{
printf ("\n\n Set Spectrum Analyzer Start Frequency to %.1e Hz", start[i]);
printf ("\n Set Spectrum Analyzer Stop frequency to %.1e Hz", stop[i]);
printf ("\n Measure amplitude of the highest peak");
printf ("\n Enter amplitude (in dBm) : ");
scanf ("%lf", &peak);
printf ("\n\nResult = %.2f", peak-10);
printf ("\n\nPress ENTER to continue");
getchar ();
}
iprintf (id, "*RST;*CLS\n");
iclose (id);
/* Close instrument session */
}
100 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 ...