Write / Read
About Source Power Cal
About PMAR

CalFactor Property


Description

Sets or returns the cal factor value associated with a power sensor cal factor segment.

VB Syntax

calFactSeg.CalFactor = value

Variable

(Type) - Description

calFactSeg

A PowerSensorCalFactorSegment (Object) or

A PowerSensorCalFactorSegmentPMAR (Object)

value

(double) – Cal factor in percent. Choose any value between 1 and 150

Return Type

Double

Default

0

Examples

calFactSeg.CalFactor = 98 'Write
factor = calFactSeg.CalFactor 'Read

C++ Syntax

HRESULT put_CalFactor(Double newVal);

HRESULT get_CalFactor(Double *pVal);

Interface

IPowerSensorCalFactorSegment


Last Modified:

27-Aug-2009

MX New topic