Read-only |
|
Description |
Returns a handle to a custom measurement object on the active channel. You can use the handle to access custom measurement properties and methods. Currently, the custom measurement objects to which this property provides access is: |
VB Syntax |
Set custMeas = meas.CustomMeasurementConfiguration |
Variable |
(Type) - Description |
custMeas |
A variable in which the handle to a custom measurement is returned. (object) |
chan |
A Measurement (object) |
Return Type |
Custom Measurement object |
Default |
None |
Examples |
See examples:GainCompression |
C++ Syntax |
HRESULT CustomMeasurementConfiguration(IDispatch** value); |
Interface |
IMeaurement12 |