Write/Read |
About Source Power CalAbout PMAR |
Description |
Sets and returns the Cal Factor (%) for the 50 MHz reference signal associated with this power sensor. Use this property only if the power sensor does not contain cal factors in EPROM (for example, HP/Keysight 848x sensors). |
VB Syntax |
pwrSensor.ReferenceCalFactor = value |
Variable |
(Type) - Description |
pwrSensor |
A PowerSensor (Object) A PowerSensorAsReceiver (Object) |
value |
(double) – Cal factor in units of percent. This can be any value between 1 and 150. |
Return Type |
Double |
Default |
100 |
Examples |
pwrSensor.ReferenceCalFactor = 98 'R RefFact = pwrSensor.ReferenceCalFactor 'Read |
C++ Syntax |
HRESULT put_ReferenceCalFactor(double newVal); HRESULT get_ReferenceCalFactor(double *pVal); |
Interface |
IPowerSensor IPowerSensorAsReceiver |