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

DCPowerOutputLCRCompensationShortCustomCableCompensationEnabled Property
Defines how to apply short custom cable compenation in LCR mode when CableLength is set to CustomOnboardStorage or CustomAsConfigured.
Namespace: NationalInstruments.ModularInstruments.NIDCPower
Assembly: NationalInstruments.ModularInstruments.NIDCPower.Fx45 (in NationalInstruments.ModularInstruments.NIDCPower.Fx45.dll) Version: 2023
Syntax
public bool ShortCustomCableCompensationEnabled { get; set; }
Public Property ShortCustomCableCompensationEnabled As Boolean Get Set
Property Value
Type: BooleanThe default value is true.
Remarks
![]() |
---|
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. |
LCR custom cable compensation uses compensation data for both an open and short configuration.
- For open custom cable compensation, you must supply your own data from a call to PerformOpenCustomCableCompensation.
- For short custom cable compensation, you can supply your own data from a call to PerformShortCustomCableCompensation or NI-DCPower can apply a default set of short compensation data.
True | Uses short custom cable compensation data generated by PerformShortCustomCableCompensation. |
False | Uses default short custom cable compensation data. |