Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://star.arm.ac.uk/~csj/software_store/guide/scl_general.html
Дата изменения: Thu Aug 30 19:21:46 2007 Дата индексирования: Tue Oct 2 11:23:32 2012 Кодировка: Поисковые слова: п п п п п п п п п п п п п п п |
help [<command>] : provide online help -- not implemented SCL General Commands
echo on | off : echo input commands to "stdout"
end: exit program
exit: exit program
quit: exit program
show [<parameter_group> | all] : show values associated with a given parameter group
Valid parameter groups are currently: meth, cont, data, slv, syn, gen, macro, alldefine <macro_name> : define a macro
The macro is defined by additional commands on the same and subsequent input lines up to the next "end" statement. For example:run >macro_name< : run a previously defined macrodefine my_fit; slv_teff1 25.0 1.0; solve; end