beautypg.com

Remote control commands and queries, Waveform transfer – Teledyne LeCroy X-STREAM OSCILLOSCOPES Remote Control User Manual

Page 235

background image

Remote Control Commands and Queries

WM-RCM-E Rev D

ISSUED: February 2005

229

WAVEFORM TRANSFER

STORE_SETUP, STST

Command/Query

DESCRIPTION

The STORE_SETUP command controls the way in which traces
will be stored. Any one trace, or all displayed traces, can be set up

for storage, either by auto-storing or by the STORE command.
Using auto-store, two modes are available, FILL, which stops when

the storage medium is full, and WRAP, which replaces the oldest
trace by the latest one. Wrap mode will overwrite any trace file,

whether or not it was made during the current session, and whether
or not it records the same trace.

COMMAND SYNTAX

STore_SeTup
[,][,AUTO,][,FORMAT,>]

:={C1,C2,C3,C4,F1,F2,F3,F4,F5,F6,F7,
F8,M1,M2,M3,M4,TA,TB,TC,TD,ALL_DISPLAYED}.

TA through TD are for compatibility with existing software with
earlier instruments. These four mnemonics are not returned by

queries.

:={M1, M2, M3, M4, HDD}

:= {OFF, FILL, WRAP}

:= {ASCII, BINARY, EXCEL,MATHCAD,
MATLAB}

QUERY SYNTAX

STore_SeTup?

RESPONSE FORMAT

STore_SeTup ,,AUTO,

EXAMPLE (GPIB)

The following instruction enables autostore for channel 1, to be
performed until insufficient space remains for another file.

CMD$=”STST C1,HDD,AUTO,FILL”

CALL IBWRT(“SCOPE%, CMD$)