PythonModule.DefaultParameterCategoryForArray
- Updated2024-10-09
- 1 minute(s) read
PythonModule.DefaultParameterCategoryForArray
Syntax
PythonModule.DefaultParameterCategoryForArray
Data Type
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.