Skip to main content

metadata:cyclic analysis?

Version: 0.0.0

Description

Reads if the model is cyclic from the result file.

Inputs

InputNameExpected type(s)Description
Pin 3streams_containerstreams_containerstreams (result file container) (optional)
Pin 4
Required
data_sourcesdata_sourcesIf the stream is null, retrieves the file path from the data sources.

Outputs

OutputNameExpected type(s)Description
Pin 0file_pathstringreturns 'single_stage' or 'multi_stage' or an empty string for non cyclic model

Configurations

NameExpected type(s)Default valueDescription
mutexboolfalseIf this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads.
permissiveboolfalseIf 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.