pyleecan.GUI.Tools.WImport.WImportMatrixTable.WImportMatrixTable module

class WImportMatrixTable(parent=None, data=None, plot_title='', expected_shape=None)[source]

Bases: Ui_WImportMatrixTable, QWidget

Widget to define an ImportMatrixVal

import_name = 'User-defined Table'
import_type

alias of ImportMatrixVal

saveNeeded
dataTypeChanged
update()[source]

Fill the widget with the current value of the data

s_table()[source]

display the data in a table

update_data()[source]
s_plot()[source]

Plot the matrix (if 2D)

s_convert()[source]

Convert the ImportMatrixVal to a ImportMatrixXls by saving the matrix in Excel

staticMetaObject = <PySide2.QtCore.QMetaObject object>