Changeset 413 for trunk/examples/zoo


Ignore:
Timestamp:
Apr 26, 2006, 6:42:46 PM (18 years ago)
Author:
mmc
Message:
  • Added <description> capability to output objects, including axes.
  • Fixed the ResultSet? so that it is more compact and supports the simulation number as a parameter. This is useful when there are datasets with wildly varying parameters.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/examples/zoo/curve/tool.xml

    r72 r413  
    2626<output>
    2727  <curve id="single">
    28     <about><label>Single curve</label></about>
     28    <about>
     29      <label>Single curve</label>
     30      <description>This is an example of a single curve.</description>
     31    </about>
    2932    <xaxis>
    3033      <label>Time</label>
     34      <description>Time during the experiment.</description>
    3135      <units>s</units>
    3236    </xaxis>
    3337    <yaxis>
    3438      <label>Voltage v(11)</label>
     39      <description>Output from the amplifier.</description>
    3540      <units>V</units>
    3641    </yaxis>
     
    4146      <group>Multiple curves</group>
    4247      <label>Factor a=1</label>
     48      <description>This is an example of multiple curves on the same plot.</description>
    4349    </about>
    4450    <xaxis>
    4551      <label>Frequency</label>
     52      <description>Frequency of the input source.</description>
    4653      <units>Hz</units>
    4754      <scale>log</scale>
     
    4956    <yaxis>
    5057      <label>Current</label>
     58      <description>Current through the pull-down resistor.</description>
    5159      <units>uA</units>
    5260      <scale>log</scale>
     
    5866      <group>Multiple curves</group>
    5967      <label>Factor a=2</label>
     68      <description>This is an example of multiple curves on the same plot.</description>
    6069    </about>
    6170    <xaxis>
    6271      <label>Frequency</label>
     72      <description>Frequency of the input source.</description>
    6373      <units>Hz</units>
    6474      <scale>log</scale>
     
    6676    <yaxis>
    6777      <label>Current</label>
     78      <description>Current through the pull-down resistor.</description>
    6879      <units>uA</units>
    6980      <scale>log</scale>
Note: See TracChangeset for help on using the changeset viewer.