PythonModule.DefaultParameterCategoryForArray

Syntax

PythonModule.DefaultParameterCategoryForArray

Data Type

PythonParameterCategories

Use the following constants with this data type:

  • PythonParamCategory_List –(Value: 0x5) Specifies that the TestStand array passes to the Python module as a list.
  • PythonParamCategory_NumPyArray –(Value: 0x10) Specifies that the TestStand array passes to the Python module as a NumPy array.

Purpose

Specifies how TestStand passes an array of numbers to the Python module. Set the option to either PythonParamCategory_List or PythonParamCategory_NumPyArray .

Remarks

TestStand uses the option when you set the Python parameter type to Dynamic or when you specify an unstructured container containing an array of numbers as a parameter.