Read/Write
 

UseMultipleSensors Property


Description

Enable and disable the use of multiple power sensors during a guided calibration.

VB Syntax

guidPwrSensors.UseMultipleSensors = value

Variable

(Type) - Description

guidPwrSensors

GuidedCalibrationPowerSensors Collection

value

(Boolean)

True  Use multiple power sensors

False  Do NOT use multiple power sensors

Return Type

Boolean

Default

False

Examples

guidedPwrSensors.UseMultipleSensors = True

value = guidedPwrSensors.UseMultipleSensors

C++ Syntax

HRESULT get_UseMultipleSensors(VARIANT_BOOL* val);

HRESULT put_UseMultipleSensors(VARIANT_BOOL newVal);

Interface

IGuidedCalibrationPowerSensors


Last Modified:

8-Feb-2011

New topic