VeriStand .NET API Reference

RealTimeSequence Members

The RealTimeSequence type exposes the following members.

NameDescription
RealTimeSequence
Overloaded. Initializes a new instance of the RealTimeSequence class.

Methods

NameDescription
Clone Creates a new object that is a copy of the current instance. (Inherited from BaseNode.)
Equals
Overloaded. Determines whether the specified other real-time sequence is equal to the current RealTimeSequence. Equivalency is determined using the Code, References, and Variables that make up the sequence.
FinalizeAllows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
FindAllCalledSubsequencePaths Finds all of the sub-sequences that the current real-time sequence calls and returns an array of file paths to the sub-sequences.
GetHashCode Serves as a hash function for a RealTimeSequence. The hash code this method returns is suitable for use in hashing algorithms and data structures like a hash table. (Overrides Object.GetHashCode().)
GetTypeGets the Type of the current instance. (Inherited from Object.)
MemberwiseCloneCreates a shallow copy of the current Object. (Inherited from Object.)
SaveSequence Saves the real-time sequence to the specified file name and location.
ToStringReturns a String that represents the current Object. (Inherited from Object.)

Properties

NameDescription
Code Gets or sets the Code section of a sequence, which is the top-level container for all sequence code and contains the Setup, Main, and CleanUp sections.
Description Gets or sets the description of the node that appears in the Property Browser when you select the node in the Stimulus Profile Editor. (Inherited from BaseNode.)
FileFormatVersion Gets or sets the file format version of the real-time sequence definition file. (Inherited from RootNode.)
FileName Gets the name of the real-time sequence definition file on disk. (Inherited from RootNode.)
FilePath Gets the full path on disk to the real-time system definition file. Setting this property updates the value of FileName. (Inherited from RootNode.)
References Gets or sets the References section of the real-time sequence, which is represented by the References pane in the Stimulus Profile Editor. You can use this section to add references to other real-time sequences, which allows you to call those sequences from expressions within the current sequence.
ResXKey Gets or sets the ResX key for the node, which is a pointer to a .resx file that contains a context help description for the node. (Inherited from BaseNode.)
SequenceName Gets the name of the real-time sequence. This name is derived from the name of the saved sequence file, and is the file name without the file extension.
Variables Gets or sets the Variables section of the real-time sequence, which is represented by the Variables pane in the Stimulus Profile Editor. This section contains all the variables the sequence has access to at run time and can us in expressions. It includes Parameters, LocalVariables, and the ReturnDeclaration, or output value, of the sequence.
Version Gets or sets the version of the real-time sequence definition file. (Inherited from RootNode.)

Events

NameDescription
PropertyChanged Occurs when a property value changes. (Inherited from BaseNode.)

See Also

Log in to get a better experience