MICMODULE PYTHON CALLS
Tables
Available Mic Python calls for tables:
n
Create a new tabular report
n
Add a column
n
Add a table
Add a Table
This script adds a table to the last created tabular report:
1 mic.table.addtable(name )
2
3 Keyword arguments:
4
5 name --- the table name
Add a Column
This script adds a column to the last created table:
1 mic.table.addcolumn(header, values, align='r'):
2
3 Keyword arguments:
4
5 header --- column header; must be a string (or convertible)
6 values --- column values; must be a list of strings (or con-
vertible)
7 align--- column alignment; 'r', 'l', 'c' for right, left, and
center justified
MicModule Python Calls
TriStar II Plus Operator Manual
303-42800-01 (Rev M ) — Sep 2023
A - 17