beautypg.com

Operator1setup, Result – Teledyne LeCroy WaveSurfer Automation Command User Manual

Page 121

background image

Automation Command and Query Reference Manual - Control Reference

UseGrid

String

Any number of characters

Range

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

Description

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

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

Example

View

Bool

Sets/Queries whether the trace of math function Fx is visible. Note that even when math traces are
not visible, but are being used as inputs to other math functions and/or measurements, they are
computed.

Description

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

' Show math trace F3.
app.Math.F3.View = True

Example

ViewLabels

Bool

Sets/Queries whether trace labels, defined with LabelsText and LabelsPosition controls, are shown.

Description

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

' Show the user-defined trace label for trace F1
app.Math.F1.ViewLabels = True

Example

OPERATOR1SETUP

app.Math.Fx.Operator1Setup

This node is dynamically created, and will contain the controls for the operator currently selected into Operator1.
See the Math/Measure Control reference at the end of this manual for a lost of these controls.

RESULT

app.Math.Fx.Out.Result

Properties of the type xxxx.Out.Result.yyyy are those of the last completed acquisition. They are not affected if other
cvars are changed after that acquisition was completed. This distinction between "Out.Result" properties and other
cvars is most important when the trigger mode is Single or Stopped. You should treat "Out.Result" properties as read-
only.

For a detailed description of all properties available for the output of a Math Function, please see Chapter 1.

1-114

918499 RevA