
10
ASSIGN
@E5100
TO
717
20
INPUT
"Enter
File
Name
(without
extension)",File_name$
30
MSI
":INTERNAL,4"
Use
MSI
":MEMORY,0"
for
the
RAM
disk.
40
DIM
Dat(1:201,1:2)
50
File_name$=UPC$(File_name$)&"_D"
60
!
70
ASSIGN
@File
TO
File_name$
80
ENTER
@FIle
USING
"17X,#"
90
ENTER
@File;Nop
R
ead
the
header
.
100
ENTER
@File
USING
"4X,#"
110
ENTER
@File;Dat(*)
Store
the
data
into
an
array
.
120
ASSIGN
@File
TO
*
130
Dat(*)
140
END
Module
6-21.
Storing
Trace
Data
Note
The
setups
STODDISK/STODMEMO
and
MSI
are
stored
independently
.
This
causes
the
RAM
disk
to
be
accessed
by
an
HP
disk
access
command,
as
long
as
STODMEMO
is
executed,
even
though
the
internal
disk
drive
is
selected
by
MSI.
Using
a
Softkey
Label
(ON
KEY
LABEL)
Y
ou
can
use
the
ON
KEY
LABEL
statement
to
display
your
own
softkey
label.
ON
KEY
1
LABEL
"ORIGINAL
LABEL"
GOSUB
Jump1
!
LOOP
END
LOOP
Module
6-22.
Using
a
Softkey
Label
The
label
is
displayed
only
when
the
program
is
running.
Y
ou
must,
therefore
,
use
an
innite
loop
to
keep
the
programming
running.
Up
to
a
20-character
softkey
label
can
be
displayed.
Displaying
the
Softkey
Label
The
softkey
label
displayed
by
ON
KEY
LABEL
is
displayed
when
4
SYSTEM
5
NNNNNNNNNNNNNNNNNNNNNNN
I-BASIC
NNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNN
ON
KEY
LABELS
are
pressed.
Y
ou
can
use
the
GPIB
command
B
ASL
to
display
the
softkey
label.
OUTPUT
@E5100;"BASL"
Display
the
softkey
label.
Module
6-23.
Using
Softkey
Label
See
\Sample
Program
-4:
Reading
and
Running
a
Program
by
a
Softkey
Operation
"
which
uses
the
softkey
label.
6-14
Programming
Miscellaneous
Содержание E5100A
Страница 1: ...Agilent E5100A B Network Analyzer Programming Manual ...
Страница 2: ......
Страница 5: ...c Copyright 1995 1996 1997 1998 2000 2001 Agilent Technologies Japan Ltd ...
Страница 8: ......
Страница 36: ......
Страница 46: ......
Страница 48: ...Figure 3 1 Simpli ed Data Processing Flow 1 3 2 Data Processing and T ransfer ...
Страница 58: ......
Страница 76: ......
Страница 105: ...610 RETURN 620 630 Ending ENDING PROGRAM 640 ASSIGN Dt TO 650 660 END Application Sample Programs 7 7 ...
Страница 112: ......
Страница 232: ......
Страница 246: ......
Страница 250: ......
Страница 277: ...110 PRINT Pole left Pole1 dB Fp1 Hz 120 PRINT Pole right Pole2 dB Fp2 Hz 130 END Waveform Analysis Commands D 27 ...
Страница 299: ...110 END Waveform Analysis Commands D 49 ...
Страница 302: ......
Страница 322: ......
Страница 350: ......
Страница 352: ......
Страница 362: ......
Страница 368: ......
Страница 372: ......