beautypg.com

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

Page 137

background image

Remote Control Commands and Queries

WM-RCM-E Rev D

ISSUED: February 2005

131

VALUES FOR RESCALE
FUNCTION:

: = 0.0 to 1e15

: = 0.0 to 1e15

: = {UNCHANGED, A, CEL, C, HZ, K, N, OHM, PAL, V, W, DB,
DEG

, PCT, RAD, S}

R

ESCALE

P

HYSICAL

U

NITS

V

ALUE

N

OTATION

UNCHANGED

The unit remains unchanged. PAL

Pascal

A

Amperes

V

Volt

CEL

Celsius

W

Watt

C

Coulomb

DB

decibel

HZ

Hertz

DEG

degree

K

Kelvin

PCT

percent

N

Newton

RAD

radian

OHM

Ohm

S

second

AVAILABILITY

: = {C3, C4} only on four-channel oscilloscopes.

: = {C3, C4} only on four-channel oscilloscopes

EXAMPLES (GPIB)

The following instruction defines Trace F1 to compute the summed

average of Channel 1 over 200 sweeps:

CMD$="F1:DEF

EQN,‘AVG(C1)’,AVGTYPE,SUMMED,SWEEPS,200":

CALL IBWRT(SCOPE%,CMD$)

CALL IBWRT(SCOPE%,CMD$)

The following instruction defines Trace F1 to compute the product of

Channel 1 and Channel 2:

CMD$=“F1:DEF EQN,‘C1*C2’”:
CALL IBWRT(SCOPE%,CMD$)