SequenceDefaultValueScopes
- Mise à jour2025-07-21
- Temps de lecture : 1 minute(s)
SequenceDefaultValueScopes
Use these constants with the Execution.GetSequenceDefaultValues , Execution.SetSequenceDefaultValues , and Execution.ClearSequenceDefaultValues methods to specify whether the method operates on the list of default value sequences for the execution or hierarchy of executions with which the execution is associated.
You can associate default value sequences with either a specific execution or the hierarchy of executions with which this execution is associated. For example, setting a default value sequence on the hierarchy of executions associated with a Batch model applies the default value sequence to the controlling batch execution and all test socket executions. If an execution and the execution hierarchy both specify a default value sequence, TestStand uses the default value sequence the execution specifies.
- SeqDefValueScope_Execution –(Value: 1) Specifies to operate on the list of default value sequences for the execution.
- SeqDefValueScope_ExecutionTree –(Value: 2) Specifies to operate on the list of default value sequences for the hierarchy of executions with which the execution is associated.
See Also
Execution.ClearSequenceDefaultValues