PythonParameters.New

Syntax

PythonParameters.New( index, parameterName, parameterValueExpr, parameterCategory)

Purpose

Adds a new parameter to the collection.

Parameters

index As Long

[In] Specifies the zero-based index of where to insert the parameter.

parameterName As String

[In] Specifies the name assigned to the new parameter.

parameterValueExpr As String

[In] Specifies the argument expression.

If the parameter is an input, this expression corresponds to the value to pass. If the parameter is a return value or returned property, this expression specifies where TestStand stores the result value.

parameterCategory As PythonParameterCategories

[In] Specifies the parameter category.