Main Content

PCCCS2

Polynomial current-controlled current source with two controlling inputs

  • PCCCS2 block

Libraries:
Simscape / Electrical / Additional Components / SPICE Sources

Description

The PCCCS2 (Two-Input Polynomial Current-Controlled Current Source) block represents a current source whose output current value is a polynomial function of the currents through the pairs of controlling input ports. This equation describes the current through the source as a function of time:

Iout=p1+p2*Iin1+p3*Iin2+p4*Iin12+p5Iin1*Iin2+p6*Iin22+

where:

  • Iin1 is the current through the first pair of input ports.

  • Iin2 is the current through the second pair of input ports.

  • p is the Polynomial coefficients parameter value.

The block uses a small conductance internally to prevent numerical simulation issues. The conductance connects the output ports of the device and has a conductance GMIN:

  • By default, GMIN matches the GMIN parameter of the Environment Parameters block, whose default value is 1e–12.

  • To change GMIN, add an Environment Parameters block to your model and set the GMIN parameter to the desired value.

Ports

Conserving

expand all

Electrical conserving port associated with the PCCCS2 positive voltage of the first controlling input.

Electrical conserving port associated with the PCCCS2 negative voltage of the first controlling input.

Electrical conserving port associated with the PCCCS2 positive voltage of the second controlling input.

Electrical conserving port associated with the PCCCS2 negative voltage of the second controlling input.

Electrical conserving port associated with the PCCCS2 positive output voltage.

Electrical conserving port associated with the PCCCS2 negative output voltage.

Parameters

expand all

Polynomial coefficients that relate the input current to the output current, as described in the preceding section.

Specify if the current source includes a parallel conductance. The value of the parallel conductance, GMIN, depends on whether your model contains an Environment Parameters block.

This table shows the possible values of the parallel conductance, GMIN:

Values of parallel conductance, GMIN

Include parallel conductance, GMIN
YesNo
Model contains Environment Parameters blockModel does not contain Environment Parameters blockParallel conductance, GMIN, is not included and it does not affect the current source.
GMIN is equal to the value of the GMIN parameter in the Environment Parameters block.GMIN = 1e-12 Ohm

Extended Capabilities

C/C++ Code Generation
Generate C and C++ code using Simulink® Coder™.

Version History

Introduced in R2009a