Description
Child of the Measurement Object. A collection that provides a mechanism for iterating through the Measurement's Limit Segment objects (Limit Lines). The collection has 100 limit lines by default.
Get a handle to an individual limit segment by specifying an item of the LimitTest collection.
Dim app As AgilentPNA835x.Application
Set app = CreateObject("AgilentPNA835x.Application", <analyzerName>)
Dim limSegs As LimitTest
Set limSegs = app.ActiveMeasurement.LimitTest
limSegs.Item(1).BeginStimulus = 1000000000
limSegs.Item(1).EndStimulus = 1000000000
limSegs.Item(1).BeginResponse = 3.5
limSegs.Item(1).EndResponse = 3.5
Methods |
Description |
---|---|
Retrieves the Pass/Fail results of the Limit Test (State). |
|
Use to get a handle on a limit line in the collection. |
|
Properties |
Description |
Returns the number of limit lines used in the measurement. |
|
Displays the limit lines on the screen. |
|
Returns the number of segments used in a limit test. |
|
Enables a beep on Limit Test fails. |
|
Turns ON and OFF limit testing. |
Interface |
Introduced with VNA Rev: |
ILimitTest |
1.0 |