DCPowerOutputLCRCompensation Class
- Updated2024-01-04
- 5 minute(s) read

DCPowerOutputLCRCompensation Class
Contains properties related to NI-DCPower LCR compensation-specific operations.
Inheritance Hierarchy
SystemObject
NationalInstruments.ModularInstruments.NIDCPowerDCPowerSubObject
NationalInstruments.ModularInstruments.NIDCPowerDCPowerOutputLCRCompensation
NationalInstruments.ModularInstruments.NIDCPowerDCPowerSubObject
NationalInstruments.ModularInstruments.NIDCPowerDCPowerOutputLCRCompensation
Namespace: NationalInstruments.ModularInstruments.NIDCPower
Assembly: NationalInstruments.ModularInstruments.NIDCPower.Fx45 (in NationalInstruments.ModularInstruments.NIDCPower.Fx45.dll) Version: 2023
Syntax
public sealed class DCPowerOutputLCRCompensation : DCPowerSubObject
Public NotInheritable Class DCPowerOutputLCRCompensation Inherits DCPowerSubObject
The DCPowerOutputLCRCompensation type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | AcElectricalCableLengthDelay |
Specifies the one-way electrical length delay of the cable, in seconds.
|
![]() | ActualLoadReactance |
Specifies the actual reactance, in ohms, of the load used for load LCR compensation.
|
![]() | ActualLoadResistance |
Specifies the actual resistance, in ohms, of the load used for load LCR compensation.
|
![]() | LoadCompensationEnabled |
Specifies whether to apply load LCR compensation data to LCR measurements.
|
![]() | MeasuredLoadReactance |
Specifies the reactance, in ohms, of the load used for load LCR compensation as measured by the instrument.
|
![]() | MeasuredLoadResistance |
Specifies the resistance, in ohms, of the load used for load LCR compensation as measured by the instrument.
|
![]() | OpenCompensationEnabled |
Specifies whether to apply open LCR compensation data to LCR measurements.
|
![]() | OpenConductance |
Specifies the conductance, in siemens, of the circuit used for open LCR compensation.
|
![]() | OpenShortLoadCompensationDataSource |
Specifies the source of the LCR compensation data NI-DCPower applies to LCR measurements.
|
![]() | OpenSusceptance |
Specifies the susceptance, in siemens, of the circuit used for open LCR compensation.
|
![]() | ShortCompensationEnabled |
Specifies whether to apply short LCR compensation data to LCR measurements.
|
![]() | ShortCustomCableCompensationEnabled |
Defines how to apply short custom cable compenation in LCR mode when CableLength is set to CustomOnboardStorage or CustomAsConfigured.
|
![]() | ShortReactance |
Specifies the reactance, in ohms, of the circuit used for short LCR compensation.
|
![]() | ShortResistance |
Specifies the resistance, in ohms, of the circuit used for short LCR compensation.
|
Methods
Name | Description | |
---|---|---|
![]() | ConfigureCompensation |
Applies previously generated open, short, load, as well as open and short custom cable compensationData to LCR measurements.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetCompensationData |
Returns previously generated open, short, load, and custom cable compensation data that you can apply to LCR measurements with ConfigureCompensation(Byte).
|
![]() | GetCompensationLastDateAndTime |
Returns the date and time the specified type of compensation data for LCR measurements was most recently generated.
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | PerformLoadCompensation |
Generates load compensation data for LCR measurements for the test spots you specify.
|
![]() | PerformOpenCompensation |
Generates open compensation data for LCR measurements based on a default set of test frequencies and, optionally, additional frequencies you can specify.
|
![]() | PerformOpenCustomCableCompensation |
Generates open custom cable compensation data for LCR measurements.
|
![]() | PerformShortCompensation |
Generates short compensation data for LCR measurements based on a default set of test frequencies and, optionally, additional frequencies you can specify.
|
![]() | PerformShortCustomCableCompensation |
Generates short custom cable compensation data for LCR measurements.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Remarks
For more information, refer to NI DC Power Supplies and SMUs Help.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.