This model represents a generalized interface for an impedance.
The model has a single generalized electric terminal of type Buildings.Electrical.Interfaces.Terminal that can be redeclared. The impedance can be of different types:
The values of the resistance R, capacitance
C and inductance L can be specified as
parameters of the model.
The values of the resistance R, capacitance
C and inductance L can also be specified
by using the input variables y_R, y_C,
and y_L that are Real values between
[0,1].
These input values are enabled by the boolean flags
use_R_in, use_L_in, and
use_C_in.
If the flag use_R_in = true, the value of
R is computed as
R = Rmin + yR (Rmax - Rmin)