|
BioPotentialChannelMode Enumeration |
Describes the mode of operation set for a biopotential channel.
Namespace: GLNeuroTech.Devices.BioRadio.ConfigurationAssembly: BioRadioAPI (in BioRadioAPI.dll) Version: 1.0.266.19973 (1.0.266.19973)
Syntax public enum BioPotentialChannelMode
Public Enumeration BioPotentialChannelMode
public enum class BioPotentialChannelMode
type BioPotentialChannelMode
Members
| Member name | Value | Description |
---|
| Normal | 0 |
Normal operation mode.
|
| GSR | 1 |
The channel is configured for reporting GSR data
|
| TestSignal | 2 |
Directs the device to generate a 1.98Hz square wave on this channel.
|
| RIP | 3 |
The channel is configured for reporting RIP data
|
See Also