class TMSiFrontend.components.table_impedance_values.TableImpedanceValues(layout, widget)#

Bases: object

TableImpedanceValues object

__init__(layout, widget)#

Initialize the table impedance values

Parameters:
  • layout (QLayout) – layout to add the table to

  • widget (QtWidgets) – widget to add the table to

Methods

__init__(layout, widget)

Initialize the table impedance values

get_channels_status()

Get the channels status (enabled/disabled)

reset_table()

Reset the table

set_channels(channels)

Set channels on the table

set_headers(headers)

Set headers of the table

set_values(values)

Set values on the table

get_channels_status()#

Get the channels status (enabled/disabled)

Returns:

a dictionary with info about the channels in the table

Return type:

dict

reset_table()#

Reset the table

set_channels(channels)#

Set channels on the table

set_headers(headers)#

Set headers of the table

set_values(values)#

Set values on the table