.. highlightlang:: us .. _setdatainfo: SetDataInfo =========== .. index:: SetDataInfo .. us.tag SetDataInfo NOTREADYENGLISH XYSet New310 :ref:`SetDataInfo` sets the dataset info string. .. function:: bool = SetDataInfo(hData, ssInfo) .. us.return **Return Value** If the function succeeds, the return value *bool* is TRUE (1); otherwise it is FALSE (0). .. us.params **Parameters** .. uparam:: hData *hData* is the handle of a 1D, 2D or 3D dataset. .. uparam:: ssInfo *ssInfo* is a string saved with the dataset. .. seealso:: :ref:`overview-xy-datasets`, :ref:`GetDataInfo` :sub:`id-1597596`