Write/Read |
About Limits |
Description |
When constructing a limit line, specifies the stimulus value for the end of the segment. |
VB Syntax |
limtseg.EndStimulus = value |
Variable |
(Type) - Description |
limtseg |
A LimitSegment (object) |
value |
(double) - End Stimulus X-axis value. No units |
Return Type |
Double |
Default |
0 |
Examples |
Set limtseg = meas.LimitTest(1) |
EndStim = limtseg.EndStimulus 'Read |
|
C++ Syntax |
HRESULT get_EndStimulus(double *pVal) |
Interface |
ILimitSegment |