sc.Exec("TMAX:VRAT?");
fprintf( outfile, "%s\t", sc.GetResponse());
sc.Exec("TMAX:HTOT?");
fprintf( outfile, "%s\t", sc.GetResponse());
sc.Exec("TMAX:HRES?");
fprintf( outfile, "%s\t", sc.GetResponse());
sc.Exec("TMAX:HSPD?");
fprintf( outfile, "%s\t", sc.GetResponse());
sc.Exec("TMAX:HSPW?");
fprintf( outfile, "%s\t", sc.GetResponse());
sc.Exec("TMAX:HSPP?");
fprintf( outfile, "%s\t", sc.GetResponse());
sc.Exec("TMAX:VTOT?");
fprintf( outfile, "%s\t", sc.GetResponse());
sc.Exec("TMAX:VRES?");
fprintf( outfile, "%s\t", sc.GetResponse());
sc.Exec("TMAX:VSPD?");
fprintf( outfile, "%s\t", sc.GetResponse());
sc.Exec("TMAX:VSPW?");
fprintf( outfile, "%s\t", sc.GetResponse());
sc.Exec("TMAX:VSPP?");
fprintf( outfile, "%s\t", sc.GetResponse());
sc.Exec("TMAX:HVPD?");
fprintf( outfile, "%s\n", sc.GetResponse());
// increase the measurement number counter
num++;
// hard delay until the next measurement
sc.Pause(delay);
// if Stop is pressed, close the file and end script
882 Video Test Instrument User Guide (Rev. A.35)
509
Need help?
Do you have a question about the 881 and is the answer not in the manual?