PythonAdapter.GetExcludeFromObject
- Updated2025-07-21
- 1 minute(s) read
PythonAdapter.GetExcludeFromObject
Syntax
PythonAdapter.GetExcludeFromObject( typeDefinition, propertyLookupString)
Return Value
Purpose
Returns True if the specified 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.