User manual

Table Of Contents
Part 4: Automation Result Interface Reference
PopulationUnder
Population of the events less than the first bin.
Applies to: Histogram
Dim PopUnder as Long
PopUnder = app.Math.F1.Out.Result.PopulationUnder
RMS
RMS value of the histogram. Equivalent to the parameter hrms.
Applies to: Histogram
Dim hRMS as Double
hRMS = app.Math.F1.Out.Result.RMS
Rows
Number of rows in the DataArray (Persist) or in the table. Typically equal to 256 for Persist waveforms. For
Tables, the result can vary depending on the application.
Applies to: Persist, Table
Dim Rows As Integer
Rows = app.SDA.Eye.Out.Result.Rows
Samples
Number of samples in the waveform. For the Waveform and XY interface, this is typically the number of
samples configured for the acquisition (e.g. 500) plus 2. The additional two points are off-grid, one on each
side. For the Digital interface, this is the number of samples in each digital line + 1.
Applies to: Digital, Waveform, XY
Dim Samples as Long
Samples = app.Acquisition.C1.Out.Result.Samples
Sdev
Standard deviation of the histogram. Equivalent to the parameter hsdev.
Applies to: Histogram
Dim hsdev as Double
hsdev = app.Math.F1.Out.Result.Sdev
4-21