niDCPower Get Ext Cal Last Date And Time

NI DCPower LabView

JavaScript is disabled. Details


niDCPower Get Ext Cal Last Date And Time

Returns the date and time of the last successful calibration. The time returned is 24-hour (military) local time; for example, if the power supply was calibrated at 2:30 PM, this VI returns 14 for hours and 30 for minutes.

niDCPower_Get_Ext_Cal_Last_Date_And_Time.gif
cio.gif instrument handle identifies a particular instrument calibration session. instrument handle is obtained from the niDCPower Initialize External Calibration VI.
ccclst.gif error in (no error) describes error conditions that occur before this VI runs.
cbool.gif status is TRUE (X) if an error occurred before this VI ran or FALSE (checkmark) to indicate a warning or that no error occurred before this VI ran. The default is FALSE.
ci32.gif code is the error or warning code. The default is 0. If status is TRUE, code is a negative error code. If status is FALSE, code is 0 or a warning code.
cstr.gif source describes the origin of the error or warning and is, in most cases, the name of the VI that produced the error or warning. The default is an empty string.
iio.gif instrument handle out passes the handle used to identify the session in all subsequent NI-DCPower VI calls.
ii32.gif year returns the year in which the power supply was last calibrated.
ii32.gif month returns the month in which the power supply was last calibrated.
ii32.gif day returns the day on which the power supply was last calibrated.
ii32.gif hour returns the hour (in 24-hour time) in which the power supply was last calibrated.
ii32.gif minute returns the minute in which the power supply was last calibrated.
icclst.gif error out contains error information. If error in indicates that an error occurred before this VI ran, error out contains the same error information. Otherwise, it describes the error status that this VI produces.
ibool.gif status is TRUE (X) if an error occurred or FALSE (checkmark) to indicate a warning or that no error occurred.
ii32.gif code the error or warning code. If status is TRUE, code is a non-zero error code. If status is FALSE, code is 0 or a warning code.
istr.gif source describes the origin of the error or warning and is, in most cases, the name of the VI that produced the error or warning.