Changeset 9 for trunk/lib/library.xml


Ignore:
Timestamp:
Apr 19, 2005, 8:06:13 PM (19 years ago)
Author:
mmc
Message:

Massive changes across the entire toolkit. Rearranged the
XML description to agree better with new documentation and
conventions.

Added a small start of Rappture.interface and Rappture.number
in the python directory. This is the new way of doing Rappture--
by declaring variables directly in the program, not using XML
directly at all.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/library.xml

    r7 r9  
    22<library>
    33<parameters>
    4   <group name="ambient">
    5     <number name="temperature">
     4  <group id="ambient">
     5    <number id="temperature">
    66      <label>Ambient temperature</label>
    77      <units>K</units>
     
    5151</elements>
    5252<materials>
    53   <material name="GaAs">
     53  <material id="GaAs">
    5454    <formula>GaAs</formula>
    5555    <bandgap>1.422eV</bandgap>
     
    6060    <NvEffDensityOfStates>0.942e19/cm3</NvEffDensityOfStates>
    6161  </material>
    62   <material name="Al(0.3)Ga(0.7)As">
     62  <material id="Al(0.3)Ga(0.7)As">
    6363    <formula>Al(0.3)Ga(0.7)As</formula>
    6464    <color>#9999ff</color>
     
    6969    <NvEffDensityOfStates>0.111e20/cm3</NvEffDensityOfStates>
    7070  </material>
    71   <material name="Au">
     71  <material id="Au">
    7272    <formula>Au</formula>
    7373    <color>#ffff66</color>
Note: See TracChangeset for help on using the changeset viewer.