1
0
mirror of https://github.com/ARM-software/devlib.git synced 2025-01-31 02:00:45 +00:00

doc: document capture_screen timestamp

Updated documentation for capture_screen with the information about the
optional timestamp format tag.
This commit is contained in:
Sergei Trofimov 2018-04-11 10:58:01 +01:00 committed by Marc Bonnici
parent 8370c8fba3
commit b88b400d8d

View File

@ -441,7 +441,9 @@ Target
.. method:: Target.capture_screen(filepath) .. method:: Target.capture_screen(filepath)
Take a screenshot on the device and save it to the specified file on the Take a screenshot on the device and save it to the specified file on the
host. This may not be supported by the target. host. This may not be supported by the target. You can optionally insert a
``{ts}`` tag into the file name, in which case it will be substituted with
on-target timestamp of the screen shot in ISO8601 format.
.. method:: Target.install(filepath[, timeout[, with_name]]) .. method:: Target.install(filepath[, timeout[, with_name]])