NI-DCPower .NET fx45 API Reference

Table of Contents

DCPowerOutputLCRCompensation.LoadCompensationEnabled Property

  • Updated2024-01-04
  • 2 minute(s) read
DCPowerOutputLCRCompensation.LoadCompensationEnabled Property

DCPowerOutputLCRCompensationLoadCompensationEnabled Property

Specifies whether to apply load LCR compensation data to LCR measurements.

Namespace:  NationalInstruments.ModularInstruments.NIDCPower
Assembly:  NationalInstruments.ModularInstruments.NIDCPower.Fx45 (in NationalInstruments.ModularInstruments.NIDCPower.Fx45.dll) Version: 2023

Syntax

public bool LoadCompensationEnabled { get; set; }
Public Property LoadCompensationEnabled As Boolean
	Get
	Set

Property Value

Type: Boolean
The default value is .

Remarks

Both OpenCompensationEnabled and ShortCompensationEnabled must be set to in order to set this property to .

Use OpenShortLoadCompensationDataSource to define where the load compensation data that is applied to LCR measurements comes from.

Note Note
Load compensation data are applied only for those specific frequencies you define with PerformLoadCompensation(DCPowerLCRLoadCompensationSpot); load compensation is not interpolated from the specific frequencies you define and applied to other frequencies.
Note Note
This property is not supported by all instruments. Refer to the Supported Properties by Device topic in the NI DC Power Supplies and SMUs Help for information about supported instruments.
TrueLoad LCR compensation data are applied.
FalseLoad LCR compensation data are not applied.

See Also

Log in to get a better experience