NI-DCPower .NET fx45 API Reference

Table of Contents

DCPowerOutputLCRCompensation.GetCompensationLastDateAndTime Method

  • Updated2024-01-04
  • 1 minute(s) read
DCPowerOutputLCRCompensation.GetCompensationLastDateAndTime Method

DCPowerOutputLCRCompensationGetCompensationLastDateAndTime Method

Returns the date and time the specified type of compensation data for LCR measurements was most recently generated.

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

Syntax

public DateTime GetCompensationLastDateAndTime(
	DCPowerLCRCompensationType compensationType
)
Public Function GetCompensationLastDateAndTime ( 
	compensationType As DCPowerLCRCompensationType
) As DateTime

Parameters

compensationType
Type: NationalInstruments.ModularInstruments.NIDCPowerDCPowerLCRCompensationType
Specifies the type of compensation operation to query for LCR measurements.

Return Value

Type: DateTime
Returns the date and time of the last successful compensation of the specified type.

Remarks

The time returned is 24-hour (military) local time; for example, if the selected type of compensation data was generated at 2:30 PM, this method returns 14 for hours and 30 for minutes.

See Also

Log in to get a better experience