dbconfig::listRuns

Name

dbconfig::listRuns -- List information about saved runs.

Synopsis


package require dbconfig
set db [dbconfig::connect file-name]

set info [dbconfig::listRuns $db]
                        

DESCRIPTION

Returns information about all of the runs in the database whose instance command is stored in db. The result is a list of dicts. Each dict has the following key/value pairs:

config

Name of the save set that contains the run.

number

Run number.

title

Run title string

start_time

Run start time. To turn this into a human readable string, pass it to clock format.

stop_time (optional)

The run stop time, if there is information about when the run ended. This may be absent either because the run was not completely recorded or becausse the run was improperly ended and therefore did not have end of run information. This value, if present, can be turned into a human readable string by passing it to clock format