PythonAdapter.SetExcludeFromObject
- Updated2025-07-21
- 1 minute(s) read
PythonAdapter.SetExcludeFromObject
Syntax
PythonAdapter.SetExcludeFromObject( typeDefinition, propertyLookupString, excludeFromObject)
Purpose
Specifies whether the type definition property is excluded when passing instances of the type definition between TestStand and the Python code module.
Parameters
typeDefinition As PropertyObject
[In] Specifies the type definition. This method returns an error if the PropertyObject is not a type definition.
propertyLookupString As String
[In] Specifies the location of the property in the type definition.
excludeFromObject As Boolean
[In] Set this parameter to True to exclude the corresponding property. Otherwise, set this parameter to False .