Commands and Variables for Working with Data
- Updated2024-09-12
- 4 minute(s) read
Thematic Programming Reference > Commands and Variables for Working with Data
Commands and Variables for Working with Data
DataLibrPath | Specifies the current path of the NAVIGATOR library folder for data. |
DataReadPath | Specifies the current read path for data. |
DataWritePath | Specifies the current write path for data. |
DataFileLoad | Loads data files from an external data store into the DIAdem Data Portal. |
DataFileLoadSel | Loads selected channels from a data file into the DIAdem Data Portal. |
DataFileSave | Saves the entire data store from the DIAdem Data Portal, with their properties, to a data file. |
DataFileSaveSel | Saves selected channels and their properties from the DIAdem Data Portal to a data file. |
FileNameGet | Opens the standard dialog box for loading and saving files. |
ChnDXDivGen | Generates a data channel by partitioning a specific x-channel into equidistant sections. |
ChnGenVal | Generates a data channel with equidistant values. |
ChnGeoGen | Generates a data channel with geometric partitions. |
ChnLinGen | Generates a data channel with equidistant values. |
Commands for Calculating Characteristic Values
CCh | Calculates the characteristic values of a data channel. |
ChnCharacter | Calculates the characteristic values of a channel. |
ChnCharacterAll | Calculates the characteristic values of all channels. |
ChnCharacteristicsUpdate | Specifies whether DIAdem calculates the characteristic values when loading defined criteria automatically according to specific criteria or not. |
ChnEventCount | Specifies the number of results in an event search. |
ChnEventCreateStatusChn | Creates a result channel from the search results. |
ChnEventDetectionDifference | Checks whether two successive single values differ by a certain amount. |
ChnEventDetectionSlope | Checks whether the values of a channel exceed a limit value in the specified slope direction. |
ChnEventDetectionWindow | Checks whether the values of a channel are in a specified window. |
ChnEventDuration | Specifies the duration of individual events or of all events from the result list of an event search. |
ChnEventFilter | Checks whether a search result contains short phases in which an event is fulfilled or not fulfilled, and filters these positive or negative peaks from the search results. |
ChnEventFind | Determines the area in a data channel that meets a specified condition. |
ChnEventGate | Connects two search results with the GATE operator. |
ChnEventOperationAND | Connects two search results with the AND operator. |
ChnEventOperationOR | Connects two search results with the OR operator. |
ChnEventSampleCount | Specifies the number of values of an individual event or of all events from the results list of an event search. |
ChnEventStatArithMean | Specifies the arithmetic mean of an individual event or of all events from the result list of an event search. |
ChnEventStatMax | Specifies the maximum value of an individual event or of all events from the result list of an event search. |
ChnEventStatMin | Specifies the minimum value of an individual event or of all events from the result list of an event search. |
Find | Determines the first row in a data channel that meets a specified condition. The Find function searches a data channel from the beginning to the end. |
PNo | Determines the line in a data channel with contents closest to a given value. |
PtlFloating | Specifies whether DIAdem displays the Data Portal in floating mode. |
PtlInFullScreen | Specifies whether DIAdem hides the Data Portal in full-screen mode. |
PtlShow | Specifies whether the Data Portal is enabled or disabled. |
PtlVisible | Specifies whether the Data Portal is visible. |
UIAutoRefresh | Specifies whether DIAdem informs the Data Portal and the DIAdem VIEW panel about changes to the channel contents or the channel properties while the program is running a script. |
UIAutoRefreshSet | Enables and disables the feature that informs the Data Portal and the DIAdem VIEW panel about changes to the channel contents or to the channel properties. Use the command to accelerate scripts that change data. |