Source : datalogger¶
source code: datalogger¶
-
class
dhtioc.datalogger.DataLogger(ioc_prefix, path=None)[source]¶ Record raw values in data files.
PARAMETERS
- ioc_prefix
- str : EPICS IOC prefix
- path
- str :
Base directory path under which to store data files.
(default:
~/Documents/dhtioc_raw)
-
create_file(fname)[source]¶ Create the data file (and path as necessary)
PARAMETERS
- fname
- str : File to be created. Absolute path.