ViStatus niSync_GetExtCalLastDateAndTime (ViSession vi, ViInt32* year, ViInt32* month, ViInt32* day, ViInt32* hour, ViInt32* minute);
Returns the date and time, in Greenwich Mean Time (GMT), of the specified device's last external calibration session. Use this function to determine if your device needs external calibration or plan ahead for a future external calibration session.
![]() |
Note
|
Name | Type | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
vi | ViSession | This parameter specifies the session handle that you obtain from niSync_init or niSync_InitExtCal. The handle identifies a particular instrument session. Default Value: None |
||||||||||||||||||||||||||||||||||||||||||||||||||
year | ViInt32 | The year of the module's last external calibration session. |
||||||||||||||||||||||||||||||||||||||||||||||||||
month | ViInt32 | The month of the module's last external calibration session.
Valid Values:
|
||||||||||||||||||||||||||||||||||||||||||||||||||
day | ViInt32 | The day of the month when the module was last externally calibrated. | ||||||||||||||||||||||||||||||||||||||||||||||||||
hour | ViInt32 | The hour, in GMT, of the module's last external calibration session.
Valid Values:
|
||||||||||||||||||||||||||||||||||||||||||||||||||
minute | ViInt32 | The minute, in GMT, of the module's last external calibration session.
Valid Values: 0-59 |