Teledyne LeCroy WavePro Automation Command User Manual
Page 39
Automation Command and Query Reference Manual - Control Reference
AcquisitionDuration
Double
From 1e-012 to 1e+012 step 1e-015
Range
Queries the duration of the last completed acquisition. The result may depend on the spacing of the
triggers in sequence mode, and it may depend on the number of averages when a channel is
in averaging mode.
Description
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Obtain the duration of the last completed acquistion.
AcqDuration = app.Acquisition.Horizontal.AcquisitionDuration
MsgBox AcqDuration
Example
Dbi2Active
Bool
Specific to SDA9k, SDA11k series of the scope.
Sets/Queries status of Channel 1 & 2. When set, C1 is inactive and C2 is configured for full bandwidth
of the scope. When cleared, C1 and C2 both are configured for 6 GHz of bandwidth.
Description
Dbi3Active
Bool
Specific to SDA9k, SDA11k series of the scope.
Sets/Queries status of Channel 3 & 4. When set, C4 is inactive and C3 is configured for full bandwidth
of the scope. When cleared, C3 and C4 both are configured for 6 GHz of bandwidth.
Description
HorOffset
Double
From -0.0005 to 5e-007 step 1e-009
Range
Sets/Queries the horizontal position of the trigger time, relative to the origin set by HorOffsetOrigin, in
seconds. Positive to the right, negative to the left. The setting resolution is about 1% to 2&.
Description
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Set the horizontal trigger offset to 200 ns.
app.Acquisition.Horizontal.HorOffset = 2.0e-7
Example
MaxSamples
DoubleLockstep
NumSegments
Integer
ReferenceClock
Enum
SampleClock
Enum
SampleMode
Enum
SamplingRate
Double
SequenceTimeout
Double
SequenceTimeoutEnable
Bool
1-25
918501 RevA