report_plots#
Bases:
TUIMenu
Enters the report plots menu.
Methods:
__init__
(service, version, mode, path)__init__ method of TUIMenu class.
Classes:
add
(service, version, mode, path)Creates a report plot.
axes
(service, version, mode, path)Defines the axes for a report plot.
clear_data
(service, version, mode, path)Clears the data associated with a report plot.
curves
(service, version, mode, path)Defines the curves for a report plot.
delete
(service, version, mode, path)Deletes a report plot object.
delete_all
(service, version, mode, path)Deletes all of the report plot objects.
edit
(service, version, mode, path)Edits a report plot.
get_window_id
(service, version, mode, path)Get report-plot object window id.
list
(service, version, mode, path)Lists all defined report plots.
list_properties
(service, version, mode, path)Lists the properties of a report plot.
plot
(service, version, mode, path)Plots the specified report plot.
__init__ method of TUIMenu class.
Bases:
TUIMethod
Creates a report plot.
Bases:
TUIMethod
Defines the axes for a report plot.
Bases:
TUIMethod
Clears the data associated with a report plot.
Bases:
TUIMethod
Defines the curves for a report plot.
Bases:
TUIMethod
Deletes a report plot object.
Bases:
TUIMethod
Deletes all of the report plot objects.
Bases:
TUIMethod
Edits a report plot.
Bases:
TUIMethod
Get report-plot object window id.
Bases:
TUIMethod
Lists all defined report plots.
Bases:
TUIMethod
Lists the properties of a report plot.
Bases:
TUIMethod
Plots the specified report plot.