Changeset 1611


Ignore:
Timestamp:
Nov 9, 2009, 12:18:29 PM (15 years ago)
Author:
dkearney
Message:

adding detail to simsim help instructions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/apps/simsim.in

    r1214 r1611  
    380380OPTIONS:
    381381 -tool <path>        - use the tool.xml file specified at <path>
    382  -values <valtype>   - choose the type of values to use for input.
     382 -values <valtype>   - the type of values used to populate driver file.
    383383                       valid <valtype>'s include:
    384                        "default","current","random".
     384                       "default" - replace <current> values with <default>'s,
     385                       "current" - use <current> values (ie do nothing),
     386                       "random" - generate random values for <current>.
    385387 -driver <path>      - write a driver file to <path>.
    386388 -compare <path>     - compare the results with the run.xml
     
    421423    simsim -values random input.number(Ef).current=2eV
    422424
    423 run a simulation using the current values from driver.xml
     425run a simulation using the current values from driver.xml,
     426"-values current" is only useful if you are asking
     427simsim to run the simulation and you provide a driver file.
    424428    simsim -tool driver.xml -values current
    425429
Note: See TracChangeset for help on using the changeset viewer.