Write-only |
About Source Power Cal |
Description |
This command is replaced with ApplyPowerCorrectionValuesEx Method. Applies the array of power correction values to the channel memory and turns correction ON. Perform after completing a source power cal acquisition sweep. This command does NOT save the correction values. To save correction values, save an instrument / calibration state (*.cst file) after performing a source power cal. |
VB Syntax |
powerCalibrator.ApplyPowerCorrectionValues |
Variable |
(Type) - Description |
powerCalibrator |
(object) - A SourcePowerCalibrator object |
Return Type |
None |
Default |
Not Applicable |
Examples |
powerCalibrator.ApplyPowerCorrectionValues |
C++ Syntax |
HRESULT ApplyPowerCorrectionValues(); |
Interface |
ISourcePowerCalibrator |