SIM Query Subsystem VI
Owning Palette: Trim & Linearize VIs
Installed With: Control Design and Simulation Module
Returns the names and values of the parameters of the states, inputs, outputs, and state derivatives of a simulation subsystem. Use these parameters with the SIM Set Parameter Value VI to specify conditions and values that the SIM Trim VI and the SIM Linearize VI use. The data type you wire to the Path input determines the polymorphic instance to use.
Use the pull-down menu to select an instance of this VI.
Place on the block diagram | Find on the Functions palette |
SIM Query Subsystem (Path)
Path specifies the path to the simulation subsystem on which you want to operate. | |||||||||||||
States returns the initial states of the simulation subsystem.
| |||||||||||||
Inputs returns the current values of the inputs of the simulation subsystem.
| |||||||||||||
Outputs returns the current values of the outputs of the simulation subsystem.
| |||||||||||||
State Derivatives returns the derivatives of the states of the simulation subsystem. By default, State Derivatives contains all zeros of type Fixed, which indicates that the SIM Trim VI attempts to satisfy a steady-state condition.
| |||||||||||||
error out contains error information. If error in indicates that an error occurred before this VI or function ran, error out contains the same error information. Otherwise, it describes the error status that this VI or function produces.
Right-click the error out front panel indicator and select Explain Error from the shortcut menu for more information about the error.
|
SIM Query Subsystem (Reference)
Reference specifies a reference to the subsystem on which you want to operate. | |||||||||||||
States returns the initial states of the simulation subsystem.
| |||||||||||||
Inputs returns the current values of the inputs of the simulation subsystem.
| |||||||||||||
Outputs returns the current values of the outputs of the simulation subsystem.
| |||||||||||||
State Derivatives returns the derivatives of the states of the simulation subsystem. By default, State Derivatives contains all zeros of type Fixed, which indicates that the SIM Trim VI attempts to satisfy a steady-state condition.
| |||||||||||||
error out contains error information. If error in indicates that an error occurred before this VI or function ran, error out contains the same error information. Otherwise, it describes the error status that this VI or function produces.
Right-click the error out front panel indicator and select Explain Error from the shortcut menu for more information about the error.
|