beautypg.com

Teledyne LeCroy WaveExpert series Automation Manual User Manual

Page 41

background image

C

HAPTER

T

WO

Overview

The examples in this chapter do not make use of this approach in order to show the "full story", but it is

recommended. The panel setup files make heavy use of using variables to objects, making them far more

readable and editable:

Set Acquisition = XStreamDSO.Acquisition
Set C1 = Acquisition.C1
' C1 ...
C1.View = True
C1.UseGrid = "YT1"
C1.Persisted = False
C1.PersistenceSaturation = 50
C1.PersistenceMonoChrome = True
C1.Persistence3d = False
C1.ShowLastTrace = False
C1.PersistenceTime = "Infinite"
C1.Persist3DQuality = "Solid"
C1.AxisXRotation = 45
C1.AxisYRotation = 20
C1.LabelsText = ""
C1.LabelsPosition = ""
C1.ViewLabels = False
C1.SegmentMode = "Adjacent"
C1.ProbeAttenuation = 1
C1.VerScale = 0.05
C1.VerScaleVariable = False
C1.VerOffset = 0
C1.Coupling = "DC50"
C1.BandwidthLimit = "Full"
C1.AverageSweeps = 1
C1.InterpolateType = "Linear"
C1.Invert = False
C1.Deskew = 0
C1.NumSegmentsDisplayed = 1
C1.StartSegment = 1

916435 RevA

2-5