ASAP 2460 Operator's Manual
TABLE 2: Function Reference for mic Python Module (User-defined Reports)
mic.isotherm(press_type='rel')
Get the primary isotherm data.
Keyword arguments:
press_type --- the pressure basis; use 'rel' for relative pressure, 'abs' for absolute (default = 'rel')
Usage:
p, qads, num_ads, warm_fs, cold_fs, mass, desc = mic.isotherm('rel')
p
--- array of pressure (relative or absolute)
qads
--- array of cumulative quantity adsorbed
num_ads
--- number of points in the adsorption curve
warm_fs
--- warm free-space
cold_fs
--- cold free-space
mass
--- sample mass
desc
--- sample description
mic.overlay(overlay_number=1, press_type='rel')
Get overlay isotherm data.
Keyword arguments:
overlay_number
press_type
Usage:
p, qads, num_ads, warm_fs, cold_fs, mass, desc = mic.overlay(1, 'rel')
p
--- array of pressure (relative or absolute); empty-array if overlay is unavailable.
qads
--- array of cumulative quantity adsorbed; empty-array if overlay is unavailable.
num_ads
--- number of points in the adsorption curve; 0 if overlay is unavailable.
warm_fs
--- warm free-space; 0.0 if overlay is unavailable.
cold_fs
--- cold free-space; 0.0 if overlay is unavailable.
mass
--- sample mass; 0.0 if overlay is unavailable.
desc
--- sample description; empty-string if overlay is unavailable.
246-42800-01 - Aug 2013
--- the overlay number (1 through 8)
--- the pressure basis; use 'rel' for relative pressure, 'abs' for
absolute (default = 'rel')
Appendix G
G-3
Need help?
Do you have a question about the ASAP 2460 and is the answer not in the manual?