pulIDataExtractor GetValuesList
Gets the data values from the extractor.
Syntax
pulIDataExtractor GetValuesList
Application
HyperWorks Tcl Query
Description
This command returns a list of the extractor’s data values, or an error code.
Example
hwi GetSessionHandle sess1
sess1 GetProjectHandle proj
proj GetPageHandle page 1
page GetWindowHandle win 1
win GetCurveHandle curve 1
curve GetExtractorHandle extr x
puts [extr GetValuesList]
Errors
Returns 3 = HW_InvalidHandle.
Keywords
HyperWorks
XY plot
Data Extractor
Tcl
Query