source: branches/uq/lang/python/Rappture/test/test.xml @ 5410

Last change on this file since 5410 was 5410, checked in by mmh, 9 years ago

add new python API, PyXml?

File size: 2.2 KB
Line 
1<?xml version="1.0"?>
2<run>
3    <tool>
4        <about>Press Simulate to view results.</about>
5        <command>python @tool/fermi.py @driver</command>
6        <version>
7            <rappture>
8                <language>python</language>
9                <version>1.3</version>
10                <revision>4960M</revision>
11                <modified>$LastChangedDate: 2014-03-11 12:20:33 -0400 (Tue, 11 Mar 2014) $</modified>
12            </rappture>
13        </version>
14    </tool>
15    <input>
16        <number id="temperature">
17            <about>
18                <label>Ambient temperature</label>
19                <description>Temperature of the environment.</description>
20            </about>
21            <units>K</units>
22            <min>0K</min>
23            <max>500K</max>
24            <default>300K</default>
25            <preset>
26                <value>300K</value>
27                <label>300K (room temperature)</label>
28            </preset>
29            <preset>
30                <value>77K</value>
31                <label>77K (liquid nitrogen)</label>
32            </preset>
33            <preset>
34                <value>4.2K</value>
35                <label>4.2K (liquid helium)</label>
36            </preset>
37            <current>300K</current>
38        </number>
39        <number id="Ef">
40            <about>
41                <label>Fermi Level</label>
42                <description>Energy at center of distribution.</description>
43            </about>
44            <units>eV</units>
45            <min>-10eV</min>
46            <max>10eV</max>
47            <default>0eV</default>
48            <current>0eV</current>
49        </number>
50    </input>
51    <output>
52        <curve id="f12">
53            <about>
54                <label>Fermi-Dirac Factor</label>
55            </about>
56            <xaxis>
57                <label>Fermi-Dirac Factor</label>
58            </xaxis>
59            <yaxis>
60                <label>Energy</label>
61                <units>eV</units>
62            </yaxis>
63            <component>
64                <xy>0 0 1 1 2 4 3 9 4 16</xy>
65            </component>
66        </curve>
67        <time>Sun Feb  8 00:11:27 2015 EST</time>
68        <status>ok</status>
69        <user>mmh</user>
70        <host/>
71        <walltime>0.021388</walltime>
72        <cputime>0.021129</cputime>
73    </output>
74</run>
75
Note: See TracBrowser for help on using the repository browser.