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

DCPowerOutputLCRCompensationLoadCompensationEnabled Property
Specifies whether to apply load LCR compensation data to LCR measurements.
Namespace: NationalInstruments.ModularInstruments.NIDCPower
Assembly: NationalInstruments.ModularInstruments.NIDCPower.Fx40 (in NationalInstruments.ModularInstruments.NIDCPower.Fx40.dll) Version: 2023
Syntax
public bool LoadCompensationEnabled { get; set; }
Public Property LoadCompensationEnabled As Boolean Get Set
Property Value
Type: BooleanThe 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.
![]() |
---|
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. |
![]() |
---|
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. |
True | Load LCR compensation data are applied. |
False | Load LCR compensation data are not applied. |