The animated LED Bar Graph is a array of light emitting diode whose color changes depending on the current or voltage. The individual segments or pixels of the display can be modeled using a diode or a resistor.

Parameters

Parameter Description Default
MODEL This parameter allows you to specify the colors of multicolor LED bar. The format is as follows:
<model> [(<seglist>) <segmodel>]*

model specifies the name of the default model that you want to use. See LED Model for information about model parameters.

seglist is the list of segments to be covered by the specified segmodel. Specify the list of segments using comma as separator. Use .. to indicate a range. For example:

RED(4..7)YELLOW(8,9,10)GREEN

Assigns the RED model to segments 1,2 and 3; the YELLOW model to segments 4,5,6 and 7; the GREEN model to segments 8,9 and 10. RED, ORANGE, YELLOW, GREEN, BLUE, WHITE are predefined.

 
POWER_NODE Digital power node name. Is the node used by the interface subcircuits which connect analog nodes to digital nodes. This parameter is optional and must be specified only if the LED is simulated in digital mode. $G_DPWR
GROUND_NODE Digital ground node name. Is the node used by the interface subcircuits which connect analog nodes to digital nodes. This parameter is optional and must be specified only if the LED is simulated in digital mode. $G_DGND

See also