 |
delay (s) specifies the delay, in seconds, of the continuous transfer function model.
 |
delay initial guess specifies the initial guess of the system delay. The value of delay initial guess must be greater than or equal to 0.
|
 |
delay upper limit specifies the upper limit to use to search for the optimal delay of the model. The value of delay upper limit must be greater than 0. The default is Inf.
|
 |
delay lower limit specifies the lower limit to use to search for the optimal delay of the model. The value of delay lower limit must be greater than 0 and smaller than the delay upper limit. The default is 0.
|
|
 |
orders of transfer function model specifies the numerator and denominator orders of the transfer function model.
 |
num order specifies the numerator order of the system model. The default value is 1.
|
 |
den order specifies the denominator order of the system model. The default value is 2. The value of den order must be greater than the value of num order.
|
|
 |
static gain specifies the static gain of the continuous transfer function model.
 |
static gain initial guess specifies the initial guess of the static gain.
|
 |
static gain upper limit specifies the upper limit to use to search the optimal static gain of the model. The default is Inf.
|
 |
static gain lower limit specifies the lower limit to use to search for the optimal static gain of the model. The default is –Inf.
|
|
 |
# of zeros/poles at origin specifies the number of zeros or poles at the origin. You can specify the number of either zeros or poles, but you cannot have both zeros and poles at the origin.
 |
zeros/poles specifies the zeros or poles of the system.
|
 |
number specifies the number of zeros or poles at the origin.
|
|
 |
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
|
 |
Tp (s) specifies the time constant(s), in seconds, of the continuous transfer function model.
 |
Tp initial guess specifies the initial guess of the system time constant. The value of Tp initial guess must be greater than or equal to 0.
|
 |
Tp upper limit specifies the upper limit to use to search for the optimal time constant of the model. The value of Tp upper limit must be greater than 0. The default is Inf.
|
 |
Tp lower limit specifies the lower limit to use to search for the optimal time constant of the model. The value of Tp lower limit must be greater than or equal to 0. The default is 0.
|
|
 |
natural freq (rad/s) & damping ratio specifies the natural frequency(s) and the damping ratio(s) of the continuous transfer function model.
 |
freq initial guess specifies the initial guess of the system natural frequency. freq initial guess must be greater than or equal to 0.
|
 |
freq upper limit specifies the upper limit to use to search for the optimal natural frequency of the model. The value of freq upper limit must be greater than 0. The default is Inf.
|
 |
freq lower limit specifies the lower limit to use to search for the optimal natural frequency of the model. The value must be greater than or equal to 0. The default is 0.
|
 |
ratio initial guess specifies the initial guess of the damping ratio. ratio initial guess must be greater than or equal to 0.
|
 |
ratio upper limit specifies the upper limit to use to search for the optimal damping ratio of the model. The value of ratio upper limit must be greater than 0. The default is Inf.
|
 |
ratio lower limit specifies the lower limit to use to search for the optimal damping ratio of the model. The value of ratio lower limit must be greater than or equal to 0. The default is 0.
|
|
 |
system model out contains information of the mathematical model of a partially known system. The information includes model type, model orders, constraints on each model coefficient, input and output names of the system, and so on.
|
 |
error out contains error information. This output provides standard error out functionality.
|