class TMSiSDK.device.devices.saga.saga_structures.saga_channel.SagaChannel#

Bases: TMSiChannel

A class to handle Saga channels.

__init__()#

Initialize Saga channel

Methods

__init__()

Initialize Saga channel

get_sensor_information()

Get sensor information

set_channel_information(channel_description)

Set the information of the channel.

set_sensor_information(sensor[, bipolar])

Set sensor information on Saga channel

get_sensor_information()#

Get sensor information

Returns:

sensor information

Return type:

SagaSensor

set_channel_information(channel_description)#

Set the information of the channel.

Parameters:

channel_description (list[TMSiDevChDesc]) – channel description

set_sensor_information(sensor, bipolar=False)#

Set sensor information on Saga channel

Parameters:
  • sensor (SagaSensor) – sensor

  • bipolar (bool) – tells if the sensor is on a bipolar channel, optional, default False