PythonAdapter.SetParameterCategoryInObject
- Updated2025-07-21
- 1 minute(s) read
PythonAdapter.SetParameterCategoryInObject
Syntax
PythonAdapter.SetParameterCategoryInObject( typeDefinition, propertyLookupString, pythonParameterCategory)
Purpose
Specifies how TestStand passes a property to the Python module.
Parameters
typeDefinition As PropertyObject
[In] Specifies the type definition. This method returns an error if PropertyObject is not a type definition.
propertyLookupString As String
[In] Specifies the location of the property in the type definition.
pythonParameterCategory As PythonParameterCategories
[In] Specifies how TestStand passes the property to the Python module.