GetCompensationData()
- Updated2025-10-06
- 1 minute(s) read
Returns previously generated open, short, load, and custom cable compensation data that you can apply to LCR measurements with ConfigureCompensation(byte[]).
Syntax
Namespace: NationalInstruments.ModularInstruments.NIDCPower
public byte[] GetCompensationData()
Remarks
Call this method after you obtain compensation data from any of the PerformOpenCompensation, PerformShortCompensation, PerformLoadCompensation, 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.
Returns
Returns an opaque System.Byte array representing the open, short, load, and custom cable compensation data to provide to the ConfigureCompensation(byte[]) method.