Write/Read |
About Limits |
Description |
When constructing a limit line, specifies the amplitude value of the start of a limit segment. |
VB Syntax |
limtseg.BeginResponse = value |
Variable |
(Type) - Description |
limtseg |
A LimitSegment (object) |
value |
(double) - Amplitude value. No units |
Return Type |
Double |
Default |
0 |
Examples |
Set limtseg = meas.LimitTest(1) |
BegResp = limtseg.BeginResponse 'Read |
|
C++ Syntax |
HRESULT get_BeginResponse(double *pVal) |
Interface |
ILimitSegment |