report_plots#
Bases:
TUIMenuEnters 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:
TUIMethodCreates a report plot.
Bases:
TUIMethodDefines the axes for a report plot.
Bases:
TUIMethodClears the data associated with a report plot.
Bases:
TUIMethodDefines the curves for a report plot.
Bases:
TUIMethodDeletes a report plot object.
Bases:
TUIMethodDeletes all of the report plot objects.
Bases:
TUIMethodEdits a report plot.
Bases:
TUIMethodGet report-plot object window id.
Bases:
TUIMethodLists all defined report plots.
Bases:
TUIMethodLists the properties of a report plot.
Bases:
TUIMethodPlots the specified report plot.