XYGetDataSourceΒΆ

XYGetDataSource returns the dataset source.

ssDataSource = XYGetDataSource(hData)

Return Value

ssDataSource is a string with the file name, optional import options and a list with the variable names. Example: c:/data/test.asc{2,BTS} (Speed, Torque). The import options are enclosed in {} and the variabale names are enclosed in (). For Excel Files the table name can follow the file name in [] brackets. Example: c:/data/test.asc [Table1]{2,BTS} (RPM, Torque)

Parameters

hData

hData is the handle of a 2D dataset.

id-540551