NI-DCPower .NET fx40 API Reference

Table of Contents

DCPowerOutputLCRCompensation Class

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

DCPowerOutputLCRCompensation Class

Contains properties related to NI-DCPower LCR compensation-specific operations.

Inheritance Hierarchy

SystemObject
  NationalInstruments.ModularInstruments.NIDCPowerDCPowerSubObject
    NationalInstruments.ModularInstruments.NIDCPowerDCPowerOutputLCRCompensation

Namespace:  NationalInstruments.ModularInstruments.NIDCPower
Assembly:  NationalInstruments.ModularInstruments.NIDCPower.Fx40 (in NationalInstruments.ModularInstruments.NIDCPower.Fx40.dll) Version: 2023

Syntax

public sealed class DCPowerOutputLCRCompensation : DCPowerSubObject
Public NotInheritable Class DCPowerOutputLCRCompensation
	Inherits DCPowerSubObject

The DCPowerOutputLCRCompensation type exposes the following members.

Properties

  NameDescription
Public propertyAcElectricalCableLengthDelay
Specifies the one-way electrical length delay of the cable, in seconds.
Public propertyActualLoadReactance
Specifies the actual reactance, in ohms, of the load used for load LCR compensation.
Public propertyActualLoadResistance
Specifies the actual resistance, in ohms, of the load used for load LCR compensation.
Public propertyLoadCompensationEnabled
Specifies whether to apply load LCR compensation data to LCR measurements.
Public propertyMeasuredLoadReactance
Specifies the reactance, in ohms, of the load used for load LCR compensation as measured by the instrument.
Public propertyMeasuredLoadResistance
Specifies the resistance, in ohms, of the load used for load LCR compensation as measured by the instrument.
Public propertyOpenCompensationEnabled
Specifies whether to apply open LCR compensation data to LCR measurements.
Public propertyOpenConductance
Specifies the conductance, in siemens, of the circuit used for open LCR compensation.
Public propertyOpenShortLoadCompensationDataSource
Specifies the source of the LCR compensation data NI-DCPower applies to LCR measurements.
Public propertyOpenSusceptance
Specifies the susceptance, in siemens, of the circuit used for open LCR compensation.
Public propertyShortCompensationEnabled
Specifies whether to apply short LCR compensation data to LCR measurements.
Public propertyShortCustomCableCompensationEnabled
Defines how to apply short custom cable compenation in LCR mode when CableLength is set to CustomOnboardStorage or CustomAsConfigured.
Public propertyShortReactance
Specifies the reactance, in ohms, of the circuit used for short LCR compensation.
Public propertyShortResistance
Specifies the resistance, in ohms, of the circuit used for short LCR compensation.
Top

Methods

  NameDescription
Public methodConfigureCompensation
Applies previously generated open, short, load, as well as open and short custom cable compensationData to LCR measurements.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetCompensationData
Returns previously generated open, short, load, and custom cable compensation data that you can apply to LCR measurements with ConfigureCompensation(Byte).
Public methodGetCompensationLastDateAndTime
Returns the date and time the specified type of compensation data for LCR measurements was most recently generated.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodPerformLoadCompensation
Generates load compensation data for LCR measurements for the test spots you specify.
Public methodPerformOpenCompensation
Generates open compensation data for LCR measurements based on a default set of test frequencies and, optionally, additional frequencies you can specify.
Public methodPerformOpenCustomCableCompensation
Generates open custom cable compensation data for LCR measurements.
Public methodPerformShortCompensation
Generates short compensation data for LCR measurements based on a default set of test frequencies and, optionally, additional frequencies you can specify.
Public methodPerformShortCustomCableCompensation
Generates short custom cable compensation data for LCR measurements.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top

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.

See Also

Log in to get a better experience