Summary Reports

Available Mic Python calls for summary reports:

  • Add a summary section to the last created summary report
  • Create a new summary report

Add a Summary Section

This script adds a summary section to the last created summary report:

mic.summary.add( name, labels, values )

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 labels

Create a New Summary Report

mic.summary( title='User Summary' )

Keyword arguments:

   title --- the summary title
 
Micromeritics Learning Center    Contact Us

Copyright © 2013-2018. Micromeritics Instrument Corporation. All rights reserved.