MMEMory Subsystem
MMEMory Subsystem
The MMEMory subsystem manages the file system in the instrument or on an external USB file system. The file system
can store and load several file formats.
The "INT:\" flash memory file system inside the instrument is always present. If a USB file storage device (sometimes
called a flash drive, thumb drive, or jump drive) is plugged into the front-panel USB port, it appears as "USB:\" to the
instrument.
Example
The following code produces the sequence shown below.
FUNC:ARB:SRATE 10E3
FUNC:ARB:FILTER OFF
FUNC:ARB:PTPEAK 10
DATA:ARB dc_ramp, 0.1, 0.1, 0.1, 0.1, 0.1, 0.2, 0.4, 0.6, 0.8, 1.0
DATA:ARB dc5v, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0
DATA:ARB dc2_5v, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5
DATA:ARB dc0v, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0
DATA:SEQuence #3128"seqExample","dc_ramp",0,once,highAtStart,5,"dc5v",2,repeat,maintain,5,
"dc2_v",2,repeat,lowAtStart,5,"dc0v",2,repeat,maintain,5
FUNC:ARB dc_ramp
MMEM:STORE:DATA "INT:\dc_ramp.arb"
FUNC:ARB dc5v
MMEM:STORE:DATA "INT:\dc5v.arb"
FUNC:ARB dc2_5v
MMEM:STORE:DATA "INT:\dc2_5.arb"
FUNC:ARB dc0v
MMEM:STORE:DATA "INT:\dc0v.arb"
FUNC:ARB seqExample
MMEM:STORE:DATA "INT:\seqExample.seq"
DATA:VOL:CLEAR <--- erase all waveforms to show LOAD will restore all waveforms
MMEM:LOAD:DATA "INT:\seqExample.seq"
FUNC ARB
FUNC:ARB "INT:\seqExample.seq"
OUTPUT ON
The seqExample.seq file is as shown below:
File Format:1.10
Sample Rate:10000.000000
High Level:5.000000
Low Level:0.000000
Filter:"off"
Header:Arb Name, Repeat Count, Play Control,Marker Mode, Marker Point
dc_ramp.arb,1,"once","highAtStart",5
dc5v.arb,2,"repeat","maintain",5
Agilent 33500 Series Operating and Service Guide
249
Содержание Agilent 33500 Series
Страница 1: ...Agilent Technologies 33500 Series Waveform Generator Operating and Service Guide ...
Страница 68: ...Output Configuration OUTPUT SYNC SOURCE CH1 CH2 Agilent 33500 Series Operating and Service Guide 67 ...
Страница 410: ...Block Diagram Block Diagram Agilent 33500 Series Operating and Service Guide 409 ...
Страница 429: ......