EasyManua.ls Logo

Micromeritics TRISTAR II PLUS - MicModule Python Calls; MicModule Python Calls for Tables; Add a Table in Python Report; Add a Column in Python Table

Micromeritics TRISTAR II PLUS
310 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
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

Table of Contents

Related product manuals