ReplayBehavior Enumeration
- Mise à jour2023-02-21
- Temps de lecture : 2 minute(s)
Specifies whether and how frames in a data replay file on an NI-XNET CAN port are filtered.
Namespace:
NationalInstruments.VeriStand.SystemDefinitionAPIAssembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Member name | Description |
|---|---|
| ExcludeFrameIDs | Replays all frames except those specified by DataFileReplay.FrameIDs. |
| IncludeFrameIDs | Replays only the frames specified by DataFileReplay.FrameIDs. |
| ReplayEntireFile | Replays all the frames in the data replay file. |