WrightTools.data.Data.remove_constant

Data.remove_constant(constant, *, verbose=True)[source]

Remove a constant from the stored list.

Parameters:
  • constant (str or Constant or int) – Expression for the new constant.

  • verbose (boolean (optional)) – Toggle talkback. Default is True

See also

set_constants

Remove and replace all constants.

create_constant

Add an individual constant.