Step.CustomFalseActionTarget

Syntax

Step.CustomFalseActionTarget

Data Type

String

Purpose

Note This property is obsolete. Use the Step.CustomFalseActionTargetByExpr property instead.

Remarks

Specifies the target for the post action the Step.CustomFalseAction property specifies. Post action targets are now expressions. If you set the target using this property, TestStand converts the target into a string constant expression before storing it. If you attempt to obtain the target using this property and the target is a string constant expression, TestStand converts it back into the string it represents and returns the string to you. If the target is not a string constant but is a more complex expression, TestStand returns an error if you try to obtain the value using this property.

  • If the Step.CustomFalseAction property is PostAction_GotoStep , the target is the name of the step or the ID of the step. If you specify the target by name, the target step must reside in the same step group. If you specify the target by ID, the target step can reside in any step group in the sequence.
  • If the Step.CustomFalseAction property is PostAction_CallCallback , the target is the name of the callback sequence.
  • For all other types of post actions, the target property is not used.

See Also

PostActionValues

Step.CustomActionExpression

Step.CustomFalseAction

Step.CustomFalseActionTargetByExpr

Step.CustomTrueAction

Step.CustomTrueActionTargetByExpr