Read only |
|
Description |
Returns the name of the current Cal Type. |
VB Syntax |
value = meas.CalibrationName |
Variable |
(Type) - Description |
value |
(string) - Variable to store the returned value. |
meas |
A Measurement (object) |
Return Type |
String |
Default |
Not Applicable |
Examples |
ct = meas.CalibrationName |
C++ Syntax |
HRESULT get_CalibrationName( BSTR* CalibrationName); |
Interface |
IMeasurement2 |