info (MathScript RT Module Class)
- Updated2023-03-14
- 1 minute(s) read
Requires: Control Design and Simulation Module and MathScript RT Module
Use members of the info class of Control Design MathScript RT Module functions to obtain information about a system model.
| Function | Description |
|---|---|
| get | Returns information about a system model |
| getmodelparam | Returns values from model parameters of Simulation functions and subsystems in a VI. |
| is_continuous | Determines whether a system model is continuous |
| is_controllable | Determines whether a system model is controllable or stabilizable |
| is_delayed | Determines whether a system model has delays |
| is_discrete | Determines whether a system model is discrete |
| is_empty | Determines whether a system model is empty |
| is_nearlyequal | Determines whether two models are identical |
| is_observable | Determines whether a system model is observable or detectable |
| is_proper | Determines whether a system model is proper |
| is_similar | Determines whether two models are similar |
| is_siso | Determines whether a system model is single-input single-output (SISO) |
| is_stable | Determines whether a system model is stable |
| numdims | Returns the number of dimensions of a system model |
| set | Sets information to a system model |
| setmodelparam | Configures values of model parameters of Simulation functions and subsystems in a VI. |
| setmodelparam_eval | Evaluates an expression and configures a model parameter of Simulation functions and subsystem with the result. |
| size | Returns the size of a system model |
| ssinfo | Returns information about a state-space system model |
| tfinfo | Returns information about a transfer function system model |
| zpkinfo | Returns information about a zero-pole-gain system model |