Description
The LimitSegment object is an individual limit line.
Get a handle to an individual limit line by using the LimitTest collection.
Dim app As AgilentPNA835x.Application
Set app = CreateObject("AgilentPNA835x.Application", <analyzerName>)
Dim limSegs As LimitTest
Set limSegs = app.ActiveMeasurement.LimitTest
limSegs(1).BeginResponse = 1000000000#
Methods |
Description |
---|---|
None |
|
Properties |
Description |
Specifies the Y-axis value that corresponds with Begin Stimulus (X-axis) value. |
|
Specifies the beginning X-axis value of the Limit Line. |
|
Specifies the Y-axis value that corresponds with End Stimulus (X-axis) value. |
|
Specifies the End X-axis value of the Limit Line. |
|
Specifies the Limit Line type. |
Interface |
Introduced with VNA Rev: |
ILimitSegment |
1.0 |