IDataLogging Members
- Updated2023-02-21
- 3 minute(s) read
The IDataLogging type exposes the following members.
| Name | Description | |
|---|---|---|
| GetAllCompleteLogFiles | Returns the file paths of all log files generated by the data logging session. | |
| GetAllDataLoggingSessionsNames | Returns the session names of all data logging sessions. | |
| GetCurrentLogFileInfo | Returns information about the current log file for the data logging session. | |
| GetDataLoggingSessionSpecification | Returns the data logging specification for the data logging session. | |
| GetDataLoggingSessionState | Returns the state of the data logging session. | |
| GetLastError | Returns the last error generated by the data logging session. If no error has been generated, the Code property of the Error object is 0. | |
| StartDataLoggingSession | Starts a new data logging session. | |
| StopDataLoggingSession | Stops the data logging session. |
Events
| Name | Description | |
|---|---|---|
| DataLoggingSessionError | Callback invoked when a data logging session produces an error. | |
| DataLoggingSessionStart | Callback invoked when a new data logging session starts. | |
| DataLoggingSessionStateChange | Callback invoked when a data logging session changes state. | |
| DataLoggingSessionStop | Callback invoked when a data logging session stops. | |
| LogFileClosed | Callback invoked when a data logging session on the host computer closes a log file. | |
| LogFileOpened | Callback invoked when a data logging session on the host computer opens a log file. | |
| NewLogFilesComplete | Callback invoked when a target generates a new log file. Features that perform logging on a target rather than the host, such as DAQ tasks and XNET raw frame data logging, generate this event. |