Request of CSV_GetDateTimeCentiSec procedure. Creates request for getting the current date and time of the instrument, including centiseconds.
The instrument returns the following responses:
grc – GeoCOM return code.year – Year.month – Month.day – Day.hour – Hours.minute – Minutes.second – Seconds.csecond – Centiseconds.| Property | Values |
|---|---|
| Instruments | TPS1200, TM30/TS30, TS16 |
| ASCII request | %R1Q,5117: |
| ASCII response | %R1P,0,0:<grc>,<year>,<month>,<day>,<hour>,<minute>,<second>,<csecond> |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(request_type), | intent(out) | :: | request |
Prepared request. |