pswamp.visualization.time_window_plot_v2

Attributes

config

Classes

TimeWindowPlotV2

TimeWindowPlotGUI

Functions

run_time_window_plot(*config_args[, update_freq, ...])

Module Contents

class pswamp.visualization.time_window_plot_v2.TimeWindowPlotV2(tw, update_freq=10, n_max_plots=50, title='', datetime_xaxis=True, background_color=(30, 63, 64), *args, **kwargs)

Bases: PySide6.QtWidgets.QWidget

n_max_plots = 50
tw
colors
channel_names = []
pens = []
graphWidget
selected_channels = []
plotWidget
pl = []
timer
add_channel(index)
remove_channel(index)
update_colors()
update()
class pswamp.visualization.time_window_plot_v2.TimeWindowPlotGUI(kafka_kwargs, input_topic='pmudata', pmu_coords_topic='pmu_coords_topic', countries=[], update_freq=25, n_max_plots=50, include_map=True, *args, **kwargs)

Bases: PySide6.QtWidgets.QMainWindow

pswamp.visualization.time_window_plot_v2.run_time_window_plot(*config_args, update_freq=25, n_max_plots=50, **kwargs)
pswamp.visualization.time_window_plot_v2.config