source: trunk/examples/objects/library/library_0_0_in.xml @ 2071

Last change on this file since 2071 was 1581, checked in by dkearney, 15 years ago

updates for the rappture objects, object examples, and object apis. small fix for rpunits c interface to check string length. there should probably be more of these checks in the c interface, but units should also be rewritten. added folders to separate out octave2 and octave3 app-fermi examples

File size: 817 bytes
Line 
1<?xml version="1.0"?>
2<run>
3    <input>
4        <number id="Ef">
5            <about>
6                <label>Fermi Level</label>
7                <description>Energy at center of distribution.</description>
8            </about>
9            <units>eV</units>
10            <min>-10eV</min>
11            <max>10eV</max>
12            <default>0eV</default>
13            <current>5eV</current>
14            <preset>
15                <label>300K (room temperature)</label>
16                <value>300K</value>
17            </preset>
18            <preset>
19                <label>77K (liquid nitrogen)</label>
20                <value>77K</value>
21            </preset>
22            <preset>
23                <label>4.2K (liquid helium)</label>
24                <value>4.2K</value>
25            </preset>
26        </number>
27    </input>
28</run>
Note: See TracBrowser for help on using the repository browser.