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

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.Fx40 (in NationalInstruments.ModularInstruments.NIDCPower.Fx40.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: DateTimeReturns 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.