OT Bioelettronica - Quattrocento Light Constants

enum biosignal_device_interface.constants.devices.otb.otb_quattrocento_light_constants.QuattrocentoLightSamplingFrequency(value)[source]

Bases: Enum

Enum class for the sampling frequencies of the Quattrocento Light device.

Valid values are as follows:

LOW = <QuattrocentoLightSamplingFrequency.LOW: 1>

512 Hz

MEDIUM = <QuattrocentoLightSamplingFrequency.MEDIUM: 2>

2048 Hz

HIGH = <QuattrocentoLightSamplingFrequency.HIGH: 3>

5120 Hz

ULTRA = <QuattrocentoLightSamplingFrequency.ULTRA: 4>

10240 Hz

The Enum and its members also have the following methods:

static _generate_next_value_(name, start, count, last_values, *args, **kwds)

Generate the next value when not given.

name: the name of the member start: the initial start value or None count: the number of existing members last_value: the last value assigned or None

static _new_member_(*args, **kwargs)

Create and return a new object. See help(type) for accurate signature.

enum biosignal_device_interface.constants.devices.otb.otb_quattrocento_light_constants.QuattrocentoLightStreamingFrequency(value)[source]

Bases: Enum

Enum class for the streaming frequencies of the Quattrocento Light device.

Valid values are as follows:

ONE = <QuattrocentoLightStreamingFrequency.ONE: 1>

1 Hz

TWO = <QuattrocentoLightStreamingFrequency.TWO: 2>

2 Hz

FOUR = <QuattrocentoLightStreamingFrequency.FOUR: 3>

4 Hz

EIGHT = <QuattrocentoLightStreamingFrequency.EIGHT: 4>

8 Hz

SIXTEEN = <QuattrocentoLightStreamingFrequency.SIXTEEN: 5>

16 Hz

THIRTYTWO = <QuattrocentoLightStreamingFrequency.THIRTYTWO: 6>

32 Hz

The Enum and its members also have the following methods:

static _generate_next_value_(name, start, count, last_values, *args, **kwds)

Generate the next value when not given.

name: the name of the member start: the initial start value or None count: the number of existing members last_value: the last value assigned or None

static _new_member_(*args, **kwargs)

Create and return a new object. See help(type) for accurate signature.

biosignal_device_interface.constants.devices.otb.otb_quattrocento_light_constants.QUATTROCENTO_SAMPLING_FREQUENCY_DICT: dict[QuattrocentoLightSamplingFrequency, int] = {<QuattrocentoLightSamplingFrequency.HIGH: 3>: 5120, <QuattrocentoLightSamplingFrequency.LOW: 1>: 512, <QuattrocentoLightSamplingFrequency.MEDIUM: 2>: 2048, <QuattrocentoLightSamplingFrequency.ULTRA: 4>: 10240}

Dictionary to get sampling frequency for each mode.