hgtrans control SetConfigFile
Sets the configuration file name.
Syntax
hgtrans control SetConfigFile filename
Application
HyperGraphTrans Tcl Modify
Description
This command sets the configuration file that will be read prior to beginning translation. This file will be parsed as Tcl.
Inputs
- filename
- Filename must be the path name of a Tcl file.
Context
Example
Create a file called "config.tcl" with the following lines in it:
hgtrans control SetFile "ANGACC"
hgtrans control SetOutputFile "ANGACC.abf"
hgtrans config SetAllChannelsSelected
Then run hgtrans and enter the following commands:
hgtrans control SetConfigFile "config.tcl"
hgtrans control StartTranslation
Errors
An error will be reported during translation if the file is not present or not supported.
Keywords
set compression file