NI-DCPower .NET fx45 API Reference

DCPowerLCRLoadCompensationSpot Structure

  • Updated2024-01-04
  • 3 minute(s) read
DCPowerLCRLoadCompensationSpot Structure

DCPowerLCRLoadCompensationSpot Structure

Specifies a load measurement for performing compensation.

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

Syntax

public struct DCPowerLCRLoadCompensationSpot
Public Structure DCPowerLCRLoadCompensationSpot

The DCPowerLCRLoadCompensationSpot type exposes the following members.

Constructors

  NameDescription
Public methodDCPowerLCRLoadCompensationSpot
Constructs a DUT specification for a given frequency to use in LCR load compensation.
Top

Properties

  NameDescription
Public propertyFrequency
Gets the frequency of the load compensation specification.
Public propertyReferenceValueA
Gets the reference measurement value of the load compensation specification.
Public propertyReferenceValueB
Gets the reference measurement value of the load compensation specification if applicable.
Public propertyReferenceValueType
Gets the reference type of the load compensation specification.
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 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