hgtrans config GetChannelSelected

Gets whether a data channel is marked for translation.

Syntax

hgtrans config GetChannelSelected subcase, datatype, request, component

Application

HyperGraphTrans Tcl Get

Description

This command gets whether a data channel is currently marked for translation (true or false).

Inputs

subcase
The name of the subcase from which to read.
datatype
The name of the datatype from which to read.
request
The name of the request from which to read.
component
The name of the component from which to read.

Example

Sets hgtrans to read a single channel from a file called “columns.dat” and then checks that setting.
hgtrans control SetFile "columns.dat"
hgtrans control SetOutputFile "columns.abf"
hgtrans config SetChannelSelected "" "Unknown" "Res. ang acc (rad/s**2)" "column 2"
hgtrans config GetChannelSelected "" "Unknown" "Res. ang acc (rad/s**2)" "column 2"

Error

None.

Keywords

get channel selection