ISequenceControl Members
- 更新时间2023-02-21
- 阅读时长3分钟
The ISequenceControl type exposes the following members.
| Name | Description | |
|---|---|---|
| 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
| Name | Description | |
|---|---|---|
| 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
| Name | Description | |
|---|---|---|
| SequenceComplete | Event triggered when a sequence completes execution. | |
| StateChange | Event triggered when a sequence changes execution state. |