DataLoggingSessionState Enumeration
- Aktualisiert2023-02-21
- 2 Minute(n) Lesezeit
Specifies the state of a data logging session
Namespace:
NationalInstruments.VeriStand.ClientAPI.LoggingAssembly: NationalInstruments.VeriStand.ClientAPI (in NationalInstruments.VeriStand.ClientAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Member name | Description |
|---|---|
| Complete | The data logging session is complete and will not log any more data. |
| Error | Specifies that the data logging session encountered an error. |
| Idle | Specifies that the data logging session is idle. |
| PostTrigger | Specifies that the data logging session stop trigger condition has occurred, and that the data logging session post-trigger countdown is not complete. |
| Triggered | Specifies that the data logging session start trigger condition has occurred, and that the data logging session is waiting on the stop trigger condition. |
| WaitingOnTrigger | Specifies that the data logging session is waiting on the start trigger condition. |