FileReader
- class pyrogue.utilities.fileio.FileReader(files, configChan=None, log=None, batched=False)[source]
A lightweight file reader for Rogue.
- Parameters:
files (
str|list[str]) – Filename or list of filenames to read data from.configChan (
int|None, default:None) – Channel id of configuration/status stream in the data file. Set toNoneto disable configuration processing.log (
Logger|None, default:None) – Logger to use. IfNone, a new logger with name"pyrogue.FileReader"is created.batched (
bool, default:False) – Flag indicating if the data file contains batched data.
- Variables: