Contents

class TMSiSDK.device.tmsi_device.TMSiDevice#

Bases: object

A class to handle all the TMSi Devices.

__init__()#

Initialize the device.

Raises:

NotImplementedError – Must be overridden by the child class.

Methods

__init__()

Initialize the device.

apply_mask(**kwargs)

Function to be overridden by the child class.

close(**kwargs)

Function to be overridden by the child class.

discover(**kwargs)

Function to be overridden by the child class.

download_file_from_device(**kwargs)

Function to be overridden by the child class.

export_configuration(**kwargs)

Function to be overridden by the child class.

get_card_recording_config(**kwargs)

Function to be overridden by the child class.

get_card_status(**kwargs)

Function to be overridden by the child class.

get_device_active_channels(**kwargs)

Function to be overridden by the child class.

get_device_active_impedance_channels(**kwargs)

Function to be overridden by the child class.

get_device_bandwidth(**kwargs)

Function to be overridden by the child class.

get_device_card_file_info(**kwargs)

Function to be overridden by the child class.

get_device_card_file_list(**kwargs)

Function to be overridden by the child class.

get_device_channels(**kwargs)

Function to be overridden by the child class.

get_device_data(**kwargs)

Function to be overridden by the child class.

get_device_handle_value(**kwargs)

Function to be overridden by the child class.

get_device_impedance_channels(**kwargs)

Function to be overridden by the child class.

get_device_impedance_data(**kwargs)

Function to be overridden by the child class.

get_device_info_report(**kwargs)

Function to be overridden by the child class.

get_device_interface(**kwargs)

Function to be overridden by the child class.

get_device_interface_status(**kwargs)

Function to be overridden by the child class.

get_device_list(**kwargs)

Function to be overridden by the child class.

get_device_name(**kwargs)

Function to be overridden by the child class.

get_device_power_status(**kwargs)

Function to be overridden by the child class.

get_device_references(**kwargs)

Function to be overridden by the child class.

get_device_repair_logging(**kwargs)

Function to be overridden by the child class.

get_device_sampling_config(**kwargs)

Function to be overridden by the child class.

get_device_sampling_frequency(**kwargs)

Function to be overridden by the child class.

get_device_serial_number(**kwargs)

Function to be overridden by the child class.

get_device_state(**kwargs)

Function to be overridden by the child class.

get_device_sync_out_config(**kwargs)

Function to be overridden by the child class.

get_device_time(**kwargs)

Function to be overridden by the child class.

get_device_triggers(**kwargs)

Function to be overridden by the child class.

get_device_type(**kwargs)

Function to be overridden by the child class.

get_dongle_list(**kwargs)

Function to be overridden by the child class.

get_dongle_serial_number(**kwargs)

Function to be overridden by the child class.

get_downloaded_percentage(**kwargs)

Function to be overridden by the child class.

get_dr_interface(**kwargs)

Function to be overridden by the child class.

get_event(**kwargs)

Function to be overridden by the child class.

get_event_buffer(**kwargs)

Function to be overridden by the child class.

get_file_channels(**kwargs)

Function to be overridden by the child class.

get_id(**kwargs)

Function to be overridden by the child class.

get_live_impedance(**kwargs)

Function to be overridden by the child class.

get_num_active_channels(**kwargs)

Function to be overridden by the child class.

get_num_active_impedance_channels(**kwargs)

Function to be overridden by the child class.

get_num_channels(**kwargs)

Function to be overridden by the child class.

get_num_impedance_channels(**kwargs)

Function to be overridden by the child class.

get_pairing_status(**kwargs)

Function to be overridden by the child class.

get_sdk(**kwargs)

Function to be overridden by the child class.

import_configuration(**kwargs)

Function to be overridden by the child class.

open(**kwargs)

Function to be overridden by the child class.

pair_device(**kwargs)

Function to be overridden by the child class.

reload_device(**kwargs)

Function to be overridden by the child class.

reset_device_card(**kwargs)

Function to be overridden by the child class.

reset_device_data_buffer(**kwargs)

Function to be overridden by the child class.

reset_device_event_buffer(**kwargs)

Function to be overridden by the child class.

reset_masks(**kwargs)

Function to be overridden by the child class.

reset_to_factory_default(**kwargs)

Function to be overridden by the child class.

set_card_recording_config(**kwargs)

Function to be overridden by the child class.

set_device_active_channels(**kwargs)

Function to be overridden by the child class.

set_device_backup_logging(**kwargs)

Function to be overridden by the child class.

set_device_channel_names(**kwargs)

Function to be overridden by the child class.

set_device_download_file_request(**kwargs)

Function to be overridden by the child class.

set_device_impedance_request(**kwargs)

Function to be overridden by the child class.

set_device_interface(**kwargs)

Function to be overridden by the child class.

set_device_references(**kwargs)

Function to be overridden by the child class.

set_device_repair_logging(**kwargs)

Function to be overridden by the child class.

set_device_sampling_config(**kwargs)

Function to be overridden by the child class.

set_device_sampling_request(**kwargs)

Function to be overridden by the child class.

set_device_sync_out_config(**kwargs)

Function to be overridden by the child class.

set_device_time(**kwargs)

Function to be overridden by the child class.

set_device_triggers(**kwargs)

Function to be overridden by the child class.

start_download_file(**kwargs)

Function to be overridden by the child class.

start_measurement(**kwargs)

Function to be overridden by the child class.

stop_download_file(**kwargs)

Function to be overridden by the child class.

stop_measurement(**kwargs)

Function to be overridden by the child class.

user_abort_download(**kwargs)

Function to be overridden by the child class.

apply_mask(**kwargs)#

Function to be overridden by the child class.

Raises:

NotImplementedError – Must be overridden by the child class.

close(**kwargs)#

Function to be overridden by the child class.

Raises:

NotImplementedError – Must be overridden by the child class.

discover(**kwargs)#

Function to be overridden by the child class.

Raises:

NotImplementedError – Must be overridden by the child class.

download_file_from_device(**kwargs)#

Function to be overridden by the child class.

Raises:

NotImplementedError – Must be overridden by the child class.

export_configuration(**kwargs)#

Function to be overridden by the child class.

Raises:

NotImplementedError – Must be overridden by the child class.

get_card_recording_config(**kwargs)#

Function to be overridden by the child class.

Raises:

NotImplementedError – Must be overridden by the child class.

get_card_status(**kwargs)#

Function to be overridden by the child class.

Raises:

NotImplementedError – Must be overridden by the child class.

get_device_active_channels(**kwargs)#

Function to be overridden by the child class.

Raises:

NotImplementedError – Must be overridden by the child class.

get_device_active_impedance_channels(**kwargs)#

Function to be overridden by the child class.

Raises:

NotImplementedError – Must be overridden by the child class.

get_device_bandwidth(**kwargs)#

Function to be overridden by the child class.

Raises:

NotImplementedError – Must be overridden by the child class.

get_device_card_file_info(**kwargs)#

Function to be overridden by the child class.

Raises:

NotImplementedError – Must be overridden by the child class.

get_device_card_file_list(**kwargs)#

Function to be overridden by the child class.

Raises:

NotImplementedError – Must be overridden by the child class.

get_device_channels(**kwargs)#

Function to be overridden by the child class.

Raises:

NotImplementedError – Must be overridden by the child class.

get_device_data(**kwargs)#

Function to be overridden by the child class.

Raises:

NotImplementedError – Must be overridden by the child class.

get_device_handle_value(**kwargs)#

Function to be overridden by the child class.

Raises:

NotImplementedError – Must be overridden by the child class.

get_device_impedance_channels(**kwargs)#

Function to be overridden by the child class.

Raises:

NotImplementedError – Must be overridden by the child class.

get_device_impedance_data(**kwargs)#

Function to be overridden by the child class.

Raises:

NotImplementedError – Must be overridden by the child class.

get_device_info_report(**kwargs)#

Function to be overridden by the child class.

Raises:

NotImplementedError – Must be overridden by the child class.

get_device_interface(**kwargs)#

Function to be overridden by the child class.

Raises:

NotImplementedError – Must be overridden by the child class.

get_device_interface_status(**kwargs)#

Function to be overridden by the child class.

Raises:

NotImplementedError – Must be overridden by the child class.

get_device_list(**kwargs)#

Function to be overridden by the child class.

Raises:

NotImplementedError – Must be overridden by the child class.

get_device_name(**kwargs)#

Function to be overridden by the child class.

Raises:

NotImplementedError – Must be overridden by the child class.

get_device_power_status(**kwargs)#

Function to be overridden by the child class.

Raises:

NotImplementedError – Must be overridden by the child class.

get_device_references(**kwargs)#

Function to be overridden by the child class.

Raises:

NotImplementedError – Must be overridden by the child class.

get_device_repair_logging(**kwargs)#

Function to be overridden by the child class.

Raises:

NotImplementedError – Must be overridden by the child class.

get_device_sampling_config(**kwargs)#

Function to be overridden by the child class.

Raises:

NotImplementedError – Must be overridden by the child class.

get_device_sampling_frequency(**kwargs)#

Function to be overridden by the child class.

Raises:

NotImplementedError – Must be overridden by the child class.

get_device_serial_number(**kwargs)#

Function to be overridden by the child class.

Raises:

NotImplementedError – Must be overridden by the child class.

get_device_state(**kwargs)#

Function to be overridden by the child class.

Raises:

NotImplementedError – Must be overridden by the child class.

get_device_sync_out_config(**kwargs)#

Function to be overridden by the child class.

Raises:

NotImplementedError – Must be overridden by the child class.

get_device_time(**kwargs)#

Function to be overridden by the child class.

Raises:

NotImplementedError – Must be overridden by the child class.

get_device_triggers(**kwargs)#

Function to be overridden by the child class.

Raises:

NotImplementedError – Must be overridden by the child class.

get_device_type(**kwargs)#

Function to be overridden by the child class.

Raises:

NotImplementedError – Must be overridden by the child class.

get_dongle_list(**kwargs)#

Function to be overridden by the child class.

Raises:

NotImplementedError – Must be overridden by the child class.

get_dongle_serial_number(**kwargs)#

Function to be overridden by the child class.

Raises:

NotImplementedError – Must be overridden by the child class.

get_downloaded_percentage(**kwargs)#

Function to be overridden by the child class.

Raises:

NotImplementedError – Must be overridden by the child class.

get_dr_interface(**kwargs)#

Function to be overridden by the child class.

Raises:

NotImplementedError – Must be overridden by the child class.

get_event(**kwargs)#

Function to be overridden by the child class.

Raises:

NotImplementedError – Must be overridden by the child class.

get_event_buffer(**kwargs)#

Function to be overridden by the child class.

Raises:

NotImplementedError – Must be overridden by the child class.

get_file_channels(**kwargs)#

Function to be overridden by the child class.

Raises:

NotImplementedError – Must be overridden by the child class.

get_id(**kwargs)#

Function to be overridden by the child class.

Raises:

NotImplementedError – Must be overridden by the child class.

get_live_impedance(**kwargs)#

Function to be overridden by the child class.

Raises:

NotImplementedError – Must be overridden by the child class.

get_num_active_channels(**kwargs)#

Function to be overridden by the child class.

Raises:

NotImplementedError – Must be overridden by the child class.

get_num_active_impedance_channels(**kwargs)#

Function to be overridden by the child class.

Raises:

NotImplementedError – Must be overridden by the child class.

get_num_channels(**kwargs)#

Function to be overridden by the child class.

Raises:

NotImplementedError – Must be overridden by the child class.

get_num_impedance_channels(**kwargs)#

Function to be overridden by the child class.

Raises:

NotImplementedError – Must be overridden by the child class.

get_pairing_status(**kwargs)#

Function to be overridden by the child class.

Raises:

NotImplementedError – Must be overridden by the child class.

get_sdk(**kwargs)#

Function to be overridden by the child class.

Raises:

NotImplementedError – Must be overridden by the child class.

import_configuration(**kwargs)#

Function to be overridden by the child class.

Raises:

NotImplementedError – Must be overridden by the child class.

open(**kwargs)#

Function to be overridden by the child class.

Raises:

NotImplementedError – Must be overridden by the child class.

pair_device(**kwargs)#

Function to be overridden by the child class.

Raises:

NotImplementedError – Must be overridden by the child class.

reload_device(**kwargs)#

Function to be overridden by the child class.

Raises:

NotImplementedError – Must be overridden by the child class.

reset_device_card(**kwargs)#

Function to be overridden by the child class.

Raises:

NotImplementedError – Must be overridden by the child class.

reset_device_data_buffer(**kwargs)#

Function to be overridden by the child class.

Raises:

NotImplementedError – Must be overridden by the child class.

reset_device_event_buffer(**kwargs)#

Function to be overridden by the child class.

Raises:

NotImplementedError – Must be overridden by the child class.

reset_masks(**kwargs)#

Function to be overridden by the child class.

Raises:

NotImplementedError – Must be overridden by the child class.

reset_to_factory_default(**kwargs)#

Function to be overridden by the child class.

Raises:

NotImplementedError – Must be overridden by the child class.

set_card_recording_config(**kwargs)#

Function to be overridden by the child class.

Raises:

NotImplementedError – Must be overridden by the child class.

set_device_active_channels(**kwargs)#

Function to be overridden by the child class.

Raises:

NotImplementedError – Must be overridden by the child class.

set_device_backup_logging(**kwargs)#

Function to be overridden by the child class.

Raises:

NotImplementedError – Must be overridden by the child class.

set_device_channel_names(**kwargs)#

Function to be overridden by the child class.

Raises:

NotImplementedError – Must be overridden by the child class.

set_device_download_file_request(**kwargs)#

Function to be overridden by the child class.

Raises:

NotImplementedError – Must be overridden by the child class.

set_device_impedance_request(**kwargs)#

Function to be overridden by the child class.

Raises:

NotImplementedError – Must be overridden by the child class.

set_device_interface(**kwargs)#

Function to be overridden by the child class.

Raises:

NotImplementedError – Must be overridden by the child class.

set_device_references(**kwargs)#

Function to be overridden by the child class.

Raises:

NotImplementedError – Must be overridden by the child class.

set_device_repair_logging(**kwargs)#

Function to be overridden by the child class.

Raises:

NotImplementedError – Must be overridden by the child class.

set_device_sampling_config(**kwargs)#

Function to be overridden by the child class.

Raises:

NotImplementedError – Must be overridden by the child class.

set_device_sampling_request(**kwargs)#

Function to be overridden by the child class.

Raises:

NotImplementedError – Must be overridden by the child class.

set_device_sync_out_config(**kwargs)#

Function to be overridden by the child class.

Raises:

NotImplementedError – Must be overridden by the child class.

set_device_time(**kwargs)#

Function to be overridden by the child class.

Raises:

NotImplementedError – Must be overridden by the child class.

set_device_triggers(**kwargs)#

Function to be overridden by the child class.

Raises:

NotImplementedError – Must be overridden by the child class.

start_download_file(**kwargs)#

Function to be overridden by the child class.

Raises:

NotImplementedError – Must be overridden by the child class.

start_measurement(**kwargs)#

Function to be overridden by the child class.

Raises:

NotImplementedError – Must be overridden by the child class.

stop_download_file(**kwargs)#

Function to be overridden by the child class.

Raises:

NotImplementedError – Must be overridden by the child class.

stop_measurement(**kwargs)#

Function to be overridden by the child class.

Raises:

NotImplementedError – Must be overridden by the child class.

user_abort_download(**kwargs)#

Function to be overridden by the child class.

Raises:

NotImplementedError – Must be overridden by the child class.