LoadCompensationEnabled
- Updated2025-10-06
- 1 minute(s) read
Specifies whether to apply load LCR compensation data to LCR measurements.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIDCPower
public bool LoadCompensationEnabled { get; set; }
Remarks
Both OpenCompensationEnabled and ShortCompensationEnabled must be set to true in order to set this property to true.
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; 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. |
The default value is false.