hgtrans control SetIncrement
Sets the increment between data points translated.
Syntax
hgtrans control SetIncrement value
Application
HyperGraphTrans Tcl Modify
Description
This command sets the increment between data points read from each channel in the input file. It is primarily used to pair down large data sets.
Inputs
- value
- Value must be an integer greater or equal to one. The default values is one (all data points are translated).
Example
Cause hgtrans to read everything from a MADYMO file
called “ANGACC” and save it to “ANGACC.abf”,
skipping every other time
step.
hgtrans control SetFile "ANGACC"
hgtrans control SetIncrement 2
hgtrans control SetOutputFile "ANGACC.abf"
hgtrans config SetAllChannelsSelected
hgtrans control StartTranslation
Errors
None.
Keywords
set increment