HgTrans Config File Example

set filename "[pwd]/column_text.dat"
set abffilename "[pwd]/column_text.abf"

## Files
hgtrans control SetFile $filename
hgtrans control SetOutputFile $abffilename

## Designate channels
##hgtrans config SetChannelSelected <subcase> <type> <request> <component> true
hgtrans config SetChannelSelected "Subcase 1" "Unknown" "Nodal Point 8000501 - Resultant Acceleration" "Column 2" true
hgtrans config SetChannelSelected "Subcase 1" "Unknown" "Nodal Point 8000502 - Resultant Acceleration" "Column 2" true
hgtrans config SetChannelSelected "Subcase 1" "Unknown" "Nodal Point 8000503 - Resultant Acceleration" "Column 2" true

## Preprocess Data
##hgtrans config SetChannelOverride <subcase> <type> <request> <component> <math expression, f(t,v)>
hgtrans config SetChannelOverride "Subcase 1" "Unknown" "Nodal Point 8000501 - Resultant Acceleration" "Column 2" "batch(t,v,0,60)"
hgtrans config SetChannelOverride "Subcase 1" "Unknown" "Nodal Point 8000502 - Resultant Acceleration" "Column 2" "batch(t,v,0,60)"
hgtrans config SetChannelOverride "Subcase 1" "Unknown" "Nodal Point 8000503 - Resultant Acceleration" "Column 2" "batch(t,v,0,60)"

## Standardize Labels
##hgtrans config SetChannelOverride <search string> <replace string> <subcase> <type> <search in request|component|datatype>
hgtrans control AddLabelAliasRule "*Point" "Node" "Subcase 1" "Unknown" "request"
hgtrans control AddLabelAliasRule "Column 2" "Data" "Subcase 1" "Unknown" "component"
hgtrans control AddLabelAliasRule "Unknown" "Nodal Results" "Subcase 1" "" "datatype"

## Global Settings
hgtrans control SetCompressionLevel high
hgtrans control SetTimeScaleFactor 0.001
hgtrans control StartTranslation