rofunc.devices.emg.record#

1.  Module Contents#

1.1.  Functions#

record

Communication with and data acquisition from a Delsys Trigno wireless EMG system. Delsys Trigno Control Utility needs to be installed and running on, and the device needs to be plugged in. Records can be run with a device connected to a remote machine.

1.2.  API#

rofunc.devices.emg.record.record(host, n, samples_per_read, t, root_path, exp_name)[source]#

Communication with and data acquisition from a Delsys Trigno wireless EMG system. Delsys Trigno Control Utility needs to be installed and running on, and the device needs to be plugged in. Records can be run with a device connected to a remote machine.

Args:

host: host of a remote machine n: number of emg channels samples_per_read: number of samples per read t: number of batches (running time * 2000 / samples_per_read)

Returns: None