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