Read-only |
|
Description |
Returns the stimulus values for the measurement. To understand how this property is useful, see IMeasurement2 Interface. |
VB Syntax |
data = meas.GetXAxisValues |
Variable |
(Type) - Description |
data |
(Variant) Array to store the data. |
meas |
A Measurement (object) |
Return Type |
Variant |
Default |
Not Applicable |
Examples |
Dim varData As Variant |
C++ Syntax |
HRESULT GetXAxisValues(VARIANT* xData); |
Interface |
IMeasurement2 |