pulIDataExtractor GetSourceList
Gets dependency list (data sources) from the extractor.
Syntax
pulIDataExtractor GetSourceList
Application
HyperWorks Tcl Query
Description
This command returns a list of the extractor’s dependencies, 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 GetSourceList]
Errors
Returns 3 = HW_InvalidHandle.
Keywords
HyperWorks
XY plot
Data Extractor
Tcl
Query