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:
mic.table.addtable( name )
Keyword arguments:
name --- the table name
Add a Column
This script adds a column to the last created table:
mic.table.addcolumn(header, values, align='r'):
Keyword arguments:
header --- column header; must be a string (or convertible)
values --- column values; must be a list of strings (or convertible)
align --- column alignment; 'r', 'l', 'c' for right, left, and center jus-
tified
Create a New Tabular Report
mic.table( title='User Table' )
Keyword arguments:
title --- the tabular report title (default = 'User Table')
MicModule Python Calls
AccuPyc II 1345 Operator Manual
134-42851-01 (Rev A) ā Jan 2021
A - 13