Class-compliant IIviPwrMeter property specifying whether the power meter should take a measurement on a particular input channel. The power meter will take a measurement on a channel only if that channel is enabled
Namespace: Ivi.PwrMeter.Interop
Assembly: Ivi.PwrMeter.Interop (in Ivi.PwrMeter.Interop.DLL)
Visual Basic
|
Public Property Enabled As Boolean
|
C#
|
public bool Enabled { get; set; }
|
Visual C++
|
HRESULT get_Enabled(
VARIANT_BOOL* val
);
HRESULT put_Enabled(
VARIANT_BOOL val
);
|
Property Value
Class-compliant IIviPwrMeter property specifying whether the power meter should take a measurement on a particular input channel. The power meter will take a measurement on a channel only if that channel is enabled
Requirements
Supported Models
All supported
See Also
Reference
IIviPwrMeterChannel Interface
Ivi.PwrMeter.Interop Namespace
Copyright 2013-16 Boonton. All rights reserved.
|