class TMSiFrontend.charts.impedance_chart.ImpedanceChart(plotter_chart, legend, head_enabled=True)#

Bases: Chart

ImpedanceChart object

__init__(plotter_chart, legend, head_enabled=True)#

Initialize impedance chart

Parameters:
  • plotter_chart (GraphicsLayoutWidget) – plotter chart where to place the chart

  • legend (ImpedanceLegend) – impedance legend where to read the color corresponding to the value

  • head_enabled (bool, optional) – is head to be shown on the background, defaults to True

Methods

__init__(plotter_chart, legend[, head_enabled])

Initialize impedance chart

initUI()

InitUI of Impedance chart

place_electrodes(channels, coordinates)

Place electrodes in position

update_chart(values)

Update chart

initUI()#

InitUI of Impedance chart

place_electrodes(channels, coordinates)#

Place electrodes in position

Parameters:
  • channels (list) – list of channels

  • coordinates (dict) – coordinates of the channel

update_chart(values)#

Update chart

Parameters:

values (list) – impedance values