serialization:data tree to txt
Version: 0.0.0
Description
Writes a txt file or string from a DataTree
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 Required | data_tree | abstract_data_tree | |
| Pin 1 | path | string |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | data_sources | data_sources, string |
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: serialization
Plugin: core
Scripting name: None
Full name: None
Internal name: data_tree_to_txt
License: None
Changelog
- Version 0.0.0: Initial release.