Appendix G ASAP 2460 Operator’s Manual
G-6 246-42800-01 - Aug 2013
graphtype --- graph type; (default = 'both')
'curve' or 'c' : curve
'points' or 'p' : points
'both' or 'b' : curve-and-points
'hist' or 'h' : histogram
mic.table(title='User Table')
Create a new tabular report.
Keyword arguments:
title --- the tabular report title (default = 'User Table')
mic.table.addtable(name)
Add a table to the last created tabular report.
Keyword arguments:
name --- the table name
mic.table.addcolumn(header, values)
Add a column to the last created table.
Keyword arguments:
header --- column header; must be a string (or convertible)
values --- column values; must be a list of strings (or convertible)
mic.summary( title='User Summary')
Create a new summary report.
Keyword arguments:
title --- the summary title
mic.summary.add(self, name, labels, values)
Add a summary section to the last created summary report.
Keyword arguments:
name --- summary section name
labels --- column of labels; must be a list of strings (or convertible) and the same length as
values
values --- column of values; must be a list of strings (or convertible) and the same length as
values
TABLE 2: Function Reference for mic Python Module (User-defined Reports) (continued)