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

DCPowerOutputLCR Class
Contains properties related to NI-DCPower channel specific operations.
Inheritance Hierarchy
SystemObject
NationalInstruments.ModularInstruments.NIDCPowerDCPowerSubObject
NationalInstruments.ModularInstruments.NIDCPowerDCPowerOutputLCR
NationalInstruments.ModularInstruments.NIDCPowerDCPowerSubObject
NationalInstruments.ModularInstruments.NIDCPowerDCPowerOutputLCR
Namespace: NationalInstruments.ModularInstruments.NIDCPower
Assembly: NationalInstruments.ModularInstruments.NIDCPower.Fx40 (in NationalInstruments.ModularInstruments.NIDCPower.Fx40.dll) Version: 2023
Syntax
public sealed class DCPowerOutputLCR : DCPowerSubObject
Public NotInheritable Class DCPowerOutputLCR Inherits DCPowerSubObject
The DCPowerOutputLCR type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Advanced |
Gets the DCPowerOutputLCRAdvanced sub-object that is used to configure NI-DCPower LCR advanced output.
|
![]() | AutomaticLevelControl |
Specifies whether the channel actively attempts to maintain a constant test voltage or current across the DUT for LCR measurements.
The use of voltage or current depends on the test signal you configure with the StimulusFunction property.
|
![]() | Compensation |
Gets the DCPowerOutputLCRCompensation sub-object that is used to configure NI-DCPower LCR measurement compensation.
|
![]() | CurrentAmplitude |
Specifies the amplitude, in A RMS, of the AC current test signal applied to the DUT for LCR measurements.
|
![]() | CustomMeasurementTime |
Specifies the LCR measurement aperture time for a channel, in seconds, when the MeasurementTime property is set to Custom.
|
![]() | DCBiasAutomaticLevelControl |
Specifies whether the channel actively maintains a constant DC bias voltage or current across the DUT for LCR measurements.
|
![]() | DCBiasCurrentLevel |
Specifies the DC bias current level, in amperes, when the DCBiasSource is set to Current.
|
![]() | DCBiasSource |
Specifies how to apply DC bias for LCR measurements.
|
![]() | DCBiasVoltageLevel |
Specifies the DC bias voltage level, in volts, when the DCBiasSource is set to Voltage.
|
![]() | Frequency |
Specifies the frequency of the AC test signal applied to the DUT for LCR measurements.
|
![]() | ImpedanceAutoRange |
Defines whether an instrument in LCR mode automatically selects the best impedance range for each given LCR measurement.
|
![]() | ImpedanceRange |
Specifies the impedance range the channel uses for LCR measurements.
|
![]() | ImpedanceRangeSource |
Specifies how the impedance range for LCR measurements is determined.
|
![]() | LoadCapacitance |
Specifies the load capacitance, in farads and assuming a series model, of the DUT in order to compute the impedance range when the ImpedanceRangeSource is set to Load Configuration.
|
![]() | LoadInductance |
Specifies the load inductance, in henrys and assuming a series model, of the DUT in order to compute the impedance range when the ImpedanceRangeSource is set to Load Configuration.
|
![]() | LoadResistance |
Specifies the load resistance, in ohms and assuming a series model, of the DUT in order to compute the impedance range when the ImpedanceRangeSource is set to Load Configuration.
|
![]() | MeasurementTime |
Selects a general aperture time profile for LCR measurements.
|
![]() | SourceDelayMode |
For instruments in LCR mode, determines whether NI-DCPower automatically calculates and applies the source delay or applies a source delay you set manually.
|
![]() | StimulusFunction |
Specifies the type of test signal to apply to the DUT for LCR measurements.
|
![]() | VoltageAmplitude |
Specifies the amplitude, in V RMS, of the AC voltage test signal applied to the DUT for LCR measurements.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | 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.