TB Transfer B

TB

Transfer B

Transfers trace B amplitude values from the spectrum analyzer to the controller.
Syntax
Related Commands: MDS, TA, TDF.
Example
DIM
A(4011
OUTPUT
718;"IP;"
OUTPUT
718;"SNGLS;CF
300MHZ;SP
2MHZ;TS;"
OUTPUT
718;"TDF
P;TB;"
&serves memory area for array.
Initializes analyz4x
Activates single-sweep mode, changes
cen-
ter frequency and span, takes sweep.
Changes trace data format, outputs trace
B
FOR N = 1 TO 401
ENTER
718;A(N)
NEXT N
FOR N = 1 TO 401
PRINT A(N)
NEXT N
FOR NEXT loop
m.oves
each
element
of
trace A to the computer:
FOR NEXT loop moves the trace values
from the computer to the printer:
Prints out the results.
Description
The operation of TB is similar to the operation of TA.
See Chapter 3, “Different Formats for Trace Data Transfers,
n
for more information about
transferring trace data.
Programming Commands
5-543