09.12.2012 Views

HP 8590 E & L Series Spectrum Analyzers and HP 8591C Cable TV ...

HP 8590 E & L Series Spectrum Analyzers and HP 8591C Cable TV ...

HP 8590 E & L Series Spectrum Analyzers and HP 8591C Cable TV ...

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

TA<br />

Transfer A<br />

Returns trace A amplitude values from the spectrum analyzer to the controller.<br />

Syntax<br />

( TA<br />

Related Comm<strong>and</strong>s: MDS, TB, TDF.<br />

Example<br />

This example stores the TA results in array A.<br />

DIM A(4011<br />

OUTPUT 718;"IP;"<br />

OUTPUT 718;"SNGLS;CF 300MHZ;SP 2MHZ;TS;"<br />

OUTPUT 718;"TDF P;TA;"<br />

FOR N = 1 TO 401<br />

ENTER 718;A(N)<br />

NEXT N<br />

FOR N = 1 TO 401<br />

PRINT A(N)<br />

NEXT N<br />

Description<br />

I&SW memory area for array.<br />

Initializes analyzer<br />

Activates single-sweep mo& changes center<br />

frequency <strong>and</strong> span, takes sweep.<br />

Changes trace dutu format, outputs trace<br />

A.<br />

FOR NhXT loop moves each element of<br />

trace A to the computer:<br />

FOR NEXT loop moves the trace values<br />

from the computer to the printer<br />

Prints out the results.<br />

The display unit values are transferred in sequential order (from left to right) as seen on the<br />

screen.<br />

Transfer of trace amplitude data should be done only as follows:<br />

1. Select single sweep mode (SNGLS).<br />

2. Select desired spectrum analyzer settings.<br />

3. lake one complete sweep (TS).<br />

4. Transfer data (TA).<br />

This procedure ensures that the current settings of the spectrum analyzer are reflected in the<br />

transferred data.<br />

See Chapter 3, “Different Formats for Trace Data Transfers,” for more information about<br />

transferring trace data. Items are separated by a comma when in TDF P format.<br />

5.542 Programming Comm<strong>and</strong>s

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!