Get Primary Isotherm Data
1 mic.isotherm(press_type='rel', sample_number=0, item=''):
2
3 Get isotherm data.
4
5 Keyword arguments:
6
7 press_type--- the pressure basis; use 'rel' for relative pres-
sure,
8 'abs' for absolute (default = 'rel'). This is
ignored
9 if the 'item' argument is also used.
10
11 sample_number --- Sample to retrieve
12 0: current sample file (default)
13 1 through 8 : corresponding overlay sample file
14
15 item--- string identifying the item to be returned.
16 For example; 'absolute pressure', or 'quantity
adsorbed'
17 The default is an empty string for which the
return
18 value is the below list of quantities
19
20 Usage for specified item:
21 prel = mic.isotherm(sample_number=0, item='relative pressure')
22
23 Usage with tuple returned:
24 p, qads, n_ads, warm_fs, cold_fs, mass, desc = mic.isotherm
('rel')
25
26 p--- array of pressure (relative or absolute)
27 qads--- array of cumulative quantity adsorbed
MicModule Python Calls
TriStar II Plus Operator Manual
303-42800-01 (Rev M ) — Sep 2023
A - 23