NILCRMeasurement Structure
- Updated2024-01-04
- 4 minute(s) read

NILCRMeasurement Structure
Specifies a LCR measurement.
Namespace: NationalInstruments.ModularInstruments.NIDCPower
Assembly: NationalInstruments.ModularInstruments.NIDCPower.Fx45 (in NationalInstruments.ModularInstruments.NIDCPower.Fx45.dll) Version: 2023
Syntax
public struct NILCRMeasurement
Public Structure NILCRMeasurement
The NILCRMeasurement type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | ACCurrent |
Measured AC current, in amps RMS.
|
![]() | acInCompliance |
Indicates whether the output was in AC compliance at the time the measurement was taken.
|
![]() | ACVoltage |
Measured AC voltage, in volts RMS.
|
![]() | Cp |
Capacitance, in farads, as measured using a parallel circuit model.
|
![]() | Cs |
Capacitance, in farads, as measured using a series circuit model.
|
![]() | D |
Dissipation factor of the circuit.
|
![]() | dcInCompliance |
Indicates whether the output was in DC compliance at the time the measurement was taken.
|
![]() | Idc |
Measured DC current, in amps.
|
![]() | Lp |
Inductance, in henrys, as measured using a parallel circuit model.
|
![]() | Ls |
Inductance, in henrys, as measured using a series circuit model.
|
![]() | measurementMode |
The measurement mode for the measurement.
|
![]() | Q |
Quality factor of the circuit.
|
![]() | Rp |
Resistance, in ohms, as measured using a parallel circuit model.
|
![]() | Rs |
Resistance, in ohms, as measured using a series circuit model.
|
![]() | stimulusFrequency |
Frequency of the LCR test signal, in Hz.
|
![]() | unbalanced |
Indicates whether the bridge was unbalanced at the time the measurement was taken.
|
![]() | Vdc |
Measured DC voltage, in volts.
|
![]() | Y |
Complex admittance.
|
![]() | YMagnitude |
Magnitude of the complex admittance, in siemens.
|
![]() | YPhase |
Admittance phase angle, in degrees.
|
![]() | Z |
Complex impedance.
|
![]() | ZMagnitude |
Magnitude of the complex impedance, in ohms.
|
![]() | ZPhase |
Impedance phase angle, in degrees.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) |
![]() | GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
Remarks
For more information, refer to the 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.