:SYSTem:ICALibration:DTIMe
Description
This command reads the calibration time in UTC (Universal Time Coordinated) the internal device calibration was performed.
Note
Supported device(s):
- Bode 100
Syntax
:SYSTem:ICALibration:DTIMe?
| Command | Query |
|---|---|
| No | Yes |
| Response values | description |
|---|---|
<numeric1> |
The year (1 through 9999) the calibration was performed. |
<numeric2> |
The month (1 through 12) the calibration was performed. |
<numeric3> |
The day (1 through the number of days in month) the calibration was performed. |
<numeric4> |
The hour (0 through 23) the calibration was performed. |
<numeric5> |
The minute (0 through 59) the calibration was performed. |
<numeric6> |
The second (0 through 59) the calibration was performed. |
Sample usage
response = visaSession.query(':SYSTem:ICALibration:DTIMe?\n')
print(response)
Output
2025,3,27,16,22,55 (The calibration date is 2025-03-27 16:22:55 UTC)