beautypg.com

Chapter three – Teledyne LeCroy WaveExpert series Automation Manual User Manual

Page 154

background image

Chapter Three

Control Reference

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

' Save C1 into M1
app.SaveRecall.Waveform.SaveTo = "Memory"
app.SaveRecall.Waveform.SaveSource = "C1"
app.SaveRecall.Waveform.SaveDestination = "M1"
app.SaveRecall.Waveform.DoSave

Example

Resets the zoom for trace Mx.

ResetZoom

Action

Description

Sets/Queries the ability to zoom vertically by a continuously variable factor as opposed to a factor that
follows a 1, 2, 5 sequence.

VariableVerZoom

Bool

Description

Sets/Queries the ability to zoom horizontally by a continuously variable factor as opposed to a factor
that follows a 1, 2, 5 sequence.

VariableHorZoom

Bool

Description

Sets/Queries the vertical magnification of the trace Mx. The magnification will be in a 1 2 5 10
sequence unless variable vertical magnification has been set.

VerZoom

From 0.1 to 100 step (8 digits)

Double

Range

Description

916435 RevA

3-87