Chapter three, Control reference – Teledyne LeCroy WaveExpert series Automation Manual User Manual

Page 124

Advertising
background image

Chapter Three

Control Reference

Clears accumulated data for a single function trace.

ClearSweeps

Action

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

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

Example

Description

Sets/Queries the grid in use for the math trace Fx.
See also app.Acquisition.Cx.UseGrid.

UseGrid

Any number of characters

String

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

' Place math trace F3 on grid YT4.
app.Math.F3.UseGrid = "YT4"

Range

Example

Description

Sets/Queries the persisted state of the function waveform. If the Display.LockPersistence control is
set to 'AllLocked' then the persisted state of all displayed waveforms will be the same. If the
Display.LockPersistence control is set to 'PerTrace' then the persisted state of each waveform may be
independently controlled.

Persisted

Bool

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

' Set persistence on for trace F3.
app.Math.F3.Persisted = True

Example

Description

Operator1

Enum

Persisted

Bool

PersistenceSaturation

Integer

PersistenceTime

Enum

ShowLastTrace

Bool

Source1

Enum

UseGrid

String

View

Bool

ViewLabels

Bool

916435 RevA

3-57

Advertising