Command: DataLoadHdFile
- Updated2024-09-12
- 2 minute(s) read
Command: DataLoadHdFile
Command: DataLoadHdFile
Loads data set properties from a DIAdem Dat data file.
Input Parameters
![]() |
Specifies the name of the current data file. |
![]() | Note Before you call the command DataLoadSel, you must execute the commands HdLoad or DataLoadHdFile to load the channel properties. Otherwise DIAdem cannot specify any channel names. |
Example
The following example loads the channel properties from the Drive.dat file. DIAdem loads the second channel from the Drive.dat file.
VBScript | Python |
Call DataLoadHdFile("Drive.dat") 'Read header file Call DataFileLoadSel("Drive.dat","DAT","[1]/[2]")
Related Topics
Command: FileNameGet | Command: HdLoad | Commands and Variables for Working with Files and Folders | DIAdem Library Paths | DIAdem Path Variables | DIAdem User Paths