PythonModule
- Updated2024-10-09
- 1 minute(s) read
PythonModule
Use objects from the PythonModule class to specify and obtain Python Adapter-specific information about the code module that steps or step type substeps execute. Use the Step.Module property to obtain a reference to a PythonModule object. To access the properties and methods of a specific module class, query the Module object for the interface of the module-specific interface you want to acquire.
Typically, you use this class only when you are writing a sequence editor.
To access the properties and methods of the Module class, use the PythonModule.AsModule method to obtain an object.