Lastpopulatedbin, Levels, Linealiasname – Teledyne LeCroy WaveExpert series Automation Manual User Manual
Page 52: Linename, Lines
A
BOUT
R
ESULTS
LastPopulatedBin
Applies to: Histogram
Description: Index of the last populated bin. (The first bin of the histogram is bin 0).
Example:
Dim LastPopulatedBin as Long
LastPopulatedBin = app.Math.F1.Out.Result.LastPopulatedBin
Levels
Applies to: Digital
Description: Returns the value 2, corresponding to the number of levels possible.
Example:
Dim Levels As Integer
Levels = app.LogicAnalyzer.Digital1.Out.Result.Levels
LineAliasName
Applies to: Digital
Description: Alias of the line name based on the input index. The alias for the line is displayed on the right side of
the grid, and have values of the form "D0", "D1", etc.
Example:
Dim LineAliasName0 'As String
LineAliasName0 = app.LogicAnalyzer.Digital1.Out.Result.LineAliasName(0)
LineName
Applies to: Digital
Description: Name of the line. This can be modified via the user interface or via the property
app.LogicAnalyzer.Digital1.LineNames
Example:
Dim LineName0 as String
LineName0 = app.LogicAnalyzer.Digital1.Out.Result.LineName(0)
Lines
Applies to: Digital
Description: Number of lines in the digital bus.
Example:
Dim Lines As Integer
Lines = app.LogicAnalyzer.Digital1.Out.Result.Lines
Max
Applies to: Histogram
Description: Horizontal coordinate of the left edge of the last populated bin. It is equivalent to the hmax
parameter.
Example:
Dim Max as double
Max = app.Math.F1.Out.Result.Max
2-16
916435 RevA