.. highlightlang:: us .. index:: GetDataInfo .. _getdatainfo: GetDataInfo =========== .. us.tag GetDataInfo NOTREADYENGLISH XYGet New310 :ref:`GetDataInfo` returns the dataset info string. .. function:: ssInfo = GetDataInfo(hData) .. us.return **Return Value** *ssInfo* is a string saved in a dataset. The info string normally contains the file name and a list with variable names. Example: ``test.nc(RPM, Torque)`` .. us.params **Parameters** .. uparam:: hData *hData* is the handle of a 1D, 2D or 3D dataset. .. seealso:: :ref:`overview-xy-datasets`, :ref:`SetDataInfo` :sub:`id-1617052`