Using The Test Subroutine Library; How To Use The Library Reference - Keithley S530 User Manual

Parametric test system
Hide thumbs Also See for S530:
Table of Contents

Advertisement

In this section:

How to use the library reference .............................................. 2-1

Categorized subroutine lists ..................................................... 2-2
How to use the library reference
The subroutines in the
language. Each subroutine is presented in a standard format that follows the pattern below:
Purpose statement: The first line of text under the subroutine heading contains a brief
explanation of what the subroutine does.
Usage: A line of code representing the prototype of the subroutine, followed by a table listing the
input and output parameters for the subroutine. Parameters that you specify are shown in
monospace italic font; parameters preceded by an asterisk (*) are pointers to information
that is returned. Each parameter is preceded by one of the following declarations that specifies
the data type for the parameter: int (integer), double (double-precision floating-point), and
char (a single character value).

Using the test subroutine library

Test subroutine library reference
Figure 1: Example purpose statement
Figure 2: Example syntax and parameter definition
(on page 3-1) are in the C programming
Section 2

Advertisement

Table of Contents
loading

Table of Contents