hgtrans control GetEnd

Gets the last data point index to be translated.

Syntax

hgtrans control GetEnd

Application

HyperGraphTrans Tcl Query

Description

This command gets the index of the last data point to be translated in each channel. The index is one-based and defaults to negative one (the end).

Example

Sets hgtrans to translate only the first hundred data points, and then verifies it.
hgtrans control SetEnd 100
hgtrans control GetEnd

Errors

If the starting index is higher than the last data value index present, no data will be translated.

Keywords

get end