EasyManuals Logo

Agilent Technologies 8564E User Manual

Agilent Technologies 8564E
716 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #325 background imageLoading...
Page #325 background image
Chapter 5 325
Programming
Creating Screen Titles
No-Format Method
This is the simplest method for creating a title. No format is used; you
simply enclose the title within string delimiters. A list of delimiters
appears below. Refer to Example 1.
E
XAMPLE 1
10 OUTPUT 718;"TITLE@This is a title@;"
20 END
In this example, the "@" symbols are the string delimiters. Inside the
delimiters is the title. A title can be up to 32 characters in length. On
the spectrum analyzer display, a title appears on up to two lines of 16
characters each. The title can be made up of any valid, printing ASCII
characters (line feed and carriage return are not recommended).
The string delimiters are: ! $ % &' / : = @ \ | < > {}
Format Methods
The method described above allows you to enter a title directly. Using
formats provides greater flexibility. You can use data that has been
previously stored in a string as the title. This data can be in ASCII
characters, or even in binary or decimal equivalents. The two formats,
A-block and I-block, are described below.
Making a Title in A-Block Format
A-block format allows you to use a string of data as a title. A-block
format also requires that this string be of a known length; the length is
sent to the spectrum analyzer. To place the title in a string, see
Example 2.
E
XAMPLE 2
10 DIM A$[15]
20 A$="THIS IS A TITLE"
A-block format also requires that you send the length of the title, in
bytes. When using Hewlett-Packard BASIC (HPBASIC), this task is
easily accomplished. See Example 3.
E
XAMPLE 3
10 DIM A$[15]
20 A$="THIS IS A TITLE"
30 OUTPUT 718 USING "#,K,W,K";"TITLE#A",LEN(A$),A$,";"
40 END

Table of Contents

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Agilent Technologies 8564E and is the answer not in the manual?

Agilent Technologies 8564E Specifications

General IconGeneral
BrandAgilent Technologies
Model8564E
CategoryMeasuring Instruments
LanguageEnglish

Related product manuals