beautypg.com

Remote control commands and queries, Save/recall, Setup – Teledyne LeCroy X-STREAM OSCILLOSCOPES Remote Control User Manual

Page 187

background image

Remote Control Commands and Queries

WM-RCM-E Rev D

ISSUED: February 2005

181

SAVE/RECALL

SETUP

PANEL_SETUP, PNSU

Command/Query

DESCRIPTION

The PANEL_SETUP command complements the *SAV or *RST
commands. PANEL_SETUP allows you to archive panel setups in
encoded form on external storage media.

Only setup data read by the PNSU? query can be recalled into the
oscilloscope. A panel setup error (see table on page 145) will be

generated if the setup data block contains invalid data.

N

N

O

O

T

T

E

E

:

: The communication parameters (those modified by

commands CFMT, CHDR, CHLP, CORD and WFSU) and the

enable registers associated with the status reporting system

(SRE, PRE, ESE, INE) are

not

saved by this command.

COMMAND SYNTAX

PaNel_SetUp

: = A setup previously read by PNSU?

QUERY SYNTAX

PaNel_SetUp?

RESPONSE SYNTAX

PaNel_SetUp

EXAMPLE (GPIB)

The following instruction saves the oscilloscope’s current panel setup
in the file PANEL.SET:

FILE$ = “PANEL.SET”: CMD$=“PNSU?”:

CALL IBWRT(SCOPE%,CMD$): CALL IBRDF(SCOPE%,FILE$)

Whereas the following recalls the front panel setup, stored
previously in the file PANEL.SET, into the oscilloscope:

CALL

IBWRTF(SCOPE%,FILE$)

RELATED COMMANDS

*RCL, *SAV