Write/Read |
About Limits |
Description |
When constructing a limit line, specifies the amplitude value at the end of the limit segment. |
VB Syntax |
limtseg.EndResponse = value |
Variable |
(Type) - Description |
limts |
A LimitSegment (object) |
value |
(double) - Y-axis value of the End Response limit. No units |
Return Type |
Double |
Default |
0 |
Examples |
Set limtseg = meas.LimitTest(1) |
EndResp = limtseg.EndResponse 'Read |
|
C++ Syntax |
HRESULT get_EndResponse(double *pVal) |
Interface |
ILimitSegment |