Write / Read |
About Source Power CalAbout PMAR |
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 |
C++ Syntax |
HRESULT put_CalFactor(Double newVal); HRESULT get_CalFactor(Double *pVal); |
Interface |
IPowerSensorCalFactorSegment |
Last Modified: