Read/Write
About Guided Power Cal

PerformPowerCalibration Property


Description

Enables Guided Power Cal and sets the source port to be calibrated.

VB Syntax

guidedCal.PerformPowerCalibration (port) = value

Variable

(Type) - Description

guidedCal

GuidedCalibration (object)

port

(Long integer) Source port to be calibrated. ONLY one port may be calibrated with a Guided Power Cal.

value

(Boolean)

True  Perform a Guided Power Calibration.

False  Do NOT perform a Guided Power Calibration

Return Type

Boolean

Default

False

Example

guided.PerformPowerCalibration(1) = True

See example program

C++ Syntax

HRESULT get_PerformPowerCalibration(long port,VARIANT_BOOL* val);

HRESULT put_PerformPowerCalibration(long port,VARIANT_BOOL newVal);

Interface

IGuidedCalibration7


Last Modified:

9-Sep-2010

MX New topic