- class TMSiSDK.device.devices.apex.apex_structures.apex_impedance_channel.ApexImpedanceChannel(channel_metadata)#
Bases:
TMSiImpedanceChannel
Class to handle the Apex impedance channel
- __init__(channel_metadata)#
Initialize the channel.
- Parameters:
channel_metadata (TMSiChannelMetadata) – channel metadata.
Methods
__init__
(channel_metadata)Initialize the channel.
Get the index of the channel.
Get the unit of measurement of the channel.
Set the impedance channel metadata.
- get_channel_index()#
Get the index of the channel.
- Returns:
index.
- Return type:
int
- get_channel_unit_name()#
Get the unit of measurement of the channel.
- Returns:
unit of the real and imaginary impedances.
- Return type:
tuple(str, str)
- set_device_impedance_channel_metadata(channel_metadata)#
Set the impedance channel metadata.
- Parameters:
channel_metadata (TMSiChannelMetadata) – channel metadata.