target command



target | items 
       / prefix() 
	 import()   list    debug
         export()   delete 
         read        
         write      inspect 

Purpose

Handles target material.

Parameters

items
For read specifies the name of the target data file(s) to be read.
For write, export, list, delete specifies a list of target materials to be processed.
prefix(prefix)
For output options only: file name is prefixed with <prefix>.
import()
Not yet implemented.
export(fmt)
Not yet implemented.
read
Read target data file specified by items
write
Write target data to a file. File naming convention is:
<material>.targ
list
Lists current target materials.
delete
Delete target material(s) specified by items.
inspect
Show some internal info about the current target materials.
debug
Debug switch. Lots of output !

Remarks

The format of target material files is described here

Examples


  1.    target H2O.targ / read 
    
    Reads the specified target file. Note that the composing elements have to be loaded before via the projectile command.
  2.    target H2O / write prefix(/tmp/) 
    
    Write a target file, /tmp/H2O.targ, for material H2O.

Last updated: M.Kraemer,
$Id: traxcmdtarget.html,v 1.7 2019/03/17 22:57:50 kraemer Exp $