utility:python generator
Version: 0.0.0
Description
Generates .py file with specifications for loaded plugin(s).
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 Required | dll_source_path | string | |
| Pin 1 Required | output_path | string | |
| Pin 2 | load_symbol | string | |
| Pin 3 | library_key | string |
Outputs
| Output | Name | Expected type(s) | Description |
|---|
Configurations
| Name | Expected type(s) | Default value | Description |
|---|---|---|---|
| mutex | bool | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
Scripting
Category: utility
Plugin: core
Scripting name: None
Full name: None
Internal name: python_generator
License: None
Changelog
- Version 0.0.0: Initial release.