Description: This statement animates a state diagram given changes in a running module instance.
Returns: Nothing
Usage: Steady State
Format: AnimateState(Diagram, Object, LineColor, BoxColor, HighlightColor, ShadowColor, TextColor, SelLineColor, SelBoxColor, SelHighlightColor, SelShadowColor, SelTextColor)
Parameters: Diagram { numeric } { required } { no default: }
Any numeric expression for the first parameter, which is truncated to a 32-bit unsigned number.
Object { numeric } { required } { no default: }
Any object expression giving the module instance to animate.
LineColor { numeric } { required } { no default: }
Any numeric expression giving the color for animated action lines.
BoxColor { numeric } { required } { no default: }
Any numeric expression giving the color for animated states.
HighlightColor { numeric } { required } { no default: }
Any numeric expression giving the color for animated state highlighted edges.
ShadowColor { numeric } { required } { no default: }
Any numeric expression giving the color for animated state shadowed edges.
TextColor { numeric } { required } { no default: }
Any numeric expression giving the color for animated state text labels.
SelLineColor { numeric } { required } { no default: }
Any numeric expression giving the color for selected animated action lines.
SelBoxColor { numeric } { required } { no default: }
Any numeric expression giving the color for selected animated states.
SelHighlightColor { numeric } { required } { no default: }
Any numeric expression giving the color for selected animated state highlighted edges.
SelShadowColor { numeric } { required } { no default: }
Any numeric expression giving the color for selected animated state shadowed edges.
SelTextColor { numeric } { required } { no default: }
Any numeric expression giving the color for selected animated state text labels.
Comments: none
See Also: