NI-DCPower .NET fx45 API Reference

Table of Contents

NILCRMeasurement Structure

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

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

  NameDescription
Public propertyACCurrent
Measured AC current, in amps RMS.
Public propertyacInCompliance
Indicates whether the output was in AC compliance at the time the measurement was taken.
Public propertyACVoltage
Measured AC voltage, in volts RMS.
Public propertyCp
Capacitance, in farads, as measured using a parallel circuit model.
Public propertyCs
Capacitance, in farads, as measured using a series circuit model.
Public propertyD
Dissipation factor of the circuit.
Public propertydcInCompliance
Indicates whether the output was in DC compliance at the time the measurement was taken.
Public propertyIdc
Measured DC current, in amps.
Public propertyLp
Inductance, in henrys, as measured using a parallel circuit model.
Public propertyLs
Inductance, in henrys, as measured using a series circuit model.
Public propertymeasurementMode
The measurement mode for the measurement.
Public propertyQ
Quality factor of the circuit.
Public propertyRp
Resistance, in ohms, as measured using a parallel circuit model.
Public propertyRs
Resistance, in ohms, as measured using a series circuit model.
Public propertystimulusFrequency
Frequency of the LCR test signal, in Hz.
Public propertyunbalanced
Indicates whether the bridge was unbalanced at the time the measurement was taken.
Public propertyVdc
Measured DC voltage, in volts.
Public propertyY
Complex admittance.
Public propertyYMagnitude
Magnitude of the complex admittance, in siemens.
Public propertyYPhase
Admittance phase angle, in degrees.
Public propertyZ
Complex impedance.
Public propertyZMagnitude
Magnitude of the complex impedance, in ohms.
Public propertyZPhase
Impedance phase angle, in degrees.
Top

Methods

  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top

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.

See Also

Log in to get a better experience