Appendix G ASAP 2460 Operator’s Manual
G-4 246-42800-01 - Aug 2013
mic.imported_pore_data( import_number = 1 )
Get imported pore data.
Keyword arguments:
import_number --- the import number (1 through 8)
Usage:
xdat, ydat, desc = mic.imported_pore_data(1)
xdat --- array of pore dimension boundaries (angstroms); empty-array if unavailable.
ydat --- array of incremental pore volumes (cm^3/g); empty-array if unavailable.
desc --- Name of data set; empty-string if unavailable.
mic.adsorptive_data( sample_number = 0 )
Get adsorptive data for each sample
Keyword arguments:
sample_number --- Identifier for the adsorptive data to retrieve (default = 0).
0 : the current sample file
1 through 8 : the corresponding overlay sample file
Usage:
csa, hsd, dcf, mol_weight, analysis_gas = mic.adsorptive_data()
csa, hsd, dcf, mol_weight, analysis_gas = mic.adsorptive_data( i )
csa --- cross sectional area (nm^2)
hsd --- hard sphere diameter (angstroms)
dcf --- density conversion factor (dimensionless)
mol_weight --- molecular weight
analysis_gas --- mnemonic for the analysis gas species (e.g., 'CO', 'H2')
TABLE 2: Function Reference for mic Python Module (User-defined Reports) (continued)