Документ взят из кэша поисковой машины. Адрес оригинального документа : 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
Кодировка:

Поисковые слова: arp 220
SCL General Commands
lte-codes sterne spectrum ffit sfit grids idlines
commands scl
scl com sfit slv syn spc ga

SCL General Commands


help [<command>] : provide online help -- not implemented
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, all
define <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:
define my_fit; slv_teff1 25.0 1.0; solve; end
run >macro_name< : run a previously defined macro