ReferenceAvailable
State Space
Represent a linear dynamic system using state, input and output matrices.
Represent a linear dynamic system using state, input and output matrices.
Where to find it
System → physics interface → State Space
How to use it
Add the component to the physics graph, connect its ports, then set its values and initial state where applicable.
Settings and initial values
| Setting | Initial value |
|---|---|
| Name | ss1 |
| Inputs | u |
| Outputs | y |
| A | [[-1]] |
| B | [[1]] |
| C | [[1]] |
| D | [[0]] |
| Initial state | [0] |
Result
The next compatible study includes this physical contribution or condition.
Troubleshooting
Check port connections, reference nodes and units. A disconnected or inconsistent graph can fail to solve.