hwIDataFile GetHashValue
Finds the hash value (sum of the structure of the file).
Syntax
hwIDataFile_handle GetHashValue
Application
HyperWorks Tcl Query
Description
This command returns the hash value of the file (based on its structure). The command finds the checksum of the structure of the file, making the hash value, which allows you to compare to other data files hash values. You can then check if the two structures are the same.
Example
hwi GetSessionHandle sess;
sess GetDataFileHandle df c:/demos/mv_hv_hg/plotting.adams/wiper.req;
df GetHashValue
Error
Success (the hash value) or an error message is returned.
Keywords
HyperWorks
XY plot
Tcl
import
query