FrequencyAnalysis#

class lcviz.plugins.frequency_analysis.frequency_analysis.FrequencyAnalysis(*args, **kwargs)[source]#

Bases: PluginTemplateMixin, DatasetSelectMixin, PlotMixin

See the Frequency Analysis Plugin Documentation for more details.

Only the following attributes and methods are available through the public plugin API:

Public constructor

Attributes Summary

auto_range

A boolean (True, False) trait.

err

A trait for unicode strings.

maximum

Mixin to handle empty floating point field.

maximum_step

A float trait.

method_items

An instance of a Python list.

method_selected

A trait for unicode strings.

minimum

Mixin to handle empty floating point field.

minimum_step

A float trait.

periodogram

spinner

A boolean (True, False) trait.

template_file

user_api

xunit_items

An instance of a Python list.

xunit_selected

A trait for unicode strings.

Attributes Documentation

auto_range#

A boolean (True, False) trait.

err#

A trait for unicode strings.

maximum#

Mixin to handle empty floating point field.

maximum_step#

A float trait.

method_items#

An instance of a Python list.

method_selected#

A trait for unicode strings.

minimum#

Mixin to handle empty floating point field.

minimum_step#

A float trait.

periodogram#
spinner#

A boolean (True, False) trait.

template_file = ('/home/docs/checkouts/readthedocs.org/user_builds/lcviz/envs/latest/lib/python3.11/site-packages/lcviz/plugins/frequency_analysis/frequency_analysis.py', 'frequency_analysis.vue')#
user_api#
xunit_items#

An instance of a Python list.

xunit_selected#

A trait for unicode strings.