Read-only |
|
Description |
Returns a handle to the Active Measurement object. You can either (1) use the handle directly to access measurement properties and methods, or (2) set a variable to the measurement object. The variable retains a handle to the original measurement. |
VB Syntax |
1) app.ActiveMeasurement.<setting> |
Variable |
(Type) - Description |
meas |
A Measurement (object) |
app |
An Application (object) |
<setting> |
A measurement property (or method) and arguments |
Return Type |
Measurement object |
Default |
None |
Examples |
1) app.ActiveMeasurement.Averaging = 1 |
C++ Syntax |
HRESULT get_ActiveMeasurement(IMeasurement **ppMeas) |
Interface |
IApplication |