Summary Reports
Add a Summary Section
This script adds a summary section to the last created summary report:
1 mic.summary.add(name, labels, values):
2
3 Keyword arguments:
4
5 name--- summary section name
6 labels --- column of labels; must be a list of strings
7 (or convertible) and the same length as values
8 values --- column of values; must be a list of strings
9 (or convertible) and the same length as labels
Create a New Summary Report
1 mic.summary(title='User Summary' )
2
3 Keyword arguments:
4
5 title --- the summary title
MicModule Python Calls
TriStar II Plus Operator Manual
303-42800-01 (Rev M ) — Sep 2023
A - 19