SequenceCallModule.TraceSetting

Syntax

SequenceCallModule.TraceSetting

Data Type

SeqCallTraceSettings

Use the following constants with this data type:

  • 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.

Purpose

Specifies to enable or disable tracing for calls to the subsequence.

Remarks

This property corresponds to the Sequence Call Trace Setting control on the Run Options tab of the Step Properties dialog box.

See Also

Execution tab

Run Options tab

Station Options dialog box

SequenceCallModule.TraceSetting

StationOptions.TracingEnabled

Step Properties dialog box