Description Usage Arguments Value Methods (by class) Examples
Verify that the name of a output is valid for an object
1 2 3 4 |
obj |
A model or iterator object derived from the *struct* class |
name |
Name of output |
TRUE if output name is valid, FALSE if not
struct_class
:
1 2 3 | M = example_model()
is_output(M,'result_1') # TRUE
is_output(M,'result_0') # FALSE
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.