PlantState

Command ElementPlantState is a container for Solver Variables that is used to generate a linear representation of a model about an operating point.

Class Name

PlantState

Description

The linear representation is used for both eigenvalue analysis and state matrix generation. Use PlantState to define a set of states used in linearization. Often the choice of state variables is determined by the solver. With PlantState (or Pstate), you can define a preferred set of states corresponding to what is usually experimentally measured.

Attribute Summary

Name Property Modifiable by command? Designable?
id Int() Yes No
label Str()
variables Reference (Variable, count=0)

Usage

#1: define a PlantState instance referencing solver variable 
PlantState(variables=[var2])

Attributes

variables
Reference (Variable, count=0)
Specifies a list of variables used as states in eigen analysis and state space matrix representation. MotionSolve attempts to select the specified variables whenever possible.

See Also

Reference: PlantState