VeriStand .NET API Reference

DataFileReplay Properties

The DataFileReplay type exposes the following members.

NameDescription
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.)

See Also

Log in to get a better experience