projectile command



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

Purpose

Handles projectiles / elements.

Parameters

items
For read specifies the name of the projectile file(s) to be read.
For write, export, list, delete specifies a list of projectiles/elements 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 projectile files specified by items
write
Write projectile / element data to a file. File naming convention is:
<projectile>.proj
list
Lists currently loaded projectiles.
delete
Delete projectiles specified by items.
inspect
Show some internal info about the current projectiles.
debug
Debug switch. Lots of output !

Remarks

The format of projectile files is described here

Examples


  1.    projectile H.proj,O.proj / read 
    
    Reads the specified projectile files.
  2.    projectile H,O / write prefix(/tmp/) 
    
    Write projectiles files, /tmp/H.proj,/tmp/O.proj, for projectiles H,O.

Last updated: M.Kraemer,
$Id: traxcmdprojectile.html,v 1.5 2019/03/17 22:57:49 kraemer Exp $