dpm_histogram#
Bases:
TUIMenu
Enters the DPM histogram menu.
Methods:
__init__
(service, version, mode, path)__init__ method of TUIMenu class.
Classes:
compute_sample
(service, version, mode, path)Computes the minimum/maximum of a sample variable.
delete_sample
(service, version, mode, path)Deletes a sample from the loaded sample list.
list_samples
(service, version, mode, path)Shows all samples in a loaded sample list.
pick_sample_to_reduce
(service, version, ...)Select a sample to be reduced.
plot_sample
(service, version, mode, path)Plots a histogram of a loaded sample.
prep_dpm_sample_cont_plot_exprs
(service, ...)Prepare named expressions from data in a DPM sample file (collected at a cut plane surface) for contour plotting.
read_sample
(service, version, mode, path)Reads a sample file and adds it to the sample list.
reduce_picked_sample
(service, version, mode, ...)Reduce a sample as specified by the data reduction parameters.
set
(service, version, mode, path)Enters the settings menu for the histogram.
setup_reduction
(service, version, mode, path)Set up the sample data reduction by specifying all relevant options and setting parameters as desired.
write_sample
(service, version, mode, path)Write a histogram of a loaded sample into a file.
__init__ method of TUIMenu class.
Bases:
TUIMethod
Computes the minimum/maximum of a sample variable.
Bases:
TUIMethod
Deletes a sample from the loaded sample list.
Bases:
TUIMethod
Shows all samples in a loaded sample list.
Bases:
TUIMethod
Select a sample to be reduced.
Bases:
TUIMethod
Plots a histogram of a loaded sample.
Bases:
TUIMethod
Prepare named expressions from data in a DPM sample file (collected at a cut plane surface) for contour plotting.
Bases:
TUIMethod
Reads a sample file and adds it to the sample list.
Bases:
TUIMethod
Reduce a sample as specified by the data reduction parameters. This command is available only after you selected the sample using the pick-sample-to-reduce text command.
Bases:
TUIMethod
Write a histogram of a loaded sample into a file.