BrainBit for developers Subscribe for updates Visit website

NTResistanceChannel

The class of the data channel of the interelectrode resistance. It inherits from the base class of channels NTBaseChannel. Notification of new data in the channel is carried out only when the device is connected and the resistance pickup mode (startResist) is activated. Resistance unit: Ohm.

Description

NTResistanceChannel

Function. Create an electrode resistance data channel.

Creates a data channel of the interelectrode resistance.

Parameters:

device

Description: currently connected device

Data type: NTDevice

info

Description: channel information

Data type: NTChannelInfo

Return value:

Description: Interelectrode data resistance channel.

Data type: NTResistanceChannel.

readData

Function. Channel data request.

Method that returns the requested amount of data.

Parameters:

offset

Description: Offset from the start of the data

Data type: UInt

length

Description: Required number of resistance counts.

Data type: UInt

Return value:

Description: array of requested reports

Data type: [NSNumber].