|
libcdx: Interfaces to the Channel Data Exchange (CDX) File Format
C++, Python, and Matlab library to exchange data for radio propagation channels
|
Class that generates a QWidget into which all plots for a link are inserted. More...


Public Member Functions | |
| def | __init__ (self, cdx_figures, link_name, enable_pdp, parent=None) |
| def | initialize_link (self, link_name) |
| Initializes the figures in a link. More... | |
| def | add_figure_to_canvas (self, fig) |
| Adds a figure to a list of canvases. More... | |
| def | update (self, value, time) |
| Updates the content of figures for a new time. More... | |
| def | combobox_index_changed (self, idx) |
| Slot function when a new link name is selected in the combo box. More... | |
Class that generates a QWidget into which all plots for a link are inserted.
| def cdx-display.ChannelLink.add_figure_to_canvas | ( | self, | |
| fig | |||
| ) |
Adds a figure to a list of canvases.
| def cdx-display.ChannelLink.combobox_index_changed | ( | self, | |
| idx | |||
| ) |
Slot function when a new link name is selected in the combo box.
This deletes the axes and initializes the link again with the new link name.
| def cdx-display.ChannelLink.initialize_link | ( | self, | |
| link_name | |||
| ) |
Initializes the figures in a link.
Called on startup and when a new link is set in the combobox.
| def cdx-display.ChannelLink.update | ( | self, | |
| value, | |||
| time | |||
| ) |
Updates the content of figures for a new time.
This
1.8.13