NI-DCPower .NET fx40 API Reference

Table of Contents

DCPowerOutputLCRCompensation.GetCompensationData Method

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

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: Byte
Returns 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.

Note Note
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.

See Also

Log in to get a better experience