-
Notifications
You must be signed in to change notification settings - Fork 3
getDetail
Alexius Wadell edited this page Jan 17, 2017
·
1 revision
detail = ds.getDetail(DetailName)
detail = ds.getDetail(DetailName)
Returns logged contents (detail
) of the detail field (DetailName
) for the given datasource (ds
).
getDetail
is used to return information recorded in a datasource's detail field. For example ds.getDetail('Driver')
will return the contents of the Driver detail field. If nothing was recorded in that detail field getDetail
will return an empty string.
Note: 'allLogged' can be used to generate a list of all of the details that have been logged by datasource in the Datastore.
- Access Methods
- Helper Methods
- Graphing Methods