Update CLI authored by Zach Eisele's avatar Zach Eisele
......@@ -12,5 +12,5 @@ Further usage details can be found by appending --help to the end of a command.
| ./Cli getparam (block_id or 'block_name') (param_id or 'param_name')| Get param will get the value of specified param. Note only the param id is used for this command. The param id is found in the logging TOC, use getlogfile 1 command to find this file|
| ./Cli setparam (block_id or 'block_name') (param_id or 'param_name') (value)| Set param will set the value of the specified param|
| ./Cli getlogfile (id)| Get log file will get a certain log specified by the id of: 0: data log 1: param toc 2: logging toc 3: active header of the data log 4: state of test stand connection |
| ./Cli logblockcommand (id)| The log block command performs specific tasks on log files for the specified id of: 0: delete all log blocks 1: refresh all log blocks 2: load log blocks 3: delete log block 4: resumelog block 5: pause log block
| ./Cli logblockcommand (id)| The log block command performs specific tasks on log files for the specified id of: 0: delete all log blocks 1: refresh all log blocks 2: load log blocks 3: delete log block 4: resume log block 5: pause log block 6: enable test stand 7: disable test stand 8: enable logging 9: disable logging
|
\ No newline at end of file