
Automation Command and Query Reference Manual - Control Reference
From 0.01 to 100 step 0.01
Sets/Queries the timeout in segment mode of acquisition if insufficient triggers are received.
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Set the sequence mode timeout to 10 seconds
app.Acquisition.Horizontal.SequenceTimeout = 10.0
Sets/Queries the enabling of the sequence mode timeout.
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Enable the sequence mode timeout.
app.Acquisition.Horizontal.SequenceTimeoutEnable = True
From 1e-012 to 1e+012 step 1e-012
Queries the time interval between successive samples in the acquisition.
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Obtain the time per point of the acquisition.
timePerPt = app.Acquisition.Horizontal.TimePerPoint
MsgBox timePerPt
Comentários a estes Manuais