Write / Read |
About Source Power CalAbout PMAR |
Description |
Specifies if subsequent power readings will use of the loss table. (PowerLossSegments). |
VB Syntax |
pwrCal.UsePowerLossSegments = value |
Variable |
(Type) - Description |
pwrCal |
A SourcePowerCalibrator (object) A PowerSensorAsReceiver (Object) A PowerSensor (Object) |
value |
(boolean) False – Do not use loss table True – Use loss table |
Return Type |
Boolean |
Default |
False |
Examples |
pwrSens.UsePowerLossSegments
= True 'Write |
C++ Syntax |
HRESULT put_UsePowerLossSegments(VARIANT_BOOL bState); HRESULT get_UsePowerLossSegments(VARIANT_BOOL *bState); |
Interface |
ISourcePowerCalibrator IPowerSensorAsReceiver IPowerSensor |