pyleecan.GUI.Tools.WImport.WImportLinspace.WImportLinspace module

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

Bases: Ui_WImportLinspace, QWidget

import_name = 'Define as Linspace'
import_type

alias of ImportGenVectLin

saveNeeded
dataTypeChanged
update()[source]

Fill the widget with the current value of the data

set_type_lin()[source]
set_start()[source]

Change the value according to the widget

set_stop()[source]

Change the value according to the widget

set_N()[source]

Change the value according to the widget

set_is_end(is_checked)[source]

Signal to update the value of is_internal according to the widget

Parameters:
  • self (WImportLinspace) – A WImportLinspace object

  • is_checked (bool) – State of is_internal

staticMetaObject = <PySide2.QtCore.QMetaObject object>