Tables
Available Mic Python calls for tables:
- Create a new tabular report
- Add a column
- 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 ) Keyword arguments: header --- column header; must be a string (or convertible) values --- column values; must be a list of strings (or convertible)
Create a New Tabular Report
mic.table( title='User Table' ) Keyword arguments: title --- the tabular report title (default = 'User Table')
Micromeritics Learning Center Contact Us
Copyright © 2014 - 2017. Micromeritics Instrument Corporation. All rights reserved.