|
|
DaqDevice Class |
Namespace: GLNeuroTech.Devices.Common
The DaqDevice type exposes the following members.
| Name | Description | |
|---|---|---|
| Connect |
Opens a connection to the device so that commands can be issued and data can be acquired.
| |
| Disconnect |
Disconnects and closes the connection.
| |
| Dispose | Releases all resources used by the DaqDevice | |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| LockDevice |
Locks the Great Lakes NeuroTechnologies device so that no other interactive commands will be accepted.
| |
| MemberwiseClone | (Inherited from Object.) | |
| SetDeviceTime |
Sends the current time to the device to synchronize with PC system time.
| |
| SetDeviceTime(DateTime) |
Sets the device time to a specific date/time value
| |
| StartAcquisition |
Begins streaming real-time data from the connected device.
| |
| StartRecording |
Starts recording raw device data stream to the specified file name.
| |
| StopAcquisition |
Stops streaming real-time data from the connected device.
| |
| StopRecording |
Stops recording raw device data stream and closes the file. If the device is not currently recording, an exception will be thrown.
| |
| ToString | (Inherited from Object.) | |
| UnlockDevice |
Sends the unlock command to the device.
|
| Name | Description | |
|---|---|---|
| FirmwareVersion |
The current device firmware version.
| |
| HardwareVersion |
The current device hardware version number.
| |
| IsAcquiring |
Indicates whether the device is currently streaming signal data to the PC.
| |
| IsConnected |
Indicates whether the device is currently connected to the PC and able to receive commands.
| |
| IsDeviceLocked |
Indicates whether the device is in locked mode.
| |
| IsRecording |
Indicates whether the device is currently recording the raw data stream to a file.
| |
| IsVirtualMode | ||
| Name |
The name associated with this device.
| |
| SignalGroups |
A list of all SignalGroups defined for this device.
|
| Name | Description | |
|---|---|---|
| CommunicationError |
Raised when a communication error has occurred.
| |
| GeneralOperationError |
Raised as a notification of a general operational error. Typically, if this event is raised,
device operation can still continue.
| |
| SignalBufferOverflowed |
Indicates that one or more Signals has overflowed its internal buffer
|