LabVIEW Control Design and Simulation Module

CD Get Names from Model VI

  • Updated2023-03-14
  • 4 minute(s) read

CD Get Names from Model VI

Owning Palette: Model Information VIs

Requires: Control Design and Simulation Module

Obtains the names this VI associates with the system model. Wire data to the State-Space Model input to determine the polymorphic instance to use or manually select the instance.

CD Get Names from Model (State-Space)

State-Space Model contains a mathematical representation of and information about the system for which this VI obtains inputs, outputs, and other names.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
Model Name is a string that specifies the name of the model.
Input Names returns the names of the system inputs. The ith element of the array gives the name of the ith input to the model.
Output Names returns the names of the system outputs. The ith element of the array gives the name of the ith output of the model.
State Names returns the names of the states of the model. The ith element of the array gives the name of the ith state of the model.
error out contains error information. This output provides standard error out functionality.
Notes returns information you entered from the original model.

CD Get Names from Model (Transfer Function)

Transfer Function Model contains a mathematical representation of and information about the system for which this VI obtains inputs, outputs, and other names.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
Model Name is a string that specifies the name of the model.
Input Names returns the names of the system inputs. The ith element of the array gives the name of the ith input to the model.
Output Names returns the names of the system outputs. The ith element of the array gives the name of the ith output of the model.
error out contains error information. This output provides standard error out functionality.
Notes returns information you entered from the original model.

CD Get Names from Model (Zero-Pole-Gain)

Zero-Pole-Gain Model contains a mathematical representation of and information about the system for which this VI obtains inputs, outputs, and other names.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
Model Name is a string that specifies the name of the model.
Input Names returns the names of the system inputs. The ith element of the array gives the name of the ith input to the model.
Output Names returns the names of the system outputs. The ith element of the array gives the name of the ith output of the model.
error out contains error information. This output provides standard error out functionality.
Notes returns information you entered from the original model.

Log in to get a better experience