Read/Write |
|
Description |
Sets and returns the selected ports to be corrected with enhanced response calibration. Learn more. Note: The CorrectionSubsettingState must be set to ON to enable the response command. |
VB Syntax |
value = corrMethods.ResponseCorrectedPorts |
Variable |
(Type) - Description |
value |
(Variant) Variable to store a comma separated list of ports to include for enhanced response correction. |
corrMethods |
CorrectionMethods (object) |
Return Type |
Variant |
Default |
All ports included |
Examples |
Example #1: Enhanced response corrected for parameters involving ports 7 and 8 |
C++ Syntax |
HRESULT get_ResponseCorrectedPorts(VARIANT *portList); HRESULT put_ResponseCorrectedPorts(VARIANT portList); |
Interface |
ICorrectionMethods2 |