Read-only |
|
Description |
Returns the stimulus span of the measurement (stop-start data points). To understand how this property is useful, see IMeasurement2 Interface. |
VB Syntax |
value = meas.Span |
Variable |
(Type) - Description |
value |
(Double) - Variable to store the returned value. |
meas |
A Measurement (object) |
Return Type |
Double |
Default |
Not Applicable |
Examples |
Print meas.Span 'prints the span of the measurement |
C++ Syntax |
HRESULT get_Span(double * Val); |
Interface |
IMeasurement2 |