SeqCallTraceSettings
- Updated2025-07-21
- 1 minute(s) read
SeqCallTraceSettings
Use these constants with the SequenceCallModule.TraceSetting property to control tracing calls to the specified subsequence of the module.
- SeqCallTrace_Disable –(Value: 3) Specifies to disable tracing for calls to the subsequence and restores the original tracing state when the subsequence returns. However, if you enable the Allow Tracing into Sequence Calls Marked with Tracing "Disabled" option on the Execution tab of the Station Options dialog box, TestStand ignores this setting and does not alter the tracing state.
- SeqCallTrace_Enable –(Value: 2) Specifies to enable tracing for calls to the subsequence and restores the original tracing state when the subsequence returns.
- SeqCallTrace_UseCurrent –(Value: 1) Specifies to maintain the current tracing state when calling the subsequence. This is the default value for the SequenceCallModule.TraceSetting property. Usually, only process model files use other values for this option.
- SeqCallTrace_UseExecutionSetting –(Value: 4) Specifies to enable the tracing state unless the execution was created with tracing disabled. Typically, a process model uses this setting to control the tracing state when the model calls the MainSequence in the client sequence file.