User manual

Table Of Contents
MAUI Oscilloscopes Remote Control and Automation Manual
LineName
Name of the line. This can be modified via the user interface or via the property
app.LogicAnalyzer.Digital1.LineNames.
Applies to: Digital
Dim LineName0
LineName0 = app.LogicAnalyzer.Digital1.Out.Result.LineName(0)
Lines
Number of lines in the digital bus.
Applies to: Digital
Dim Lines
Lines = app.LogicAnalyzer.Digital1.Out.Result.Lines
Max
Horizontal coordinate of the left edge of the last populated bin. It is equivalent to the hmax parameter.
Applies to: Histogram
Dim Max as double
Max = app.Math.F1.Out.Result.Max
MaxPopulation
Mode of the histogram (population of the bin with the most hits).
Applies to: Histogram
Dim MaxPopulation as Long
MaxPopulation = app.Math.F1.Out.Result.MaxPopulation
MaxPopulationBin
Index of the bin with the highest population. (The first bin of the histogram is bin 0).
Applies to: Histogram
Dim MaxPopulationBin as Integer
MaxPopulationBin = app.Math.F1.Out.Result.MaxPopulationBin
4-16