hwIDataFile MarkChannel
Marks the given data channel.
Syntax
hwIDataFile_handle MarkChannel datatype, request, component
Application
HyperWorks Tcl Modify
Description
This command marks the specified data channel, returning 0 = HW_Success if successful. The channel is identified by the datatype, request, and component parameters. These strings are specific to the particular file.
Example
hwi GetSessionHandle sess1
sess1 GetDataFileHandle datafile "[sess1 GetSystemVariable ALTAIR_HOME]/demos/mv_hv_hg/plotting/adams/indy.req"
datafile MarkChannel Displacement “REQ/997000 Global CG movement” X
datafile MarkChannel Acceleration “REQ/997003 CG Acceleration w.r.t. cg” Y
datafile MarkChannel Velocity “REQ/997002 CG Velocity w.r.t. cg” Z
Error
3 = HW_InvalidHandle if the hwIDataFile handle is invalid.
4 = HW_InvalidArgs if the arguments are invalid.
Keywords
HyperWorks
XY plot
Tcl
Import
Query