PythonOperationScopes
- 업데이트 날짜:2025-07-21
- 1분 (읽기 시간)
PythonOperationScopes
Use the following constants with the PythonModule.OperationScope property to specify the scope at which TestStand should perform the Python operation for the Python Adapter step.
- PythonOperationScope_Class –(Value: 0x1) Specifies to use the class scope.
- PythonOperationScope_ClassInstance –(Value: 0x2) Specifies to use the class instance scope.
- PythonOperationScope_Module –(Value: 0x0) Specifies to use the module scope.