beautypg.com

Chapter four, Derivative – Teledyne LeCroy WaveExpert series Automation Manual User Manual

Page 206

background image

Chapter Four

Control Reference

Clears all averaged sweeps.

ClearSweeps

Action

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

' Clear sweeps for average in trace F1.
app.Math.F1.Operator1Setup.ClearSweeps

Example

Description

DERIVATIVE

app.Math.Fx.OperatorYSetup (Operator = "Derivative")

Computes the derivative of the waveform (next_sample_value - this_sample_value) / horizontal_sample_interval.

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

' Start a find scale operation for derivative function trace F1
app.Math.F1.View = True
app.Math.F1.MathMode = "OneOperator"
app.Math.F1.Operator1 = "Derivative"
app.Math.F1.Operato

Example

Sets/Queries the vertical scale of the derivative function Fx.

VerScale

From 1e-012 to 1e+013 step 10000, locked to 1 2 5, fine grain allowed=false, on=false

DoubleLockstep

Range

Description

Sets/Queries the vertical offset of the derivative function trace Fx.

VerOffset

From -1e+006 to 1e+006 step 1e-009

Double

Range

Description

EnableAutoScale

Bool

FindScale

Action

VerOffset

Double

VerScale

DoubleLockstep

916435 RevA

4-2