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