Keysight Pathwave 89600 VSA .NET API
LimitResult Method
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > MarkerCollection Class : LimitResult Method


index
The 0-based index into the group of LimitLine results in the current LimitTest

Glossary Item Box

Return the test result of the specified limit line.

Syntax

Visual Basic (Declaration) 
Public MustOverride Function LimitResult( _
   ByVal index As Integer _
) As LimitResultData
C# 
public abstract LimitResultData LimitResult( 
   int index
)
C++/CLI 
public:
abstract LimitResultData^ LimitResult( 
   int index
) 

Parameters

index
The 0-based index into the group of LimitLine results in the current LimitTest

Return Value

The result of the LimitLine calculation.

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

See Also