Specifications
238 Chapter 17
ESA Programming Examples
Using C to Add Limit Lines
ESA Programming Examples
/* The limit line test should fail.*/
printf ("\n\t Limit Line status after de-activating the 50MHz signal \n");
/*Print the limits line result*/
printResult();
/*Close the session*/
viClose(viESA);
viClose(defaultRM);
}