Main Content

PCCCS

Polynomial current-controlled current source

  • PCCCS block

Libraries:
Simscape / Electrical / Additional Components / SPICE Sources

Description

The PCCCS (Polynomial Current-Controlled Current Source) block represents a current source whose output current value is a polynomial function of the current through the input ports. The following equations describe the current through the source as a function of time:

  • If you specify an n-element vector of polynomial coefficients for the Polynomial coefficients parameter:

    Iout=p(0)+p(1)*Iin+...+p(n1)*Iinn1+p(n)*Iinn

  • If you specify a scalar coefficient for the Polynomial coefficients parameter:

    Iout=p*Iin

where:

  • Iin is the current through the 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

Refer to the figure for port locations.

Conserving

expand all

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

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

Electrical conserving port associated with the PCCCS positive output voltage.

Electrical conserving port associated with the PCCCS 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 R2008a