Chapter 15 Script SDK
510
if (sc.Canceled()) {
sc.Exec("DATE?");
fprintf( outfile, "\nMeasurement end date and time: %s, ", sc.GetResponse());
sc.Exec("TIME?");
fprintf( outfile, "%s\n\n", sc.GetResponse());
fprintf( outfile, "End of timing analyzer log\n" );
fclose( outfile );
return true;
}
}
}
Need help?
Do you have a question about the 881 and is the answer not in the manual?