
1-22 Programming Guide
Preparing for Use ESG Family Signal Generators
GPIB Command Statements
Output
OUTPUT is used to send function commands and data commands from the controller to
the addressed instrument. The syntax is:
Figure 1-7. Output Command Syntax
where USING is a secondary command that formats the output in a particular way, such
as a binary or ASCII representation of numbers. The USING command is followed by
image items that precisely define the format of the output; these image items can be a
string of code characters or a reference to a statement line in the program. Image items are
explained in the programming codes where they are needed. Notice that this syntax is
virtually identical to the syntax for the ENTER statement that follows.
A BASIC Example
100 OUTPUT 719; "programming codes"
Related Statements Used by Some Computers
• CONTROL
• CONVERT
•IMAGE
• IOBUFFER
• TRANSFER
Comentarios a estos manuales