| Project | Library | Model Name | Kind |
| sca_basic_libraries | elec_lin_symbols | sca_vcvs | Electrical Module |
Parameters
| Name | Type | Default | Description |
| value | double | 1.0 | voltage gain |
Ports
| Name | Interface | Type | Description |
| ncp | sca_eln::sca_terminal | positive control terminal | |
| ncn | sca_eln::sca_terminal | negative control terminal | |
| np | sca_eln::sca_terminal | positive terminal of source | |
| nn | sca_eln::sca_terminal | negative terminal of source |
Description
Voltage controlled voltage source
Long Description
P1666.1 p.141 SystemC AMS build in element
7.1.9 sca_eln::sca_vccs
The class sca_eln::sca_vcvs shall implement a primitive module for the ELN MoC that represents a voltage controlled voltage source. The primitive shall contribute Equation (7.4) to the equation system:
(7.4) vnp,nn(t) = value*vncp,ncn(t)
where value is the scale coefficient, vncp,ncn(t) is the control voltage across terminals ncp and ncn, and vnp,nn(t)?is the voltage across terminals np and nn.
The element does not support current tracing.