SequenceFile Object Subproperties
- Aktualisiert2025-07-23
- 1 Minute(n) Lesezeit
The following sequence context subproperties are SequenceFile objects:
- RunState.SequenceFile
- RunState.ProcessModelClient
- RunState.InitialSelection.SelectedFile
When you save the sequence file, TestStand saves any changes you make to property values in a SequenceFile object.
| Sequence Context Subproperty | Description |
|---|---|
| ChangeCount | The number of changes you have made to the SequenceFile object. You must increment this property whenever you modify other SequenceFile object properties from a code module. The increment indicates to the sequence editor that you have changed the sequence file. |
| LastSavedChangeCount | The value of the ChangeCount property when the sequence editor last saved the sequence file. |
| Data | Contains the sequences and file global variables in the sequence file. |
| Seq | Subproperty of Data. Contains an array of all Sequence objects in the sequence file. |
| File Global Defaults | Subproperty of Data. Contains the default values for the global variables in the sequence file. |
| Requirements | Contains a Links string array subproperty that represents the product and unit requirements the file covers. |
| Path | The absolute pathname of the sequence file. |