NI-DCPower .NET fx40 API Reference

Table of Contents

DCPowerLCRLoadCompensationSpot Constructor

  • Updated2024-01-04
  • 1 minute(s) read
DCPowerLCRLoadCompensationSpot Constructor

DCPowerLCRLoadCompensationSpot Constructor

Constructs a DUT specification for a given frequency to use in LCR load compensation.

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

Syntax

public DCPowerLCRLoadCompensationSpot(
	double frequency,
	DCPowerLCRReferenceValueType referenceValueType,
	double referenceValueA,
	double referenceValueB
)
Public Sub New ( 
	frequency As Double,
	referenceValueType As DCPowerLCRReferenceValueType,
	referenceValueA As Double,
	referenceValueB As Double
)

Parameters

frequency
Type: SystemDouble
The spot frequency.
referenceValueType
Type: NationalInstruments.ModularInstruments.NIDCPowerDCPowerLCRReferenceValueType
A known specification value of your DUT to use as the basis for load compensation.
referenceValueA
Type: SystemDouble
A value that describes the reference value type specification. Use as indicated by the reference value type option you choose.
referenceValueB
Type: SystemDouble
A value that, if applicable, describes the reference value type specification. Use as indicated by the reference value type option you choose.

See Also

Log in to get a better experience