FsCommand
FS
fs - work with multiple fieldservers.
Synposis
fs
[set] [list] [select] [delete] [new] [current] [name = <c>]
Description
This command manipulates the fieldservers. Multiple fieldservers can be stored but simulation command (for example diffuse and implant) only work on the current fieldserver.
- name
- The name of the fieldserver.
- set
- This option will set the name of the current fieldserver to name.
- new
- Create a new fieldserver. If name is specified it will be named name.
- list
- This option lists the names of fieldservers that are defined. If current is specified the name of the current fieldserver only will be returned.
- delete
- This option deletes the named fieldserver. You can not delete the current fieldserver.
- select
- This option selects a fieldserver and makes it the current fieldserver.
Examples
fs new init inf=somestructfile.fstr fs set name=tmpfield
This creates a new fieldserver reads in a structure file and setsthe name of the fieldserver to be tmpfield.
set fs_list [fs list]
Set fs_list to be a list of the fieldservers that are defined. This is a tcl list that can be used like any other tcl list.
Bugs and Missing Features
None.