Teledyne LeCroy WaveRunner Automation Command User Manual
Page 36

Automation Command and Query Reference Manual - Control Reference
SequenceTimeoutEnable
Bool
Sets/Queries the enabling of the sequence mode timeout.
Description
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Enable the sequence mode timeout.
app.Acquisition.Horizontal.SequenceTimeoutEnable = True
Example
SetExtClockFrequency
Bool
SmartMemory
Enum
Sets the mode of memory management to one of the two modes -
SetMaximumMemory - Maximizes the memory length for the given timebase setting, limited by the
maximum length that is compatible with the maximum sample rate that the DSO can achieve.
FixedSampleRate - Keeps the sample rate the same when the timebase is changed, limited by the
maximum sample rate that the DSO can achieve.
Description
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Set the Smart memory mode as fixed sample rate.
app.Acquisition.Horizontal.SmartMemory = "FixedSampleRate"
Example
Values
SetMaximumMemory
Keeps the sample rate the same when the timebase is changed
Source
Enum
Values
C1
C2
C3
C4
Digital
Ext
ExtDivide10
Line
1-28
918500 RevA