DCPowerOutputLCRCompensation.GetCompensationData Method
- Updated2024-01-04
- 1 minute(s) read

DCPowerOutputLCRCompensationGetCompensationData Method
Returns previously generated open, short, load, and custom cable compensation data that you can apply to LCR measurements with ConfigureCompensation(Byte).
Namespace: NationalInstruments.ModularInstruments.NIDCPower
Assembly: NationalInstruments.ModularInstruments.NIDCPower.Fx40 (in NationalInstruments.ModularInstruments.NIDCPower.Fx40.dll) Version: 2023
Syntax
public byte[] GetCompensationData()
Public Function GetCompensationData As Byte()
Return Value
Type: ByteReturns an opaque Byte array representing the open, short, load, and custom cable compensation data to provide to the ConfigureCompensation(Byte) method.
Remarks
Call this method after you obtain compensation data from any of the PerformOpenCompensation(Double), PerformShortCompensation(Double), PerformLoadCompensation(DCPowerLCRLoadCompensationSpot), PerformOpenCustomCableCompensation, or PerformShortCustomCableCompensationmethods.
![]() |
---|
This method is not supported by all instruments. Refer to the Supported Functions by Device topic in the NI DC Power Supplies and SMUs Help for information about supported instruments. |