Write/Read
About Cal All

PowerLevel (Cal All) Property


Description

Sets and returns the power level at which a Cal All calibration is to be performed.

 VB Syntax

calAll.PowerLevel (port) = value

Variable

(Type) - Description

calAll

A CalibrateAllChannels (object)

port

(Long) Source port number.

value

(Double) Power level at which the calibration is to be performed.

Return Type

Double

Default

??

Examples

calAll.PowerLevel = 0 'Power Level of cal

value = calAll.PowerLevel 'returns the power level of the cal

C++ Syntax

HRESULT get_PowerLevel (long port, double val);

HRESULT put_PowerLevel long port, double* newVal);

Interface

ICalibrateAllChannels


Last modified:

4-Jan-2012

New topic