PythonOperationTypes

Use the following constants with the PythonModule.OperationType property to specify which Python operation TestStand should perform for the Python Adapter step.

  • PythonOperationType_CallMethod –(Value: 0x1) Specifies to call a method.
  • PythonOperationType_CreateClassInstance –(Value: 0x0) Specifies to create an instance of class.
  • PythonOperationType_GetAttribute –(Value: 0x2) Specifies to get attribute data.
  • PythonOperationType_SetAttribute –(Value: 0x3) Specifies to set attribute data.

See Also

PythonModule.OperationType