Group | Model Interaction, MATLAB Variables |
---|---|
Description |
Provide the details of each variable defined as MATLAB variables under the model trees. The details for each variable include:
The API call only works |
when the | |
Usage | ((id1, name1, val1, (path1.1, path1.2,...)), (id2, val2, name2, (path2.1, path2.2, ...)), ...) = RtlabApi. |
---|
GetVariablesDescription( ) | |
Input | None |
---|---|
Output |
Return a tuple containing tuples for each variable. Tuple for each variable contains
|
|
|
|
|
Exception |
|
---|
| |
Examples | None |
---|---|
Related Items | SetVariables |
Modules | import RtlabApi |