SI Get Coefficients from System Model VI

System Identification VIs

SI Get Coefficients from System Model VI

Owning Palette: Model Management VIs

Installed With: System Identification Toolkit

Returns the coefficients of system model and the standard deviation and covariance of the coefficients. Use the SI Set Coefficients to System Model VI to apply coefficients and the standard deviation and covariance of the coefficients to system model. You must manually select the polymorphic instance to use.

Example

Use the pull-down menu to select an instance of this VI.

 Place on the block diagram  Find on the Functions palette

SI Get Coefficients from AR Model

system model contains information about the model structure, nominal or estimated parameters, identification result, and so on.
error in describes error conditions that occur before this VI or function runs. The default is no error. If an error occurred before this VI or function runs, the VI or function passes the error in value to error out. This VI or function runs normally only if no error occurred before this VI or function runs. If an error occurs while this VI or function runs, it runs normally and sets its own error status in error out. Use the Simple Error Handler or General Error Handler VIs to display the description of the error code. Use error in and error out to check errors and to specify execution order by wiring error out from one node to error in of the next node.
status is TRUE (X) if an error occurred before this VI or function ran or FALSE (checkmark) to indicate a warning or that no error occurred before this VI or function ran. The default is FALSE.
code is the error or warning code. The default is 0. If status is TRUE, code is a nonzero error code. If status is FALSE, code is 0 or a warning code.
source specifies the origin of the error or warning and is, in most cases, the name of the VI or function that produced the error or warning. The default is an empty string.
coefficients returns the coefficients of the AR model.
std deviations returns the standard deviations of coefficients. Each value in std deviations is the standard deviation of the corresponding coefficient in coefficients.
covariance returns the covariance of the values of the system model coefficients.
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.
status is TRUE (X) if an error occurred or FALSE (checkmark) to indicate a warning or that no error occurred.
code is the error or warning code. If status is TRUE, code is a nonzero error code. If status is FALSE, code is 0 or a warning code.
source describes the origin of the error or warning and is, in most cases, the name of the VI or function that produced the error or warning.

SI Get Coefficients from ARX Model (SISO)

system model contains information about the model structure, nominal or estimated parameters, identification result, and so on.
error in describes error conditions that occur before this VI or function runs. The default is no error. If an error occurred before this VI or function runs, the VI or function passes the error in value to error out. This VI or function runs normally only if no error occurred before this VI or function runs. If an error occurs while this VI or function runs, it runs normally and sets its own error status in error out. Use the Simple Error Handler or General Error Handler VIs to display the description of the error code. Use error in and error out to check errors and to specify execution order by wiring error out from one node to error in of the next node.
status is TRUE (X) if an error occurred before this VI or function ran or FALSE (checkmark) to indicate a warning or that no error occurred before this VI or function ran. The default is FALSE.
code is the error or warning code. The default is 0. If status is TRUE, code is a nonzero error code. If status is FALSE, code is 0 or a warning code.
source specifies the origin of the error or warning and is, in most cases, the name of the VI or function that produced the error or warning. The default is an empty string.
coefficients of ARX model returns the coefficients of the ARX model.
A returns the A coefficients of the system model.
B returns the B coefficients of the system model.
std deviations returns the standard deviations of coefficients of ARX model.
A std dev returns the standard deviations of the A coefficients of the system model.
B std dev returns the standard deviations of the B coefficients of the system model.
covariance returns the covariance of the values of the system model coefficients.
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.
status is TRUE (X) if an error occurred or FALSE (checkmark) to indicate a warning or that no error occurred.
code is the error or warning code. If status is TRUE, code is a nonzero error code. If status is FALSE, code is 0 or a warning code.
source describes the origin of the error or warning and is, in most cases, the name of the VI or function that produced the error or warning.

SI Get Coefficients from ARX Model (MISO)

system model contains information about the model structure, nominal or estimated parameters, identification result, and so on.
error in describes error conditions that occur before this VI or function runs. The default is no error. If an error occurred before this VI or function runs, the VI or function passes the error in value to error out. This VI or function runs normally only if no error occurred before this VI or function runs. If an error occurs while this VI or function runs, it runs normally and sets its own error status in error out. Use the Simple Error Handler or General Error Handler VIs to display the description of the error code. Use error in and error out to check errors and to specify execution order by wiring error out from one node to error in of the next node.
status is TRUE (X) if an error occurred before this VI or function ran or FALSE (checkmark) to indicate a warning or that no error occurred before this VI or function ran. The default is FALSE.
code is the error or warning code. The default is 0. If status is TRUE, code is a nonzero error code. If status is FALSE, code is 0 or a warning code.
source specifies the origin of the error or warning and is, in most cases, the name of the VI or function that produced the error or warning. The default is an empty string.
coefficients of ARX model returns the coefficients of the ARX model.
A returns the A coefficients of the system model.
B returns the B coefficients of the system model.
std deviations returns the standard deviations of coefficients of ARX model.
A std dev returns the standard deviations of the A coefficients of the system model.
B std dev returns the standard deviations of the B coefficients of the system model.
covariance returns the covariance of the values of the system model coefficients.
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.
status is TRUE (X) if an error occurred or FALSE (checkmark) to indicate a warning or that no error occurred.
code is the error or warning code. If status is TRUE, code is a nonzero error code. If status is FALSE, code is 0 or a warning code.
source describes the origin of the error or warning and is, in most cases, the name of the VI or function that produced the error or warning.

SI Get Coefficients from ARX Model (MIMO)

system model contains information about the model structure, nominal or estimated parameters, identification result, and so on.
error in describes error conditions that occur before this VI or function runs. The default is no error. If an error occurred before this VI or function runs, the VI or function passes the error in value to error out. This VI or function runs normally only if no error occurred before this VI or function runs. If an error occurs while this VI or function runs, it runs normally and sets its own error status in error out. Use the Simple Error Handler or General Error Handler VIs to display the description of the error code. Use error in and error out to check errors and to specify execution order by wiring error out from one node to error in of the next node.
status is TRUE (X) if an error occurred before this VI or function ran or FALSE (checkmark) to indicate a warning or that no error occurred before this VI or function ran. The default is FALSE.
code is the error or warning code. The default is 0. If status is TRUE, code is a nonzero error code. If status is FALSE, code is 0 or a warning code.
source specifies the origin of the error or warning and is, in most cases, the name of the VI or function that produced the error or warning. The default is an empty string.
coefficients of ARX model returns the coefficients of the ARX model.
A returns the A coefficients of the system model.
B returns the B coefficients of the system model.
std deviations returns the standard deviations of coefficients of ARX model.
A std dev returns the standard deviations of the A coefficients of the system model.
B std dev returns the standard deviations of the B coefficients of the system model.
covariance returns the covariance of the values of the system model coefficients.
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.
status is TRUE (X) if an error occurred or FALSE (checkmark) to indicate a warning or that no error occurred.
code is the error or warning code. If status is TRUE, code is a nonzero error code. If status is FALSE, code is 0 or a warning code.
source describes the origin of the error or warning and is, in most cases, the name of the VI or function that produced the error or warning.

SI Get Coefficients from ARMAX Model (SISO)

system model contains information about the model structure, nominal or estimated parameters, identification result, and so on.
error in describes error conditions that occur before this VI or function runs. The default is no error. If an error occurred before this VI or function runs, the VI or function passes the error in value to error out. This VI or function runs normally only if no error occurred before this VI or function runs. If an error occurs while this VI or function runs, it runs normally and sets its own error status in error out. Use the Simple Error Handler or General Error Handler VIs to display the description of the error code. Use error in and error out to check errors and to specify execution order by wiring error out from one node to error in of the next node.
status is TRUE (X) if an error occurred before this VI or function ran or FALSE (checkmark) to indicate a warning or that no error occurred before this VI or function ran. The default is FALSE.
code is the error or warning code. The default is 0. If status is TRUE, code is a nonzero error code. If status is FALSE, code is 0 or a warning code.
source specifies the origin of the error or warning and is, in most cases, the name of the VI or function that produced the error or warning. The default is an empty string.
coefficients of ARMAX model returns the coefficients of the ARMAX model.
A returns the A coefficients of the system model.
B returns the B coefficients of the system model.
C returns the C coefficients of the system model.
std deviations returns the standard deviations of coefficients of ARMAX model.
A std dev returns the standard deviations of the A coefficients of the system model.
B std dev returns the standard deviations of the B coefficients of the system model.
C std dev returns the standard deviations of the C coefficients of the system model.
covariance returns the covariance of the values of the system model coefficients.
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.
status is TRUE (X) if an error occurred or FALSE (checkmark) to indicate a warning or that no error occurred.
code is the error or warning code. If status is TRUE, code is a nonzero error code. If status is FALSE, code is 0 or a warning code.
source describes the origin of the error or warning and is, in most cases, the name of the VI or function that produced the error or warning.

SI Get Coefficients from ARMAX Model (MISO)

system model contains information about the model structure, nominal or estimated parameters, identification result, and so on.
error in describes error conditions that occur before this VI or function runs. The default is no error. If an error occurred before this VI or function runs, the VI or function passes the error in value to error out. This VI or function runs normally only if no error occurred before this VI or function runs. If an error occurs while this VI or function runs, it runs normally and sets its own error status in error out. Use the Simple Error Handler or General Error Handler VIs to display the description of the error code. Use error in and error out to check errors and to specify execution order by wiring error out from one node to error in of the next node.
status is TRUE (X) if an error occurred before this VI or function ran or FALSE (checkmark) to indicate a warning or that no error occurred before this VI or function ran. The default is FALSE.
code is the error or warning code. The default is 0. If status is TRUE, code is a nonzero error code. If status is FALSE, code is 0 or a warning code.
source specifies the origin of the error or warning and is, in most cases, the name of the VI or function that produced the error or warning. The default is an empty string.
coefficients of ARMAX model returns the coefficients of the ARMAX model.
A returns the A coefficients of the system model.
B returns the B coefficients of the system model.
C returns the C coefficients of the system model.
std deviations returns the standard deviations of coefficients of ARMAX model.
A std dev returns the standard deviations of the A coefficients of the system model.
B std dev returns the standard deviations of the B coefficients of the system model.
C std dev returns the standard deviations of the C coefficients of the system model.
covariance returns the covariance of the values of the system model coefficients.
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.
status is TRUE (X) if an error occurred or FALSE (checkmark) to indicate a warning or that no error occurred.
code is the error or warning code. If status is TRUE, code is a nonzero error code. If status is FALSE, code is 0 or a warning code.
source describes the origin of the error or warning and is, in most cases, the name of the VI or function that produced the error or warning.

SI Get Coefficients from OE Model (SISO)

system model contains information about the model structure, nominal or estimated parameters, identification result, and so on.
error in describes error conditions that occur before this VI or function runs. The default is no error. If an error occurred before this VI or function runs, the VI or function passes the error in value to error out. This VI or function runs normally only if no error occurred before this VI or function runs. If an error occurs while this VI or function runs, it runs normally and sets its own error status in error out. Use the Simple Error Handler or General Error Handler VIs to display the description of the error code. Use error in and error out to check errors and to specify execution order by wiring error out from one node to error in of the next node.
status is TRUE (X) if an error occurred before this VI or function ran or FALSE (checkmark) to indicate a warning or that no error occurred before this VI or function ran. The default is FALSE.
code is the error or warning code. The default is 0. If status is TRUE, code is a nonzero error code. If status is FALSE, code is 0 or a warning code.
source specifies the origin of the error or warning and is, in most cases, the name of the VI or function that produced the error or warning. The default is an empty string.
coefficients of OE model returns the coefficients of the output-error (OE) model.
B returns the B coefficients of the system model.
F returns the F coefficients of the system model.
std deviations returns the standard deviations of coefficients of OE model.
B std dev returns the standard deviations of the B coefficients of the system model.
F std dev returns the standard deviations of the F coefficients of the system model.
covariance returns the covariance of the values of the system model coefficients.
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.
status is TRUE (X) if an error occurred or FALSE (checkmark) to indicate a warning or that no error occurred.
code is the error or warning code. If status is TRUE, code is a nonzero error code. If status is FALSE, code is 0 or a warning code.
source describes the origin of the error or warning and is, in most cases, the name of the VI or function that produced the error or warning.

SI Get Coefficients from OE Model (MISO)

system model contains information about the model structure, nominal or estimated parameters, identification result, and so on.
error in describes error conditions that occur before this VI or function runs. The default is no error. If an error occurred before this VI or function runs, the VI or function passes the error in value to error out. This VI or function runs normally only if no error occurred before this VI or function runs. If an error occurs while this VI or function runs, it runs normally and sets its own error status in error out. Use the Simple Error Handler or General Error Handler VIs to display the description of the error code. Use error in and error out to check errors and to specify execution order by wiring error out from one node to error in of the next node.
status is TRUE (X) if an error occurred before this VI or function ran or FALSE (checkmark) to indicate a warning or that no error occurred before this VI or function ran. The default is FALSE.
code is the error or warning code. The default is 0. If status is TRUE, code is a nonzero error code. If status is FALSE, code is 0 or a warning code.
source specifies the origin of the error or warning and is, in most cases, the name of the VI or function that produced the error or warning. The default is an empty string.
coefficients of OE model returns the coefficients of the output-error (OE) model.
B returns the B coefficients of the system model.
F returns the F coefficients of the system model.
std deviations returns the standard deviations of coefficients of OE model.
B std dev returns the standard deviations of the B coefficients of the system model.
F std dev returns the standard deviations of the F coefficients of the system model.
covariance returns the covariance of the values of the system model coefficients.
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.
status is TRUE (X) if an error occurred or FALSE (checkmark) to indicate a warning or that no error occurred.
code is the error or warning code. If status is TRUE, code is a nonzero error code. If status is FALSE, code is 0 or a warning code.
source describes the origin of the error or warning and is, in most cases, the name of the VI or function that produced the error or warning.

SI Get Coefficients from BJ Model (SISO)

system model contains information about the model structure, nominal or estimated parameters, identification result, and so on.
error in describes error conditions that occur before this VI or function runs. The default is no error. If an error occurred before this VI or function runs, the VI or function passes the error in value to error out. This VI or function runs normally only if no error occurred before this VI or function runs. If an error occurs while this VI or function runs, it runs normally and sets its own error status in error out. Use the Simple Error Handler or General Error Handler VIs to display the description of the error code. Use error in and error out to check errors and to specify execution order by wiring error out from one node to error in of the next node.
status is TRUE (X) if an error occurred before this VI or function ran or FALSE (checkmark) to indicate a warning or that no error occurred before this VI or function ran. The default is FALSE.
code is the error or warning code. The default is 0. If status is TRUE, code is a nonzero error code. If status is FALSE, code is 0 or a warning code.
source specifies the origin of the error or warning and is, in most cases, the name of the VI or function that produced the error or warning. The default is an empty string.
coefficients of BJ model returns the coefficients of the Box-Jenkins (BJ) model.
B returns the B coefficients of the system model.
F returns the F coefficients of the system model.
C returns the C coefficients of the system model.
D returns the D coefficients of the system model.
std deviations returns the standard deviations of coefficients of BJ model.
B std dev returns the standard deviations of the B coefficients of the system model.
F std dev returns the standard deviations of the F coefficients of the system model.
C std dev returns the standard deviations of the C coefficients of the system model.
D std dev returns the standard deviations of the D coefficients of the system model.
covariance returns the covariance of the values of the system model coefficients.
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.
status is TRUE (X) if an error occurred or FALSE (checkmark) to indicate a warning or that no error occurred.
code is the error or warning code. If status is TRUE, code is a nonzero error code. If status is FALSE, code is 0 or a warning code.
source describes the origin of the error or warning and is, in most cases, the name of the VI or function that produced the error or warning.

SI Get Coefficients from BJ Model (MISO)

system model contains information about the model structure, nominal or estimated parameters, identification result, and so on.
error in describes error conditions that occur before this VI or function runs. The default is no error. If an error occurred before this VI or function runs, the VI or function passes the error in value to error out. This VI or function runs normally only if no error occurred before this VI or function runs. If an error occurs while this VI or function runs, it runs normally and sets its own error status in error out. Use the Simple Error Handler or General Error Handler VIs to display the description of the error code. Use error in and error out to check errors and to specify execution order by wiring error out from one node to error in of the next node.
status is TRUE (X) if an error occurred before this VI or function ran or FALSE (checkmark) to indicate a warning or that no error occurred before this VI or function ran. The default is FALSE.
code is the error or warning code. The default is 0. If status is TRUE, code is a nonzero error code. If status is FALSE, code is 0 or a warning code.
source specifies the origin of the error or warning and is, in most cases, the name of the VI or function that produced the error or warning. The default is an empty string.
coefficients of BJ model returns the coefficients of the Box-Jenkins (BJ) model.
B returns the B coefficients of the system model.
F returns the F coefficients of the system model.
C returns the C coefficients of the system model.
D returns the D coefficients of the system model.
std deviations returns the standard deviations of coefficients of BJ model.
B std dev returns the standard deviations of the B coefficients of the system model.
F std dev returns the standard deviations of the F coefficients of the system model.
C std dev returns the standard deviations of the C coefficients of the system model.
D std dev returns the standard deviations of the D coefficients of the system model.
covariance returns the covariance of the values of the system model coefficients.
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.
status is TRUE (X) if an error occurred or FALSE (checkmark) to indicate a warning or that no error occurred.
code is the error or warning code. If status is TRUE, code is a nonzero error code. If status is FALSE, code is 0 or a warning code.
source describes the origin of the error or warning and is, in most cases, the name of the VI or function that produced the error or warning.

SI Get Coefficients from GL Model (SISO)

system model contains information about the model structure, nominal or estimated parameters, identification result, and so on.
error in describes error conditions that occur before this VI or function runs. The default is no error. If an error occurred before this VI or function runs, the VI or function passes the error in value to error out. This VI or function runs normally only if no error occurred before this VI or function runs. If an error occurs while this VI or function runs, it runs normally and sets its own error status in error out. Use the Simple Error Handler or General Error Handler VIs to display the description of the error code. Use error in and error out to check errors and to specify execution order by wiring error out from one node to error in of the next node.
status is TRUE (X) if an error occurred before this VI or function ran or FALSE (checkmark) to indicate a warning or that no error occurred before this VI or function ran. The default is FALSE.
code is the error or warning code. The default is 0. If status is TRUE, code is a nonzero error code. If status is FALSE, code is 0 or a warning code.
source specifies the origin of the error or warning and is, in most cases, the name of the VI or function that produced the error or warning. The default is an empty string.
coefficients of GL model returns the coefficients of the general-linear (GL) model.
A returns the A coefficients of the system model.
B returns the B coefficients of the system model.
F returns the F coefficients of the system model.
C returns the C coefficients of the system model.
D returns the D coefficients of the system model.
std deviations returns the standard deviations of coefficients of GL model.
A std dev returns the standard deviations of the A coefficients of the system model.
B std dev returns the standard deviations of the B coefficients of the system model.
F std dev returns the standard deviations of the F coefficients of the system model.
C std dev returns the standard deviations of the C coefficients of the system model.
D std dev returns the standard deviations of the D coefficients of the system model.
covariance returns the covariance of the values of the system model coefficients.
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.
status is TRUE (X) if an error occurred or FALSE (checkmark) to indicate a warning or that no error occurred.
code is the error or warning code. If status is TRUE, code is a nonzero error code. If status is FALSE, code is 0 or a warning code.
source describes the origin of the error or warning and is, in most cases, the name of the VI or function that produced the error or warning.

SI Get Coefficients from GL Model (MISO)

system model contains information about the model structure, nominal or estimated parameters, identification result, and so on.
error in describes error conditions that occur before this VI or function runs. The default is no error. If an error occurred before this VI or function runs, the VI or function passes the error in value to error out. This VI or function runs normally only if no error occurred before this VI or function runs. If an error occurs while this VI or function runs, it runs normally and sets its own error status in error out. Use the Simple Error Handler or General Error Handler VIs to display the description of the error code. Use error in and error out to check errors and to specify execution order by wiring error out from one node to error in of the next node.
status is TRUE (X) if an error occurred before this VI or function ran or FALSE (checkmark) to indicate a warning or that no error occurred before this VI or function ran. The default is FALSE.
code is the error or warning code. The default is 0. If status is TRUE, code is a nonzero error code. If status is FALSE, code is 0 or a warning code.
source specifies the origin of the error or warning and is, in most cases, the name of the VI or function that produced the error or warning. The default is an empty string.
coefficients of GL model returns the coefficients of the general-linear (GL) model.
A returns the A coefficients of the system model.
B returns the B coefficients of the system model.
F returns the F coefficients of the system model.
C returns the C coefficients of the system model.
D returns the D coefficients of the system model.
std deviations returns the standard deviations of coefficients of GL model.
A std dev returns the standard deviations of the A coefficients of the system model.
B std dev returns the standard deviations of the B coefficients of the system model.
F std dev returns the standard deviations of the F coefficients of the system model.
C std dev returns the standard deviations of the C coefficients of the system model.
D std dev returns the standard deviations of the D coefficients of the system model.
covariance returns the covariance of the values of the system model coefficients.
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.
status is TRUE (X) if an error occurred or FALSE (checkmark) to indicate a warning or that no error occurred.
code is the error or warning code. If status is TRUE, code is a nonzero error code. If status is FALSE, code is 0 or a warning code.
source describes the origin of the error or warning and is, in most cases, the name of the VI or function that produced the error or warning.

SI Get Coefficients from SS Model (SISO)

system model contains information about the model structure, nominal or estimated parameters, identification result, and so on.
error in describes error conditions that occur before this VI or function runs. The default is no error. If an error occurred before this VI or function runs, the VI or function passes the error in value to error out. This VI or function runs normally only if no error occurred before this VI or function runs. If an error occurs while this VI or function runs, it runs normally and sets its own error status in error out. Use the Simple Error Handler or General Error Handler VIs to display the description of the error code. Use error in and error out to check errors and to specify execution order by wiring error out from one node to error in of the next node.
status is TRUE (X) if an error occurred before this VI or function ran or FALSE (checkmark) to indicate a warning or that no error occurred before this VI or function ran. The default is FALSE.
code is the error or warning code. The default is 0. If status is TRUE, code is a nonzero error code. If status is FALSE, code is 0 or a warning code.
source specifies the origin of the error or warning and is, in most cases, the name of the VI or function that produced the error or warning. The default is an empty string.
Kalman gain returns the Kalman gain of the state-space model. The number of rows in Kalman gain equals the number of states in the state-space model.
coefficients of state-space model returns the coefficients of the state-space model.
A returns the A coefficients of the system model.
B returns the B coefficients of the system model.
C returns the C coefficients of the system model.
D returns the D coefficient of the system model.
std deviations returns the standard deviations of coefficients of state-space model.
A std dev returns the standard deviations of the A coefficients of the system model.
B std dev returns the standard deviations of the B coefficients of the system model.
C std dev returns the standard deviations of the C coefficients of the system model.
D std dev returns the standard deviation of the D coefficient of the system model.
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.
status is TRUE (X) if an error occurred or FALSE (checkmark) to indicate a warning or that no error occurred.
code is the error or warning code. If status is TRUE, code is a nonzero error code. If status is FALSE, code is 0 or a warning code.
source describes the origin of the error or warning and is, in most cases, the name of the VI or function that produced the error or warning.
initial states returns the initial states of the state-space model. The length of initial states equals the number of states of the system model.

SI Get Coefficients from SS Model (MISO)

system model contains information about the model structure, nominal or estimated parameters, identification result, and so on.
error in describes error conditions that occur before this VI or function runs. The default is no error. If an error occurred before this VI or function runs, the VI or function passes the error in value to error out. This VI or function runs normally only if no error occurred before this VI or function runs. If an error occurs while this VI or function runs, it runs normally and sets its own error status in error out. Use the Simple Error Handler or General Error Handler VIs to display the description of the error code. Use error in and error out to check errors and to specify execution order by wiring error out from one node to error in of the next node.
status is TRUE (X) if an error occurred before this VI or function ran or FALSE (checkmark) to indicate a warning or that no error occurred before this VI or function ran. The default is FALSE.
code is the error or warning code. The default is 0. If status is TRUE, code is a nonzero error code. If status is FALSE, code is 0 or a warning code.
source specifies the origin of the error or warning and is, in most cases, the name of the VI or function that produced the error or warning. The default is an empty string.
Kalman gain returns the Kalman gain of the state-space model. The number of rows in Kalman gain equals the number of states in the state-space model.
coefficients of state-space model returns the coefficients of the state-space (SS) model.
A returns the A coefficients of the system model.
B returns the B coefficients of the system model.
C returns the C coefficients of the system model.
D returns the D coefficients of the system model.
std deviations returns the standard deviations of coefficients of state-space model.
A std dev returns the standard deviations of the A coefficients of the system model.
B std dev returns the standard deviations of the B coefficients of the system model.
C std dev returns the standard deviations of the C coefficients of the system model.
D std dev returns the standard deviations of the D coefficients of the system model.
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.
status is TRUE (X) if an error occurred or FALSE (checkmark) to indicate a warning or that no error occurred.
code is the error or warning code. If status is TRUE, code is a nonzero error code. If status is FALSE, code is 0 or a warning code.
source describes the origin of the error or warning and is, in most cases, the name of the VI or function that produced the error or warning.
initial states returns the initial states of the state-space model. The length of initial states equals the number of states of the system model.

SI Get Coefficients from SS Model (MIMO)

system model contains information about the model structure, nominal or estimated parameters, identification result, and so on.
error in describes error conditions that occur before this VI or function runs. The default is no error. If an error occurred before this VI or function runs, the VI or function passes the error in value to error out. This VI or function runs normally only if no error occurred before this VI or function runs. If an error occurs while this VI or function runs, it runs normally and sets its own error status in error out. Use the Simple Error Handler or General Error Handler VIs to display the description of the error code. Use error in and error out to check errors and to specify execution order by wiring error out from one node to error in of the next node.
status is TRUE (X) if an error occurred before this VI or function ran or FALSE (checkmark) to indicate a warning or that no error occurred before this VI or function ran. The default is FALSE.
code is the error or warning code. The default is 0. If status is TRUE, code is a nonzero error code. If status is FALSE, code is 0 or a warning code.
source specifies the origin of the error or warning and is, in most cases, the name of the VI or function that produced the error or warning. The default is an empty string.
Kalman gain returns the Kalman gain of the state-space model. The number of rows in Kalman gain equals the number of states in the state-space model.
coefficients of state-space model returns the coefficients of the state-space (SS) model.
A returns the A coefficients of the system model.
B returns the B coefficients of the system model.
C returns the C coefficients of the system model.
D returns the D coefficients of the system model.
std deviations returns the standard deviations of coefficients of state-space model.
A std dev returns the standard deviations of the A coefficients of the system model.
B std dev returns the standard deviations of the B coefficients of the system model.
C std dev returns the standard deviations of the C coefficients of the system model.
D std dev returns the standard deviations of the D coefficients of the system model.
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.
status is TRUE (X) if an error occurred or FALSE (checkmark) to indicate a warning or that no error occurred.
code is the error or warning code. If status is TRUE, code is a nonzero error code. If status is FALSE, code is 0 or a warning code.
source describes the origin of the error or warning and is, in most cases, the name of the VI or function that produced the error or warning.
initial states returns the initial states of the state-space model. The length of initial states equals the number of states of the system model.

SI Get Coefficients from TF Model (SISO)

input type specifies whether to obtain the coefficients of the transfer function between the stimulus and the response of the system model or of the transfer function between the noise and the response of the system model.

0stimulus (default)—Obtains the numerator and denominator coefficients of G(z), the transfer function between the stimulus and the response. G(z) is defined as the stimulus transfer function.
1noise—Obtains the numerator and denominator coefficients of H(z), the transfer function between the noise and the response. H(z) is defined as the noise transfer function.
system model contains information about the model structure, nominal or estimated parameters, identification result, and so on.
error in describes error conditions that occur before this VI or function runs. The default is no error. If an error occurred before this VI or function runs, the VI or function passes the error in value to error out. This VI or function runs normally only if no error occurred before this VI or function runs. If an error occurs while this VI or function runs, it runs normally and sets its own error status in error out. Use the Simple Error Handler or General Error Handler VIs to display the description of the error code. Use error in and error out to check errors and to specify execution order by wiring error out from one node to error in of the next node.
status is TRUE (X) if an error occurred before this VI or function ran or FALSE (checkmark) to indicate a warning or that no error occurred before this VI or function ran. The default is FALSE.
code is the error or warning code. The default is 0. If status is TRUE, code is a nonzero error code. If status is FALSE, code is 0 or a warning code.
source specifies the origin of the error or warning and is, in most cases, the name of the VI or function that produced the error or warning. The default is an empty string.
coefficients of transfer function model returns the coefficients of the transfer function model.
numerator returns the numerator coefficients of the transfer function model.
denominator returns the denominator coefficients of the transfer function model.
std deviations returns the standard deviations of coefficients of transfer function model.
numerator std dev returns the standard deviation of the numerator coefficients of the stimulus or noise transfer function.
denominator std dev returns the standard deviation of the denominator coefficients of the stimulus or noise transfer function.
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.
status is TRUE (X) if an error occurred or FALSE (checkmark) to indicate a warning or that no error occurred.
code is the error or warning code. If status is TRUE, code is a nonzero error code. If status is FALSE, code is 0 or a warning code.
source describes the origin of the error or warning and is, in most cases, the name of the VI or function that produced the error or warning.

SI Get Coefficients from TF Model (MISO)

input type specifies whether to obtain the coefficients of the transfer function between the stimulus and the response of the system model or of the transfer function between the noise and the response of the system model.

0stimulus (default)—Obtains the numerator and denominator coefficients of G(z), the transfer function between the stimulus and the response. G(z) is defined as the stimulus transfer function.
1noise—Obtains the numerator and denominator coefficients of H(z), the transfer function between the noise and the response. H(z) is defined as the noise transfer function.
system model contains information about the model structure, nominal or estimated parameters, identification result, and so on.
error in describes error conditions that occur before this VI or function runs. The default is no error. If an error occurred before this VI or function runs, the VI or function passes the error in value to error out. This VI or function runs normally only if no error occurred before this VI or function runs. If an error occurs while this VI or function runs, it runs normally and sets its own error status in error out. Use the Simple Error Handler or General Error Handler VIs to display the description of the error code. Use error in and error out to check errors and to specify execution order by wiring error out from one node to error in of the next node.
status is TRUE (X) if an error occurred before this VI or function ran or FALSE (checkmark) to indicate a warning or that no error occurred before this VI or function ran. The default is FALSE.
code is the error or warning code. The default is 0. If status is TRUE, code is a nonzero error code. If status is FALSE, code is 0 or a warning code.
source specifies the origin of the error or warning and is, in most cases, the name of the VI or function that produced the error or warning. The default is an empty string.
coefficients of transfer function model returns the coefficients of the transfer function (TF) model.
numerator returns the numerator coefficients of the transfer function model.
denominator returns the denominator coefficients of the transfer function model.
std deviations returns the standard deviations of coefficients of transfer function model.
numerator std dev returns the standard deviation of the numerator coefficients of the stimulus or noise transfer function.
denominator std dev returns the standard deviation of the denominator coefficients of the stimulus or noise transfer function.
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.
status is TRUE (X) if an error occurred or FALSE (checkmark) to indicate a warning or that no error occurred.
code is the error or warning code. If status is TRUE, code is a nonzero error code. If status is FALSE, code is 0 or a warning code.
source describes the origin of the error or warning and is, in most cases, the name of the VI or function that produced the error or warning.

SI Get Coefficients from TF Model (MIMO)

input type specifies whether to obtain the coefficients of the transfer function between the stimulus and the response of the system model or of the transfer function between the noise and the response of the system model.

0stimulus (default)—Obtains the numerator and denominator coefficients of G(z), the transfer function between the stimulus and the response. G(z) is defined as the stimulus transfer function.
1noise—Obtains the numerator and denominator coefficients of H(z), the transfer function between the noise and the response. H(z) is defined as the noise transfer function.
system model contains information about the model structure, nominal or estimated parameters, identification result, and so on.
error in describes error conditions that occur before this VI or function runs. The default is no error. If an error occurred before this VI or function runs, the VI or function passes the error in value to error out. This VI or function runs normally only if no error occurred before this VI or function runs. If an error occurs while this VI or function runs, it runs normally and sets its own error status in error out. Use the Simple Error Handler or General Error Handler VIs to display the description of the error code. Use error in and error out to check errors and to specify execution order by wiring error out from one node to error in of the next node.
status is TRUE (X) if an error occurred before this VI or function ran or FALSE (checkmark) to indicate a warning or that no error occurred before this VI or function ran. The default is FALSE.
code is the error or warning code. The default is 0. If status is TRUE, code is a nonzero error code. If status is FALSE, code is 0 or a warning code.
source specifies the origin of the error or warning and is, in most cases, the name of the VI or function that produced the error or warning. The default is an empty string.
coefficients of transfer function model returns the coefficients of the transfer function (TF) model.
numerator returns the numerator coefficients of the transfer function model.
denominator returns the denominator coefficients of the transfer function model.
std deviations returns the standard deviations of coefficients of transfer function model.
numerator std dev returns the standard deviation of the numerator coefficients of the stimulus or noise transfer function.
denominator std dev returns the standard deviation of the denominator coefficients of the stimulus or noise transfer function.
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.
status is TRUE (X) if an error occurred or FALSE (checkmark) to indicate a warning or that no error occurred.
code is the error or warning code. If status is TRUE, code is a nonzero error code. If status is FALSE, code is 0 or a warning code.
source describes the origin of the error or warning and is, in most cases, the name of the VI or function that produced the error or warning.

SI Get Coefficients from ZPK Model (SISO)

input type specifies whether to obtain the poles and zeros of the transfer function between the stimulus and the response of the system model or of the transfer function between the noise and the response of the system model.

0stimulus (default)—Obtains the poles and zeros of G(q), the transfer function between the stimulus and the response. G(q) is defined as the stimulus transfer function.
1noise—Obtains the poles and zeros of H(q), the transfer function between the noise and the response. H(q) is defined as the noise transfer function.
system model contains information about the model structure, nominal or estimated parameters, identification result, and so on.
error in describes error conditions that occur before this VI or function runs. The default is no error. If an error occurred before this VI or function runs, the VI or function passes the error in value to error out. This VI or function runs normally only if no error occurred before this VI or function runs. If an error occurs while this VI or function runs, it runs normally and sets its own error status in error out. Use the Simple Error Handler or General Error Handler VIs to display the description of the error code. Use error in and error out to check errors and to specify execution order by wiring error out from one node to error in of the next node.
status is TRUE (X) if an error occurred before this VI or function ran or FALSE (checkmark) to indicate a warning or that no error occurred before this VI or function ran. The default is FALSE.
code is the error or warning code. The default is 0. If status is TRUE, code is a nonzero error code. If status is FALSE, code is 0 or a warning code.
source specifies the origin of the error or warning and is, in most cases, the name of the VI or function that produced the error or warning. The default is an empty string.
coefficients of zero-pole-gain model returns the coefficients and gain of the zero-pole-gain (ZPK) model.
zeros returns the zeros of the zero-pole-gain model.
poles returns the poles of the zero-pole-gain model.
gain returns the gain of the zero-pole-gain model.
std deviations returns the standard deviations of coefficients of zero-pole-gain model.
zeros std dev returns the standard deviations of the zeros of the zero-pole-gain model.
poles std dev returns the standard deviations of the poles of the zero-pole-gain model.
gain std dev returns the standard deviation of the gain of the zero-pole-gain model.
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.
status is TRUE (X) if an error occurred or FALSE (checkmark) to indicate a warning or that no error occurred.
code is the error or warning code. If status is TRUE, code is a nonzero error code. If status is FALSE, code is 0 or a warning code.
source describes the origin of the error or warning and is, in most cases, the name of the VI or function that produced the error or warning.

SI Get Coefficients from ZPK Model (MISO)

input type specifies whether to obtain the poles and zeros of the transfer function between the stimulus and the response of the system model or of the transfer function between the noise and the response of the system model.

0stimulus (default)—Obtains the poles and zeros of G(q), the transfer function between the stimulus and the response. G(q) is defined as the stimulus transfer function.
1noise—Obtains the poles and zeros of H(q), the transfer function between the noise and the response. H(q) is defined as the noise transfer function.
system model contains information about the model structure, nominal or estimated parameters, identification result, and so on.
error in describes error conditions that occur before this VI or function runs. The default is no error. If an error occurred before this VI or function runs, the VI or function passes the error in value to error out. This VI or function runs normally only if no error occurred before this VI or function runs. If an error occurs while this VI or function runs, it runs normally and sets its own error status in error out. Use the Simple Error Handler or General Error Handler VIs to display the description of the error code. Use error in and error out to check errors and to specify execution order by wiring error out from one node to error in of the next node.
status is TRUE (X) if an error occurred before this VI or function ran or FALSE (checkmark) to indicate a warning or that no error occurred before this VI or function ran. The default is FALSE.
code is the error or warning code. The default is 0. If status is TRUE, code is a nonzero error code. If status is FALSE, code is 0 or a warning code.
source specifies the origin of the error or warning and is, in most cases, the name of the VI or function that produced the error or warning. The default is an empty string.
coefficients of zero-pole-gain model returns the coefficients and gain of the zero-pole-gain (ZPK) model.
zeros returns the zeros of the zero-pole-gain model.
poles returns the poles of the zero-pole-gain model.
gain returns the gain of the zero-pole-gain model.
std deviations returns the standard deviations of coefficients of zero-pole-gain model.
zeros std dev returns the standard deviations of the zeros of the zero-pole-gain model.
poles std dev returns the standard deviations of the poles of the zero-pole-gain model.
gain std dev returns the standard deviation of the gain of the zero-pole-gain model.
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.
status is TRUE (X) if an error occurred or FALSE (checkmark) to indicate a warning or that no error occurred.
code is the error or warning code. If status is TRUE, code is a nonzero error code. If status is FALSE, code is 0 or a warning code.
source describes the origin of the error or warning and is, in most cases, the name of the VI or function that produced the error or warning.

SI Get Coefficients from ZPK Model (MIMO)

input type specifies whether to obtain the poles and zeros of the transfer function between the stimulus and the response of the system model or of the transfer function between the noise and the response of the system model.

0stimulus (default)—Obtains the poles and zeros of G(q), the transfer function between the stimulus and the response. G(q) is defined as the stimulus transfer function.
1noise—Obtains the poles and zeros of H(q), the transfer function between the noise and the response. H(q) is defined as the noise transfer function.
system model contains information about the model structure, nominal or estimated parameters, identification result, and so on.
error in describes error conditions that occur before this VI or function runs. The default is no error. If an error occurred before this VI or function runs, the VI or function passes the error in value to error out. This VI or function runs normally only if no error occurred before this VI or function runs. If an error occurs while this VI or function runs, it runs normally and sets its own error status in error out. Use the Simple Error Handler or General Error Handler VIs to display the description of the error code. Use error in and error out to check errors and to specify execution order by wiring error out from one node to error in of the next node.
status is TRUE (X) if an error occurred before this VI or function ran or FALSE (checkmark) to indicate a warning or that no error occurred before this VI or function ran. The default is FALSE.
code is the error or warning code. The default is 0. If status is TRUE, code is a nonzero error code. If status is FALSE, code is 0 or a warning code.
source specifies the origin of the error or warning and is, in most cases, the name of the VI or function that produced the error or warning. The default is an empty string.
coefficients of zero-pole-gain model returns the coefficients and gain of the zero-pole-gain (ZPK) model.
zeros returns the zeros of the zero-pole-gain model.
poles returns the poles of the zero-pole-gain model.
gain returns the gain of the zero-pole-gain model.
std deviations returns the standard deviations of coefficients of zero-pole-gain model.
zeros std dev returns the standard deviations of the zeros of the zero-pole-gain model.
poles std dev returns the standard deviations of the poles of the zero-pole-gain model.
gain std dev returns the standard deviation of the gain of the zero-pole-gain model.
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.
status is TRUE (X) if an error occurred or FALSE (checkmark) to indicate a warning or that no error occurred.
code is the error or warning code. If status is TRUE, code is a nonzero error code. If status is FALSE, code is 0 or a warning code.
source describes the origin of the error or warning and is, in most cases, the name of the VI or function that produced the error or warning.

Example

Refer to the Read Information from Model VI in the labview\examples\System Identification\Getting Started\General.llb for an example of using the SI Get Coefficients from System Model VI.

 Open example  Browse related examples