TaurusCurveParam

Inheritance diagram of TaurusCurveParam
class TaurusCurveParam(title: str | None = None, comment: str | None = None, icon: str = '')[source]

Import from taurus.qt.qtgui.extra_guiqwt.styles as:

from taurus.qt.qtgui.extra_guiqwt.styles import TaurusCurveParam
update_curve(curve)[source]
update_param(curve)[source]
xModel

Construct a string data item

Parameters:
  • label (str) – item name

  • default (str) – default value (optional)

  • notempty (bool) – if True, empty string is not a valid value (optional)

  • wordwrap (bool) – toggle word wrapping (optional)

  • help (str) – text shown in tooltip (optional)

yModel

Construct a string data item

Parameters:
  • label (str) – item name

  • default (str) – default value (optional)

  • notempty (bool) – if True, empty string is not a valid value (optional)

  • wordwrap (bool) – toggle word wrapping (optional)

  • help (str) – text shown in tooltip (optional)