A Advanced Reports - Python Module
A
R
CQUIRE
EPORT
Sample file report results may be accessed using the mic.report call. This script prints a summary
of the results of the t-plot and BET reports.
1
import
mic
2
3
sa = mic.report("bet",
4
c = mic.report("bet",
5
vm = mic.report("bet",
6
esa = mic.report("tplot",
7
vol = mic.report("tplot",
8
9
mic.summary( "BET and T-plot Results"
10
11
mic.summary.add( "Report
12
13
14
15
16
17
18
19
20
21
The result is:
A - 12
R
ESULTS
"surface
"bet
"monolayer
"external surface
"micropore
Results",
[ "BET surface
"BET
constant:",
"BET monolayer
"T-plot external surface
"T-plot micropore volume:"
[ '{:10.5f}'.format(sa) +
'{:10.5f}'.format(c),
'{:10.5f}'.format(vm) +
'{:10.5f}'.format(esa) +
'{:10.5f}'.format(vol) +
area")
constant")
capacity")
area")
volume")
)
area:",
capacity:",
area:",
],
'
m²/g',
'
cm³/g',
'
m²/g',
' cm³/g'
TriStar II Plus Operator Manual
303-42800-01 (Rev M ) — Sep 2023
] )
Need help?
Do you have a question about the TRISTAR II PLUS and is the answer not in the manual?