DCPowerLCROpenShortLoadCompensationDataSource Enumeration
- Updated2025-10-06
- 1 minute(s) read
Specifies values for the OpenShortLoadCompensationDataSource property.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIDCPower
public enum DCPowerLCROpenShortLoadCompensationDataSource
Members
| Name | Value | Description |
|---|---|---|
| OnboardStorage | 1074 | Uses previously generated LCR compensation data. Only the most recently performed compensation data for each LCR compensation type (open, short, and load) is stored. |
| AsDefined | 1075 | Uses the LCR compensation data represented by the relevant LCR compensation properties as generated by PerformOpenCompensation, PerformShortCompensation, and PerformLoadCompensation. Use this option to manage multiple sets of LCR compensation data. This option applies compensation data from the following properties: |
| AsConfigured | 1146 | Uses the LCR compensation data supplied to ConfigureCompensation(byte[]). Use this option to manage multiple sets of LCR compensation data. |