VeriStand .NET API Reference

Content Type
Programming Language
Current manual
Table of Contents

ISequenceControl Members

The ISequenceControl type exposes the following members.

Methods

NameDescription
Abort
Overloaded. Aborts the sequence.
GetReturnValue
Overloaded. Gets the return value for the sequence. This function will fail if the sequence has not completed execution.
GetSequenceTime
Overloaded. Gets the relative time since the sequence started, as determined by the delta t at which the sequence executes and the number of executed iterations.
Pause
Overloaded. Pauses the sequence.
Run
Overloaded. Runs the sequence.
SingleStep
Overloaded. Single-steps the sequence.
Stop
Overloaded. Stops the sequence.

Properties

NameDescription
InstanceNumber Gets the instance number of the sequence. This corresponds to the nth time this sequence appears in the stimulus profile session.
Name Gets the qualified name of the sequence, which identifies the sequence in the stimulus profile session.
Owner Gets the owning stimulus profile session.
Sequence Gets the sequence configuration data.
State Gets the current execution state of the sequence.

Events

NameDescription
SequenceComplete Event triggered when a sequence completes execution.
StateChange Event triggered when a sequence changes execution state.

See Also

Was this information helpful?