Acquire Overlay Sample Data A - Micromeritics TRISTAR II PLUS Operator's Manual

Surface area and porosity analyzer
Hide thumbs Also See for TRISTAR II PLUS:
Table of Contents

Advertisement

A Advanced Reports - Python Module
A
O
CQUIRE
VERLAY
The call to obtain overlay sample data is similar to the calls for the primary sample. This script
involves two overlay sample files.
The calls to obtain adsorptive data and report results for an overlay sample file using mic.report
and mic.adsorptive_data have a very similar interface as the mic.overlay call, and a summary of
their usage is shown in the example in this topic.
1
import
mic
2
3
p, q, n, fsw, fsc, mass, desc = mic.isotherm('rel')
4
p1, q1, n1, fsw1, fsc1, mass1, desc1 = mic.overlay( 1, 'rel')
5
p2, q2, n2, fsw2, fsc2, mass2, desc2 = mic.overlay( 2, 'rel')
6
7
mic.graph( 'Three Sample
8
9
10
11
mic.graph.add( 'Primary
12
mic.graph.add( 'Overlay Isotherm
13
mic.graph.add( 'Overlay Isotherm
14
15
mic.summary( "A Summary Report"
16
17
mic.summary.add( "Two
18
19
20
21
22
                   desc1, 
23
                   desc2 ] )
A - 14
S
D
AMPLE
ATA
Isotherms', 
'Relative Pressure
'Quantity Adsorbed (cm³/g STP)'
Isotherm', p, q )
samples",
[ "Primary
sample:",
"Overlay sample
"Overlay sample 2:"
[ desc, 
(P/Po)',
)
1', p1, q1 )
2', p2, q2 )
)
1:",
],
TriStar II Plus Operator Manual
303-42800-01 (Rev M ) — Sep 2023

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the TRISTAR II PLUS and is the answer not in the manual?

Questions and answers

Subscribe to Our Youtube Channel

Table of Contents

Save PDF