hgtrans control SaveConfig
Saves the current configuration to a file.
Syntax
hgtrans control SaveConfig filename
Application
HyperGraphTrans Tcl Modify
Description
This command saves the current configuration to a file as a set of Tcl statements which can later be read back in.
Inputs
- filename
- filename must be the path name of a Tcl file.
Example
hgtrans control SetFile “ANGACC”
hgtrans control SetOutputFile “ANGACC.abf”
hgtrans config SetAllChannelsSelected
hgtrans control SaveConfig “config.tcl”
Errors
None.
Keywords
write configuration file