![Agilent Technologies 33120A Скачать руководство пользователя страница 271](http://html.mh-extra.com/html/agilent-technologies/33120a/33120a_user-manual_2867471271.webp)
. . . continued
’
’ Calculate data points
’
PRINT "Calculating Data Points..."
pi = 3.1415
FOR I = 1 TO npnts
waveform(I) = EXP(DAMPFACTOR * I / npnts) * SIN(2 * pi * NCYCLES * I / npnts)
NEXT I
’
’ Download data points to volatile memory
’
PRINT "Downloading Arb..."
PRINT #1, "DATA VOLATILE,";
FOR I = 1 TO npnts - 1
PRINT #1, STR$(waveform(I)) + ",";
NEXT I
PRINT #1, STR$(waveform(npnts))
’
PRINT #1, "*OPC?" ’ Wait for download to complete
LINE INPUT #1, resp$
PRINT "Download Complete"
PRINT #1, "DATA:COPY DAMP_SIN, VOLATILE" ’ Copy to non-volatile memory
PRINT #1, "FUNC:USER DAMP_SIN" ’ Select the active arb
PRINT #1, "FUNC:SHAP USER" ’ Output the selected arb
PRINT #1, "*OPC?" LINE INPUT #1, resp$
PRINT "Program Complete"
END
End of Program 5
6
Chapter 6 Application Programs
Downloading an Arbitrary Waveform over RS-232
269
Содержание 33120A
Страница 2: ......
Страница 10: ...8 ...
Страница 14: ...Contents Contents 12 ...
Страница 15: ...1 Quick Start 1 ...
Страница 31: ...2 Front Panel Menu Operation 2 ...
Страница 55: ...3 Features and Functions 3 ...
Страница 126: ...124 ...
Страница 127: ...4 Remote Interface Reference 4 ...
Страница 204: ...SCPI Status System Chapter 4 Remote Interface Reference The SCPI Status Registers 202 ...
Страница 228: ...226 ...
Страница 229: ...5 Error Messages 5 ...
Страница 244: ...242 ...
Страница 245: ...6 Application Programs 6 ...
Страница 272: ...270 ...
Страница 273: ...7 Tutorial 7 ...
Страница 299: ...8 Specifications 8 ...
Страница 304: ...302 ...