metadata:cyclic analysis?
Version: 0.0.0
Description
Reads if the model is cyclic from the result file.
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 3 | streams_container | streams_container | streams (result file container) (optional) |
| Pin 4 Required | data_sources | data_sources | If the stream is null, retrieves the file path from the data sources. |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | file_path | string | returns 'single_stage' or 'multi_stage' or an empty string for non cyclic model |
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. |
| permissive | bool | false | If this option is set to true, warning checks (like unit or data sizes) won't be done. |
Scripting
Category: metadata
Plugin: core
Scripting name: is_cyclic
Full name: metadata.is_cyclic
Internal name: is_cyclic
License: None
Changelog
- Version 0.0.0: Initial release.