Read-only |
|
Description |
Returns the measurement Parameter. To change the parameter, use meas.ChangeParameter |
VB Syntax |
measPar = meas.Parameter |
Variable |
(Type) - Description |
measPar |
(string) - Variable to store Parameter string |
meas |
A Measurement (object) |
Return Type |
String |
Default |
Not applicable |
Examples |
measPar = meas.Parameter 'Read |
C++ Syntax |
HRESULT get_Parameter(BSTR *pVal) |
Interface |
IMeasurement |