.. highlightlang:: us .. index:: Dialogbox=>Datasource-Information .. _dialogbox-datasource-information: Dialogbox=>Datasource-Information --------------------------------- Displays informationen about a dataset. To open this dialog box right click on a dataset. .. image:: S:/uniplot-obj/images/DialogboxDatasourceInformation-en.* .. us.dialog .. us.dlgitem .. list-table:: :header-rows: 1 * - Item - Description * - NCFile - Name of the netCDF source file (nc-file), e.g. :file:`d:/Data/test.nc`. * - NCFileTime - Time of the last modification of the netCDF data file. The value is set when the data is loaded into the dataset. * - Origin - Name of the original data file, e.g. :file:`d:/Data/test.xls`. * - OriginTime - Time of the last modification of the origin data file. The value is set when the data is loaded into the dataset. * - DatasetType - Dataset type: 1D, 2D, 3D or other. * - Channel - Vector with channel names, e.g. ``["N", "Mom"]``. * - units - Vector with channel units, e.g. ``["1/min", "Nm"]``. * - FirstPoint - First point of the loaded datasets, 0 .. number of points in the nc-file - 1. * - NumberOfPoints - Number of points loaded in the dataset. * - NumberOfPointsSource - Number of points in the nc file. * - CycleInfo - For cycle data: Vector with two elements: The first element contains the number of points of the first cycle and the second element the number of points of following cycles (optional). * - AutoReload - 1, -1 or not set: 1: automatic reload of data points. 0: no automatic loading. * - DataFilter - Record-Filter, e.g. ``$Fuel$ >= 270.8 && $Speed$ > 796.8`` * - titel - Vector with the channel titles. May contain special characters. Will be used for the axes titles. **Dataset/Group** Datasets created by special data types (for "2D: x/y Cycle") have an additional group data source. In this case the radio buttons allow to switch the view of the two data sources. **Action on closing dialog box** Opens the original data file or netCDF file. Information for programmers: :ref:`overview-data-file-informations-for-datasets`. .. seealso:: :ref:`fileimport-data` :sub:`id-2074465`