DataFileReplay Members
- Updated2023-02-21
- 6 minute(s) read
The DataFileReplay type exposes the following members.
| Name | Description | |
|---|---|---|
| DataFileReplay | Overloaded.
Initializes a new instance of the DataFileReplay class for an XNET data log ( .ncl) files.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| Finalize | Class Destructor (Overrides Section.Finalize().) | |
| FindChildrenByGUID | Gets an array that contains the child BaseNode elements of the current node that match the specified TypeGUID. (Inherited from BaseNode.) | |
| FindFirstChildWithName | Gets the first child node with the specified name. (Inherited from BaseNode.) | |
| FindNodeByPath | Gets a node using the specified path. (Inherited from BaseNode.) | |
| GetChildren | Gets an array that contains the child BaseNode elements of the current node. (Inherited from BaseNode.) | |
| GetDataFileError | Gets the DataFileError channel associated with the data replay file. The error channel stores the most recent error that occurred during replay. | |
| GetDataFileStatus | Gets the DataFileStatus channel associated with the data replay file. The status channel stores the current status of the data replay process. | |
| GetDocumentPath | Gets the path to the system definition file that owns this node. (Inherited from BaseNode.) | |
| GetDocumentRoot | Gets the Root node of the system definition file. (Inherited from BaseNode.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetParent | Gets the parent node of this node. (Inherited from BaseNode.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| RemoveNode | Removes this node from the hierarchy, if the node can be removed. (Inherited from BaseNode.) | |
| RenameNode | Renames this node to the name you specify, if the node can be renamed and if the name you specify is not already in use by a sibling of this node. (Inherited from BaseNode.) | |
| ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| BaseNodeType | Gets a reference to the internal representation of this node. (Inherited from BaseNode.) | |
| Behavior | Gets or sets whether and how frames in the data replay file are filtered. | |
| Description | Gets or sets the description of this node. (Inherited from BaseNode.) | |
| FrameCacheSize | Gets or sets the number of frames cached during replay. | |
| FrameIDs | Gets or sets the IDs of the frames in the log file that are included or excluded from the file replay when Behavior is ExcludeFrameIDs or IncludeFrameIDs. | |
| LoopRate | Gets or sets the rate in hertz at which the frames to send in the outgoing queue are updated. This property does not affect the actual update rate of frames on the CAN bus. | |
| Name | Gets the name of this node. To rename a node, use the RenameNode method. (Inherited from BaseNode.) | |
| NodeID | Gets the ID of this node. (Inherited from BaseNode.) | |
| NodePath | Gets the path to the node within the system definition file. (Inherited from BaseNode.) | |
| Path | Gets or sets the path to the replay file on disk. | |
| TDMSChannelName | Gets or sets the name of the channel in a TDMS file that contains the logged data for replay. | |
| TDMSGroupName | Gets or sets the name of the group in a TDMS file that contains the logged data for replay. | |
| TriggerChannel | Gets or sets the channel used to trigger replay. Replay begins as soon as the value of this channel becomes non-zero. If desired, you can select or configure a channel that triggers multiple replays of the file. | |
| TypeGUID | Gets the GUID associated with the node. Attempts to set the GUID of a BaseNode will generate an exception. (Inherited from BaseNode.) |