Chapter 3 147
Programming Examples
Making an ACPR Measurement in cdmaOne (Option BAC)
/*print message to the standard output*/
printf("The The ACPR Measurement Result was saved to C:\\ACPR.txt file\n\n");
/* Close session */
viClose (viVSA);
viClose (defaultRM);
}