ag_info_str
- mdtools.run_time_info.ag_info_str(ag, indent=0, max_names=10)[source]
Create a string containing information about an MDAnalysis
AtomGroup.The string can be printed directly to standard output using
print().The information contained in the string is:
Refer to the MDAnalysis’ user guide for an explanation of these terms.
- Parameters:
ag (
MDAnalysis.core.groups.AtomGroup) – The MDAnalysisAtomGroupfor which to create the information string.indent (
int, optional) – Number of spaces to indent the information string. Negative indentation is treated as zero indentation.max_names (
int, optional) – The maximum number ofSegment,ResidueorAtomnames/types to print to screen. If the number of different names/types exceeds max_names, the names/types are not separately printed to stdout to avoid overloading the screen.
- Returns:
ag_info (
str) – Human readable string containing the above listed content.
See also
mdtools.file_handler.indent()Indent a text