Click or drag to resize
BioPotentialChannelConfiguration Class
Inheritance Hierarchy
SystemObject
  GLNeuroTech.Devices.BioRadio.ConfigurationChannelConfiguration
    GLNeuroTech.Devices.BioRadio.ConfigurationBioPotentialChannelConfiguration

Namespace: GLNeuroTech.Devices.BioRadio.Configuration
Assembly: BioRadioAPI (in BioRadioAPI.dll) Version: 1.0.266.19973 (1.0.266.19973)
Syntax
public class BioPotentialChannelConfiguration : ChannelConfiguration

The BioPotentialChannelConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodBioPotentialChannelConfiguration
Initializes a new instance of the BioPotentialChannelConfiguration class
Top
Methods
Properties
  NameDescription
Public propertyBitResolution
Specifies the bit resolution for this BioPotential channel. Valid values are 12, 16, and 24.
Public propertyChannelIndex
The one-based channel ID that corresponds to the channel label on the device.
(Inherited from ChannelConfiguration.)
Public propertyChannelType
A text label to describe the type of channel
(Inherited from ChannelConfiguration.)
Public propertyConnected
Indicates whether this channel is connected. This is a read-only property.
(Inherited from ChannelConfiguration.)
Public propertyCoupling
The CouplingType configured for this channel.
Public propertyEnabled
Indicates whether this channel is enabled. If true, data will be acquired on this channel. Otherwise, no data will be acquired.
(Inherited from ChannelConfiguration.)
Public propertyGain
The gain applied to this channel. Valid values are from 1 to 24, inclusively.
Public propertyName
The name associated with this channel. Names cannot exceed 30 characters.
(Inherited from ChannelConfiguration.)
Public propertyOperationMode
Gets or sets the Operation Mode of the channel.
Public propertyPresetCode
A code to indicate an application-specific use for this channel.
(Inherited from ChannelConfiguration.)
Public propertySaved
Indicates whether this channel will be saved to internal device memory when acquiring.
(Inherited from ChannelConfiguration.)
Public propertyStreamed
Indicates whether channel data will be wirelessly streamed to a connected client when acquisition is started.
(Inherited from ChannelConfiguration.)
Top
See Also