p5control.server.dataserv

exception p5control.server.dataserv.DataServerError

Bases: BaseServerError

Exception related to the DataServer

class p5control.server.dataserv.DataServer(port: int = 30000, filename: str = None)

Bases: BaseServer

rpyc service that collects and shares data

start()

Start the RPyC server

stop()

Close hdf5 file

append(path, arr, **kwargs)
property filename