Get Overlay Isotherm Data for Chemical Adsorption

mic chem_overlay( overlay_number = 1, branch='primary' ) :

Get overlay isotherm data.

Keyword arguments:

  overlay_number --- the overlay number (1 through 8; default = 1)

   branch --- Specifies which analysis to get isotherm data;
              use 'primary' for the first analysis,
                  'repeat' for the repeat analysis
              and 'difference' for the difference of these two

Usage:

  p, q = mic.chem_overlay(1, 'primary')
  p, q = mic.chem_overlay(1, 'repeat')
  p, q = mic.chem_overlay(1, 'difference')
  p    --- array of absolute pressures
  q    --- array of cumulative quantity adsorbed
 
   Micromeritics Learning Center    Contact Us

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