beautypg.com

Teledyne LeCroy WaveRunner Automation Command User Manual

Page 134

background image

Automation Command and Query Reference Manual - Control Reference

ClearSweeps

Action

Clears accumulated data for a single function trace.

Description

' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")

' Reset accumulation for trace F1
app.Math.F1.ClearSweeps

Example

DoResetZoom

Action

Resets the zoom state of math trace Fx.

Description

' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")

' Reset zoom of math function F3.
app.Math.F3.DoResetZoom

Example

DoStoreToMemoryTrace

Action

Store data from math function Fx to a memory trace.
Destination for F1 will be M1, F2 will be M2, etc.

Description

' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")

' Store math function F2 to a memory trace.
app.Math.F2.DoStoreToMemoryTrace

Example

Equation

String

Any number of characters

Range

Queries the equation which defines the math function Fx.

Description

' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")

' Read the definition of math function F3.
EquationF3 = app.Math.F3.Equation
MsgBox EquationF3

Example

1-126

918500 RevA